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/[region]/event/live/top100

Retrieve top 100 player rankings for the specific event:

GET https://api.hisekai.org/[region]/event/[event_id]/top100
  • [region] now only supports tw.
  • [event_id] is the event ID to query.

The /[region]/event/[event_id]/top100 is cached data.

To get real-time data for the current event, use /[region]/event/live/top100.

Data Fields

The following are the fields returned by /[region]/event/live/top100:

FieldTypeDescription
idnumberEvent ID
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 /[region]/event/[event_id]/top100 endpoint returns the raw API data directly.