Skip to content
Tanza edited this page Aug 12, 2022 · 4 revisions

[POST] Get Medals

Returns medals based on search value

https://osekai.net/medals/api/medals.php

strSearch =

Can be left empty to return every medal

[GET] Medal Count

Returns total count of all medals. Does not require any request data.

https://osekai.net/medals/api/public/count.php

[GET] Specific Medal

Returns a specific medal based on name

https://osekai.net/medals/api/public/get_medal.php

?medal=

The medal's name in plaintext

[GET] Get Beatmap Pack Count

Returns amount of medals in beatmap pack. Can be requested in batch.

https://osekai.net/medals/api/get_beatmap_pack_count.php

?id=

ID of the Beatmap Pack on osu!. Comma seperated can be multiple, eg; 1024,1025,1026,1027

[GET] All Medals, Ungrouped

Returns every medal, ungrouped. May be missing some data.

https://osekai.net/medals/api/medals_nogrouping.php

Does not require any request data.

Clone this wiki locally