v4

latestOpenAPI 3.0.02026-07-3137328230.2 KB
general

Retrieve the current, previous, and next period ids and date ranges

get/api/v1/periods

Query parameters

access_keystring

The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.

The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.

Response

Successful

Example response

{
  "periods": [
    {
      "region": "us",
      "previous": {
        "period": 1000
      },
      "current": {
        "period": 1000
      },
      "next": {
        "period": 1000
      }
    }
  ]
}
All 37 operations