Hi Sekai
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/top100

Retrieve 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:

FieldTypeDescription
idnumberEvent ID
endbooleanEvent end
namestringEvent name
start_atstring (ISO8601)Event start time
closed_atstring (ISO8601)Event close time
aggregate_atstring (ISO8601)Event aggregate time
ranking_announce_atstring (ISO8601)Ranking announcement time
top_100_player_rankingsarray<player>List of top 100 player data

The /event/[event_id]/top100 endpoint returns the raw API data directly.