Skip to content
Tanza edited this page Oct 17, 2022 · 3 revisions

[GET] Get Badges

Returns all badges

https://osekai.net/badges/api/getBadges.php

[GET] Badge Holders

Returns users who own specific badge

https://osekai.net/badges/api/getUsers.php

?badge_id=

The Badge ID in question

Example Response:

[
   {
      "id":15173952,
      "name":"BATBALL",
      "total_pp":8923,
      "stdev_pp":1642,
      "standard_pp":7678,
      "taiko_pp":683,
      "ctb_pp":66,
      "mania_pp":495,
      "medal_count":89,
      "rarest_medal":190,
      "country_code":"US",
      "standard_global":10189,
      "taiko_global":33806,
      "ctb_global":179321,
      "mania_global":194516,
      "badge_count":4,
      "ranked_maps":0,
      "loved_maps":0,
      "subscribers":383,
      "replays_watched":820,
      "avatar_url":"https:\/\/a.ppy.sh\/15173952?1655341893.png"
   },
   {
      "id":10659233,
      "name":"BTG4",
      "total_pp":8090,
      "stdev_pp":0,
      "standard_pp":8090,
      "taiko_pp":0,
      "ctb_pp":0,
      "mania_pp":0,
      "medal_count":58,
      "rarest_medal":186,
      "country_code":"AR",
      "standard_global":7611,
      "taiko_global":null,
      "ctb_global":null,
      "mania_global":null,
      "badge_count":1,
      "ranked_maps":0,
      "loved_maps":0,
      "subscribers":288,
      "replays_watched":1341,
      "avatar_url":"https:\/\/a.ppy.sh\/10659233?1631236098.jpeg"
   },
   {
      "id":11940767,
      "name":"Carlosflow",
      "total_pp":13511,
      "stdev_pp":5431,
      "standard_pp":8387,
      "taiko_pp":4920,
      "ctb_pp":202,
      "mania_pp":0,
      "medal_count":89,
      "rarest_medal":189,
      "country_code":"CO",
      "standard_global":6224,
      "taiko_global":4436,
      "ctb_global":83263,
      "mania_global":null,
      "badge_count":4,
      "ranked_maps":0,
      "loved_maps":0,
      "subscribers":320,
      "replays_watched":232,
      "avatar_url":"https:\/\/a.ppy.sh\/11940767?1637607716.jpeg"
   }
]

WARNING: Some data from the listed user data maybe removed, as the site only uses avatar, username, and ID. Do not rely on these unless you are ready for things to randomly break.

Clone this wiki locally