-
Notifications
You must be signed in to change notification settings - Fork 0
Medals
Tanza edited this page Aug 12, 2022
·
4 revisions
Returns medals based on search value
https://osekai.net/medals/api/medals.php
Can be left empty to return every medal
Returns total count of all medals. Does not require any request data.
https://osekai.net/medals/api/public/count.php
Returns a specific medal based on name
https://osekai.net/medals/api/public/get_medal.php
The medal's name in plaintext
Returns amount of medals in beatmap pack. Can be requested in batch.
https://osekai.net/medals/api/get_beatmap_pack_count.php
ID of the Beatmap Pack on osu!. Comma seperated can be multiple, eg; 1024,1025,1026,1027
Returns every medal, ungrouped. May be missing some data.
https://osekai.net/medals/api/medals_nogrouping.php
Does not require any request data.