Traffic API

Query site traffic data by domain.

Test API

Endpoint

GET /api/v1/traffic

Authentication

Authorization: Bearer YOUR_API_KEY

Request Parameters

ParameterTypeRequiredDescription
domainstringYesTarget domain

Example

GET /api/v1/traffic?domain=mangadex.org
Authorization: Bearer YOUR_API_KEY

Response Example

{
  "code": "ok",
  "message": "ok",
  "data": {
    "endpoint": "traffic",
    "costCredits": 2,
    "remainingCredits": 79,
    "query": {
      "domain": "mangadex.org"
    },
    "Policy": 0,
    "Description": "Read comics and manga online at MangaDex, with high quality images and support creators and translators!",
    "Category": "",
    "TopKeywords": [
      {
        "Name": "mangadex",
        "Volume": 650050,
        "Cpc": 0.63,
        "EstimatedValue": 1482850
      }
    ],
    "SiteName": "mangadex.org",
    "TopCountryShares": [
      {
        "Country": 840,
        "CountryCode": "US",
        "Value": 0.375511360640705
      }
    ],
    "CountryRank": {
      "Country": 840,
      "CountryCode": "US",
      "Rank": 226
    },
    "Title": "MangaDex",
    "Engagments": {
      "BounceRate": "0.3285128562814251",
      "Month": "2",
      "Year": "2026",
      "Visits": "48954756",
      "TimeOnSite": "410.25450715662765",
      "PagePerVisit": "29.548163052525982"
    },
    "EstimatedMonthlyVisits": {
      "2025-12-01": 55855138,
      "2026-01-01": 57329539,
      "2026-02-01": 48954756
    },
    "GlobalRank": {
      "Rank": 308
    },
    "TrafficSources": {
      "Social": 0.0171722822418235,
      "Mail": 0.000057092305000745,
      "Referrals": 0.0223392495795121,
      "Search": 0.33299462332423,
      "Paid Referrals": 0.000734650055901033,
      "Direct": 0.626701928483378
    },
    "CategoryRank": {
      "Category": "",
      "Rank": "0"
    },
    "DateData": {
      "registration": "2018-02-22T22:03:18.26Z",
      "expiration": "2027-02-22T22:03:18.26Z"
    }
  }
}

Response Fields

FieldDescription
data.endpointFixed value: traffic
data.costCreditsCredits consumed by this request
data.remainingCreditsRemaining credits after deduction
data.query.domainNormalized domain parameter
data.PolicyProvider policy flag
data.DescriptionSite description
data.CategoryProvider category
data.TopKeywordsTop traffic keywords
data.SiteNameSite domain
data.TopCountrySharesTop country traffic shares
data.CountryRankRank in the top country
data.TitleSite title
data.EngagmentsEngagement metrics
data.EstimatedMonthlyVisitsRecent monthly visits
data.GlobalRankGlobal traffic rank
data.TrafficSourcesTraffic source distribution
data.CategoryRankCategory rank
data.DateDataDomain registration and expiration dates

Billing

  • Default cost: 2 credits per request
  • Actual cost can be adjusted in admin settings