CDN77 API reference

Get Country Destination statistics

Posthttps://api.cdn77.com/v3/stats/country/destination/{type}

Request parameters

  • typeother in pathrequired

Request body≥1 required

  • cdn_idsarray of integers
  • time_rangeobject
Example of the request body
{
  "cdn_ids": [
    1234567890
  ],
  "time_range": {
    "from": 1625097600,
    "to": 1625097600
  }
}

Responses

Country Destination statistics.

Response parameters

  • countryobject
  • dataone of objects
    • cachedinteger
    • non_cachedinteger
Example of the response
[
  {
    "country": {
      "iso_code": "DE",
      "name": "Germany"
    },
    "data": {
      "cached": 0,
      "non_cached": 0
    }
  }
]
Can’t find what you are looking for?