← All routes

Rankings

/rankings

Retrieves world, country, region, league, international, or U20 club rankings.

Endpoints

GET/rankings

World rankings by default. Filter with query params.

Query params: country_iso, regionid, leagueid, nat=1, u20=1, start (default 0), limit (default 100)

Blackout Rugby API call: https://blackoutrugby.magicrunez.com/?r=rk

Example response:

{"data":{"status":"Ok","rankings":{"1":{"id":"1904","name":"Millennium Falcons","country_iso":"NZ","points":"95.008"}}}}
GET/rankings/history

Ranking history for a club, national, or U20 side. Club history requires a premium member's x-access-key.

Query params: teamid (club) OR nat=1 + country_iso (international) OR u20=1 + country_iso (under-20)

Headers: x-access-key (required for club history)

Blackout Rugby API call: https://blackoutrugby.magicrunez.com/?r=rk&teamid=2&history=1

Example response:

{"data":{"status":"Ok","rankings":{"1687516":{"id":"1687516","teamid":"2","world_position":"4550","points":"40.1082","season":"21","round":"3"}}}}