URL: /docs/introduction

---
title: Welcome
description: Revised is a directory of expired domain names that still carry backlinks. This is the documentation for reading it programmatically.
---

Domains lapse every day. A site collects links for a decade, the renewal notice bounces, and the name drops back into the available pool. The links do not expire when the registration does — they keep pointing at the name, and whoever registers it next inherits them.

Revised publishes what it knows about those names: referring domains, backlinks, Domain Authority, a spam band, archived-snapshot counts, Agent Citability and a Revised Score range. You read it in the [web directory](https://getrevised.com/market/domains), over the [HTTP API](/docs/api/introduction), or from an AI assistant over [MCP](/docs/mcp/introduction).

<Note>
  Nothing in the directory is sold by Revised. Every listing is a name that is **available to register**, at whatever registrar you like. We publish what we know about the name; you go and register it.
</Note>

## What the API gives you

- **The whole directory, paged.** 17,713 listings as of 22 September 2026, filterable by category, TLD, domain age, Revised Score, spam band, estimated value and more.
- **Banded metrics**, not fake point estimates. `referring_domains` is `"100-250"`, not `137`. See [Concepts](/docs/concepts) for why.
- **Agent Citability** — how often a domain is cited by the sources AI answer engines draw on. The [methodology is published in full](https://getrevised.com/agent-citability).
- **Reveals and holds.** Buy a masked name with one call; reserve a listing inside the directory while you research it.
- **An incremental change feed** on the Business plan, including tombstones for listings that have left.

## Two things to know before you start

**Keys are free on every plan, and there is no anonymous access.** Create a key at [getrevised.com/account](https://getrevised.com/account). Every endpoint answers 401 without one. Your plan changes your throughput and how many names you may reveal in a month — not which endpoints you can call, with the single exception of the `since` change feed.

**`tier` decides what you may republish.** `open` names are already published on the Revised site and may be passed on. `regular` and `featured` names are masked on the site and are disclosed to API callers under the API terms only. Read [Republishing rules](/docs/guides/republishing-rules) before you put a name anywhere public.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Key to first shortlist in about five minutes.
  </Card>
  <Card title="Concepts" icon="book" href="/docs/concepts">
    Tiers, bands, reveals, holds, watermarks — the vocabulary the rest of these docs assumes.
  </Card>
  <Card title="Find domains" icon="filter" href="/docs/guides/finding-domains">
    Filter and page the directory without wasting a rate-limit window.
  </Card>
  <Card title="Python walkthrough" icon="code" href="/docs/examples/python-walkthrough">
    A runnable notebook: page, rank, reveal, export.
  </Card>
</CardGroup>
