Spl3 API: Battle - Get UUID List (for s3s) - 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/s3s/uuid-list Request Method: GET Authorization: Required, HTTP Header bearer auth only

Parameters (Query String)

All parameters are optional

name type example info
lobby key-string regular Filter by lobbyOne of adaptive, regular, bankara, bankara_challenge, bankara_open, private.If adaptive is given, returns adapted data for use with SplatNet. (recommended)If bankara is given, returns merged _challenge and _open.

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.
[
    "c0c603c4-54b2-41f5-b0a9-b609c7d0efb7",
    "2ffa1502-5002-4d9f-a013-5e5a6fef2917",
    "a2902faf-4c67-4770-9364-2f28e6c49b11",
    "97c5187e-f7da-437d-8b44-16895fbdb297",
    "d7a0c5e0-e621-4eac-bafc-2332670375f8",
    "27337d85-3dc0-4fbc-92d3-0ffa34506307",
    "0562799e-305d-445d-89ee-1fc9c7933818",
    "00f321a8-4ce7-458c-8fd5-68c82242afe2",
    "31838d97-30e0-45c4-bd6c-f6b55cf52bf8",
    "3155cd92-1e48-43ab-8b88-baa2acc65ba9",
    "0425b0bd-fd10-4da6-a4b9-39b1aa8622ac",
    "42148f04-a146-4645-976d-a500b3846eef",
    "dc3c8fb0-ab13-4e3c-a6a6-93364cb1ddd7",
    "8896383c-b02c-4a48-9501-a7e481118b8d",
    "18497cd5-634f-45f7-a360-bc447d345fd8",
    "9afd5960-c498-4530-bd94-97f93f4e8bb8",
    "0a39738b-1eca-4f19-8420-0eb74ba1afa5",
    "5340d9c0-01f0-4d2b-9ea4-921c306c7350",
    "637424a7-97e6-499b-bb4a-92c1558ac028",
    "b60ad735-1ce2-4821-9f3d-1451166fcd0f",
    "9ae248c8-85d4-4cbf-9ae2-db3d3f8ff91d",
    "f767df63-0130-4d90-96a2-e8c677fe2e7d",
    "0e6f7d0b-940a-4952-8302-9bb9bffb8b19"
]