This endpoint returns you API usage aggregated per 5 minutes.
Last updated 1 year ago
Was this helpful?
We retain user request logs for approximately two months, after which they are automatically deleted.
https://api.sportmonks.com/v3/my/usage
{ id: 98564461, endpoint: "api.sports.livescores.inplay", count: 1374, entity: "fixture", remaining_requests: 50878, period_start: 1694682000, period_end: 1694682300 }, { id: 98160610, endpoint: "api.sports.fixtures.show", count: 748, entity: "fixture", remaining_requests: 52252, period_start: 1694635200, period_end: 1694635500 },
id
identifier of the record
endpoint
identifier of the requested endpoint
count
total calls for the given timeframe
entity
the entity the rate limit applies on
remaining_requests
amount of requests remaining for the entity in the hourly rate limit
period_start
timestamp representing the aggregation start time
period_end
timestamp representing the aggregation end time
api_token
YES
Your unique API token
include
NO
Enrich the API with more data by using includes
select
Select specific fields on the
Using includes is not supported on this endpoint.