Traffic API
Query site traffic data by domain.
Endpoint
GET /api/v1/trafficAuthentication
Authorization: Bearer YOUR_API_KEYRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Target domain |
Example
GET /api/v1/traffic?domain=mangadex.org
Authorization: Bearer YOUR_API_KEYResponse 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
| Field | Description |
|---|---|
data.endpoint | Fixed value: traffic |
data.costCredits | Credits consumed by this request |
data.remainingCredits | Remaining credits after deduction |
data.query.domain | Normalized domain parameter |
data.Policy | Provider policy flag |
data.Description | Site description |
data.Category | Provider category |
data.TopKeywords | Top traffic keywords |
data.SiteName | Site domain |
data.TopCountryShares | Top country traffic shares |
data.CountryRank | Rank in the top country |
data.Title | Site title |
data.Engagments | Engagement metrics |
data.EstimatedMonthlyVisits | Recent monthly visits |
data.GlobalRank | Global traffic rank |
data.TrafficSources | Traffic source distribution |
data.CategoryRank | Category rank |
data.DateData | Domain registration and expiration dates |
Billing
- Default cost:
2 creditsper request - Actual cost can be adjusted in admin settings