ppy / osu-api

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

/api/get_user_recent returns no data #191

Closed khazhyk closed 7 years ago

khazhyk commented 7 years ago

Responds with [] for all queries

peppy commented 7 years ago

Is this a recent development? As in did you used to get different results?

khazhyk commented 7 years ago

I'm not sure how recent, but you used to be able to get a user's recent scores.

I tried myself, cookiezi, and also completely invalid parameters (exepecting a parse error), and always got []

peppy commented 7 years ago

Have you actually played anything recently? Checking your profile, you haven't.

khazhyk commented 7 years ago

https://osu.ppy.sh/u/cookiezi has played most recently 7 hours ago and has many entries in recent activity

peppy commented 7 years ago

this isn't recent activity endpoint. this is recent plays. it only returns 24 hours.

khazhyk commented 7 years ago

Ah, thanks. The 24-hr limit isn't documented, wrongly assumed it was similar to the recent activity limit.

peppy commented 7 years ago

I updated the documentation