ppy / osu-api

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

Since parameter does not work with user parameter in /get_beatmaps #263

Open NicholasMarkou opened 5 years ago

NicholasMarkou commented 5 years ago

I attempted to access a users beatmaps after a date using /api/get_beatmaps?k=key&u=sotarks&since=2019-06-01 11:31:31 but I got beatmaps as early as 2015. This is a problem as I can't get any newer maps due to the limit being at 500. The since parameter works fine when I remove the user parameter.