{
  "markdown": "# Offendersearch — API Quickstart\n\nScreen anyone against **all 58 US sex-offender registries** — every state, DC and the\nterritories — with a single REST call.\n\n- 🌐 Website: **https://offendersearch.app**\n- 📖 Docs: **https://offendersearch.app/docs**\n- 🧾 OpenAPI spec: **https://offendersearch.app/openapi.json**\n- 🔗 Base URL: `https://api.offendersearch.app`\n\nGet a key at [offendersearch.app](https://offendersearch.app) — the free trial is 25\nsearches with no card. Then set it:\n\n```bash\nexport OFFENDERSEARCH_KEY=\"sk_your_key\"\n```\n\n## One call, 58 registries\n\n```bash\ncurl https://api.offendersearch.app/v1/search \\\n  -H \"Authorization: Bearer $OFFENDERSEARCH_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{ \"query\": { \"firstName\": \"John\", \"lastName\": \"Smith\", \"dob\": \"1982-04-11\" } }'\n```\n\nEvery match is **scored for confidence** and **cited to its source**, with a photograph\nand a link to the official registry record. A date of birth or age sharpens the match.\n\n### Search an area (no name)\n\n```bash\ncurl https://api.offendersearch.app/v1/search \\\n  -H \"Authorization: Bearer $OFFENDERSEARCH_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{ \"query\": { \"zipcode\": \"92501\", \"radiusMiles\": 2 } }'\n```\n\n### Screen a whole roster\n\n`POST /v1/batch` checks many records in one call — see the [docs](https://offendersearch.app/docs).\n\n## Examples in this repo\n\n| Language | File |\n|----------|------|\n| Node.js (zero-dep, `fetch`) | [`node/search.mjs`](node/search.mjs) |\n| Python (`requests`) | [`python/search.py`](python/search.py) |\n| curl | [`curl/search.sh`](curl/search.sh) |\n\nGenerate a typed client in any language from the [OpenAPI spec](https://offendersearch.app/openapi.json).\n\n## Responsible use\n\nResults are public-record data and **not a consumer report**. Don't use them for\nemployment, tenancy, or other FCRA-covered decisions without the process the law\nrequires — and never to identify, target, or harass anyone. For awareness and safety.\n\n## License\n\nMIT\n",
  "bytes": 1994,
  "sha": "c003dda5bc3e12444cf1d89d52468a38709b0162e0c0e1098d88d6ddf817daae",
  "repo_slug": "clavaa/offendersearch-quickstart",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_offendersearch_offendersearch_29c01f7b/readme"
}