API EndpointsEvent lookup
Top100
Guide to Project Sekai event top100 ranking lookup
Endpoint Info
Retrieve top 100 player rankings for the current event:
GET https://api.hisekai.org/event/live/top100Retrieve top 100 player rankings for the specific event:
GET https://api.hisekai.org/event/[event_id]/top100[event_id]is the event ID to query.
The /event/[event_id]/top100 is cached data.
To get real-time data for the current event, use /event/live/top100.
Data Fields
The following are the fields returned by /event/live/top100:
| Field | Type | Description |
|---|---|---|
| id | number | Event ID |
| end | boolean | Event end |
| name | string | Event name |
| start_at | string (ISO8601) | Event start time |
| closed_at | string (ISO8601) | Event close time |
| aggregate_at | string (ISO8601) | Event aggregate time |
| ranking_announce_at | string (ISO8601) | Ranking announcement time |
| top_100_player_rankings | array<player> | List of top 100 player data |
The /event/[event_id]/top100 endpoint returns the raw API data directly.