API Documentation
Rankeez offers a free, unauthenticated JSON API to look up a domain's rank.
Endpoint
GET https://rankeez.com/api/{domain}.json
Example request
curl https://rankeez.com/api/google.com.json
Example response
{
"google.com": 1,
"history": {
"2025-02": 1,
"2026-07": 1
}
}
Notes
- No API key required.
- Response is empty JSON if the domain isn't found in our database — check the HTTP body length, not just status code.
historymaps"YYYY-MM"to the rank recorded that month, oldest first. Only months where a snapshot exists are included, so it may be sparse for a domain we've only recently started tracking.- Please cache results on your side. Ranks only change every month (see Methodology), there's no need to poll more often than that.
- Automated bulk scraping outside this API (e.g. crawling
/topor/site/pages at high volume) may be rate-limited.