Skip to main content
GET
/
cpl
/
offers
/
{id}
/
volume
Offer volume
curl --request GET \
  --url https://studio-api.onlytraffic.com/api/external/v1/cpl/offers/{id}/volume \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "total_fans_30d": 123,
    "avg_per_day": 123,
    "avg_per_order_per_day": 123,
    "daily": {
      "total": [
        {
          "date": "2023-12-25",
          "count": 123
        }
      ],
      "per_order": [
        {
          "date": "2023-12-25",
          "count": 123
        }
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Path Parameters

id
integer
required

Numeric resource id.

Required range: x >= 1

Response

Successful response

success
boolean
Example:

true

data
object

Public 30-day volume snapshot for a partner offer.