Links
Comment on page

GET My Usage

This endpoint returns you API usage aggregated per 5 minutes.
We retain user request logs for approximately two months, after which they are automatically deleted.
Base URL
Example Response
Field Description
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
},
Field
Description
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

Parameters

Query Parameters
Required?
Description
api_token
YES
Your unique API token
include
NO
Enrich the API with more data by using includes
select
NO
Select specific fields on the base entity

Pagination

YES

Include depth

Using includes is not supported on this endpoint.