ppy / osu-api

Public API for accessing osu! related data.
320 stars 16 forks source link

/get_user_recent add score_id #289

Closed cyperdark closed 4 years ago

cyperdark commented 4 years ago

My bot makes exceptions for already existing scores by score_id, but for this first need to make a request in /get_user_recent then in /get_scores and only then take score_id and write or compare it with the id from the database, can you add score_id to /get_user_recent? To reduce the number of api requests from my bot

peppy commented 4 years ago

currently there is no correlation between these two data sets server-side.