Warframe / Patchlogs - Patchlogs
GET
/warframe/v1/patchlogs
Cache: 60s
Rate Limit: 20
requests per
5s
Authorization: none
Returns patchlogs for all or a single item. Due to the massive amount of data that these patchlogs contain, we require you to load them in "chunks", where the starting point is the `skip` parameter and the `limit` parameter specifies the number of logs.
Response Format
Live Example
Query Params
item
Items to reduce patchlogs by. If no item is specified, all patchlogs are returned
limit
Number of patchlogs to return per chunk. Setting this to 0 will return everything up to the end.
Default
skip
Position to skip to. Logically this would be multiples of your `limit`.
Default