API 3.0
CoreOddsFootball APIAPI 2 (Deprecated)WidgetsContact
Core API 3.0
Core API 3.0
  • Core
  • Endpoints
    • 🗺️Continents
      • GET All Continents
      • GET Continent by ID
    • 🏳️Countries
      • GET All Countries
      • GET Country by ID
      • GET Countries by Search
    • 🏴Regions
      • GET All Regions
      • GET Region by ID
      • GET Regions by Search
    • 🏙️Cities
      • GET All Cities
      • GET City by ID
      • GET Cities by Search
    • ⌨️Types
      • GET All Types
      • GET Type by ID
      • GET Type by Entity
    • ⚙️Filters
      • GET All Entity Filters
    • 🕰️Timezones
      • GET All Supported Time Zones
  • My Sportmonks
    • GET My Enrichments
    • GET My Resources
    • GET My Leagues
    • GET My Usage
  • Entities
    • 🌐Core
Powered by GitBook
On this page

Was this helpful?

  1. My Sportmonks

GET My Usage

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
},
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

Pagination

YES

Include depth

Using includes is not supported on this endpoint.

base entity