billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

Tons of new endpoints #64

Open Danampasis opened 3 years ago

Danampasis commented 3 years ago

With the release of the new Ubisoft My Stats web app, tons of new endpoints are available now. For example it's now possible to get bomb site and map statistics, you can add a start and end date to the data you're requesting and tons more.

Examples

Villa map bombsite statistics:

Overall map statistics between June 23rd and October 21st

Unranked seasonal stats

I'll try to add them all and open a PR if I find the time, just wanted to let you know of all the new changes.

sidelux commented 3 years ago

There is a new endpoint to get operators, maps and weapons list?

Danampasis commented 3 years ago

Hey there, yes there are quite a lot of new endpoints. But the data they return at least for now, only goes back until June 26th 2020.

Operators

Maps

Weapons

sidelux commented 3 years ago

Thanks a lot. And do you know if exists an endpoint or a json file with operators (name, organization, etc.), without user data?

billy-yoyo commented 3 years ago

Will keep this open, and will investigate adding new data classes to the API over the next few weeks.