Instantly look up any website's global ranking and track how it changes — free, no account needed.
A global rank is a single number that tells you where a website sits among every other site on the web — #1 is the most-visited domain online. Smaller numbers mean bigger audiences. Here's what's behind the numbers you see.
Ranks refresh every day from aggregated traffic signals across millions of domains. Yesterday's rank is already in.
See how a site's rank has moved over the past week, two weeks, or full month — spot trends, not just snapshots.
Each rank is paired with an estimated monthly visit count based on a power-law model calibrated to known traffic data.
Every ranking is available over a simple JSON endpoint. No auth, no quota forms, no signup — just query and go.
No tracking, no signup, no cookies. Look up any domain anonymously — we don't log who searched for what.
Domains from every country and TLD — .com, .io, .dev, .co.uk. The whole web is on the map.
It's the site's position in a global ordering of all tracked domains by estimated traffic volume. Rank #1 is the single most-visited site worldwide; rank #1,000,000 is still very much on the map but in the long tail. Lower is better.
Rankings are recomputed once per day. New data lands in the API within a few hours of each roll-up, so the number you see here reflects yesterday's activity at the latest.
We only track domains with enough signal to rank meaningfully. New sites, very-low-traffic sites, and sites that block our crawlers may not be indexed yet. Come back in a few weeks — coverage grows with every update.
No — they're estimates derived from the rank, not measured directly. Expect order-of-magnitude accuracy: a site ranked #500 really does get roughly 100× the traffic of one ranked #50,000, but don't treat a 10% difference between two neighbors as gospel.
Yes. The API is free to query, and you can cite or display the numbers in your own product, report, or dashboard. A link back is appreciated but not required.
Query domain rankings programmatically. The API is free with no authentication required. Rankings are updated daily and cover millions of domains worldwide.
https://rank.to/api/?d={domain}&n={days}
| Parameter | Type | Required | Description |
|---|---|---|---|
| d | string | required | Domain to query, e.g. github.com |
| n | integer | optional | History window in days. Accepted: 7, 14, 30. Default: 7 |
{
"ranks": {
"2025-06-14": 68,
"2025-06-15": 67,
"2025-06-16": 70,
"2025-06-17": 66,
"2025-06-18": 65
},
"time": "2.341ms"
}
| Field | Type | Description |
|---|---|---|
| ranks | object | Date → rank pairs, ascending by date. Empty object if domain has no ranking data. |
| time | string | Server-side query execution time for diagnostics. |
// Fetch 30-day rank history for github.com const res = await fetch('https://rank.to/api/?d=github.com&n=30'); const data = await res.json(); // Most recent rank const sorted = Object.entries(data.ranks).sort(([a],[b]) => a.localeCompare(b)); const [date, rank] = sorted.at(-1); console.log(`github.com is ranked #${rank} as of ${date}`);
// Hit "Run" to send the request…
Content-Type: application/jsonranks object is empty if the domain has no ranking datawww. — strip it before queryingn parameter only accepts 7, 14, or 30By accessing or using Rank.to (the "Service"), you agree to be bound by these Terms of Service. If you do not agree, please do not use the Service. These terms apply to all visitors, users, and consumers of the public API.
Rank.to provides website ranking information based on aggregated public traffic signals. We surface this information through a web interface and a free public JSON API at /api/. The Service is provided free of charge and does not require an account.
Rankings are recomputed daily. Historical data covers up to thirty days per domain.
When using the Service, you agree not to:
The public API at https://rank.to/api/ is provided free of charge with no authentication required. You agree to keep your request rate reasonable. We reserve the right to throttle, block, or otherwise limit abusive traffic, including from individual IP addresses, networks, or user-agents, without prior notice.
Cached responses, sensible client-side back-off, and respect for HTTP 429 responses are all expected. If you have a legitimate use case requiring high volume, contact us at [email protected].
Rankings and traffic estimates are provided as-is, on a best-effort basis, derived from public data and a power-law traffic model. They are estimates — not measurements. We make no warranty of accuracy, completeness, fitness for a particular purpose, or non-infringement.
You should not rely on Rank.to as the sole source of truth for material business, investment, legal, or regulatory decisions.
The Service, its design, branding, code, and presentation of data are owned by Rank.to. The underlying ranking values are factual and not subject to copyright. You are free to display, cite, or reference rankings retrieved from the API, including in commercial products. A backlink to rank.to is appreciated but not required.
To the maximum extent permitted by law, Rank.to and its operators will not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly, or any loss of data, use, goodwill, or other intangible losses resulting from your use of the Service.
We may suspend or terminate access to the Service for any user, IP, or network at any time, with or without notice, particularly in cases of abusive use or violation of these terms. The Service itself may be modified, suspended, or discontinued at any time without notice.
We may update these Terms from time to time. The "Last updated" date at the top of this page reflects the most recent revision. Continued use of the Service after changes are posted constitutes acceptance of the revised Terms.
Questions about these Terms? Reach us at [email protected].
Rank.to does not require an account, does not set tracking cookies, and does not log who searched for what. The site loads favicons from a Google service when displaying domains — that's the only third-party request. Everything else stays on our servers and is used solely to keep the service running.
We collect a minimal amount of operational data necessary to run the Service and protect it from abuse:
Rank.to does not set any cookies. The site uses standard browser features such as history.pushState for client-side navigation, but no information is persisted in cookies, localStorage, or sessionStorage.
To display site icons next to each domain, the page loads favicon images from www.google.com/s2/favicons. When this happens, your browser makes a request directly to Google and Google may log it according to their own policies. No information about which Rank.to page you're on is included beyond the standard Referer header.
The interactive rank chart uses Chart.js, loaded from cdnjs.cloudflare.com. This results in a single static asset request to Cloudflare's CDN.
Standard request logs are retained for a maximum of 14 days, after which they are deleted or aggregated to anonymized counters. Ranking data itself (which is about websites, not users) is retained indefinitely as part of the historical dataset.
Because we do not maintain user accounts or persistent profiles, there is generally no personal data tied to you that we can access, export, or delete on request. If you believe a specific log entry contains personal data you would like removed, contact us at [email protected] and we will review the request.
If you operate a website and would like its rank history removed from our public dataset, please reach out — we'll evaluate the request on a case-by-case basis.
The Service is not directed at children under 13 and we do not knowingly collect personal information from them. As we don't collect personal information from anyone in the first place, this is largely moot — but stated explicitly for completeness.
If we change this policy in any meaningful way, we'll update the "Last updated" date at the top of this page. Material changes (such as introducing third-party analytics, which we do not currently plan to do) would be highlighted on the homepage for a reasonable period.
Privacy questions or concerns? Reach us at [email protected].