Peloton API ? #90
Replies: 1 comment 1 reply
-
Not sure, I haven't ever been patient enough to test and find out. Maybe someone else here knows.
There are no terms of use documented that I'm aware of. Though generally speaking I consider using this tool and the api under the
This can be done. I personally just haven't gotten around to it. Unfortunately, the API only allows us to query by N number of workouts, so fetching back to a certain date requires a bit of looping and code to accomplish. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know about the terms of use for the Peloton API. I do have some questions, in case anyone is familiar:
How long is the session valid for?
Would it be abusive to, for example, pull down 500 activities in a short time? Basically, if I wanted to pull my entire history into my own database, I suppose I could add some sleeps to spread it out rather than spamming the API. Technically, writing our own apps might violate the terms of use agreement.
Also wondering if there really isn't a method to pull activities by timestamp, as opposed to last N workouts?
Beta Was this translation helpful? Give feedback.
All reactions