Spl3 API: Salmon - Get UUID List - fetus-hina/stat.ink GitHub Wiki

This API returns a list of UUIDs specified by the POST API.

Request

Endpoint URL: https://stat.ink/api/v3/salmon/uuid-list Request Method: GET Authorization: Required, HTTP Header bearer auth only

Note: No /s3s/ here.

Parameters (Query String)

None

Response

Status: HTTP 200 OK
Content-Type: application/json
Content: UUID string list, max 500 entries
Note:

  • You should not expect JSON to be pretty printed.
  • If no UUID specified in the POST API, the UUID generated by the server will be included.
  • It is different with the stat.ink's battle ID.
[
    "4feeb1ae-4f39-465f-b0f6-9e2968a2789e",
    "d71ac35b-5f43-4407-acba-8a9f8c415ece"
]