Skip to content

Score fetching format

iceblade112 edited this page Feb 6, 2016 · 1 revision

Score fetching format

GET

  • c: MD5 of beatmap file

Server return format

Everything is separated with a ":" as the delimiter.

  1. Online play ID
  2. Username of player
  3. Score (client handles it as a int32)
  4. Max combo
  5. 50s
  6. 100s
  7. 300s
  8. Misses
  9. 100 finishes (katu?)
  10. 300 finishes (geki?)
  11. Was play perfect? (true or false)
  12. Mods (0: None; 1: NF; 2: Easy; 3: Both <-- TO-DO: validate if accurate)
  13. New line (a single \n)

Clone this wiki locally