Get data provider index stats
curl --request GET \
--url https://www.suprkeywords.com/api/v1/data-provider-stats \
--header 'Authorization: Bearer <token>'{
"googleSerps": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"bingKeywords": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"googleKeywords": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"livePages": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"liveBacklinks": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"scrapedAt": "2023-11-07T05:31:56Z"
}Data provider stats
Get data provider index stats
Returns cached data provider index statistics (e.g. Google SERPs, keywords, live pages, backlinks). Updated daily by cron; on cache miss or error returns static fallback values. No authentication required.
GET
/
api
/
v1
/
data-provider-stats
Get data provider index stats
curl --request GET \
--url https://www.suprkeywords.com/api/v1/data-provider-stats \
--header 'Authorization: Bearer <token>'{
"googleSerps": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"bingKeywords": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"googleKeywords": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"livePages": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"liveBacklinks": {
"label": "<string>",
"value": "<string>",
"secondaryLabel": "<string>",
"secondaryValue": "<string>"
},
"scrapedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.suprkeywords.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
bearerAuthSessionAuth
API key for programmatic access. Create keys in Settings (Agency plan). Send as Authorization: Bearer or X-API-KEY: . Unauthenticated requests return 401.
Response
Data provider stats (five stat cards with main and optional secondary values)
⌘I