# Real Estate License Database API (RELD) > RELD is a REST API for normalized U.S. real estate licensee data — broker verification, agent license lookup, brokerage affiliation checks, batch roster verification, and compliance workflows. Coverage snapshot as of 2026-07-13: 51 live jurisdictions (49 states plus 2 territories/federal district), 4,754,328 total licensee records, 2,473,066 active records. The remaining 1 U.S. state is on the roadmap. RELD collects license records from official state and territory regulator sources, normalizes them into one JSON schema (name, license number, license type, status, jurisdiction, expiration date, brokerage, city, last_verified timestamp), and serves them through authenticated REST endpoints. 13 jurisdictions refresh nightly, 30 weekly, and 8 follow monthly source files. RELD is API-first for teams (compliance, proptech, brokerages, MLS vendors); it is not a free consumer lookup portal and does not sell raw bulk exports. For one-off personal checks, each state page links to the official regulator lookup. ## Website - [Home](https://www.realestatelicensedatabase.com/): product overview, live coverage summary - [Coverage](https://www.realestatelicensedatabase.com/coverage/): per-jurisdiction record counts and refresh cadence - [API documentation](https://www.realestatelicensedatabase.com/developers/): endpoints, examples, OpenAPI, Postman - [Pricing](https://www.realestatelicensedatabase.com/pricing/): plans and limits - [State API pages](https://www.realestatelicensedatabase.com/states/): one page per U.S. jurisdiction - [License lookup by state](https://www.realestatelicensedatabase.com/license-lookup/): state and city license data summaries - [How to get a real estate license](https://www.realestatelicensedatabase.com/how-to-get-a-real-estate-license/): per-state guidance with official resources - [Contact](https://www.realestatelicensedatabase.com/contact/): demos, procurement, coverage requests ## API - Base URL: https://app.realestatelicensedatabase.com - Auth: `Authorization: Bearer ` (create a key in the dashboard; free tier requires no credit card) - Key endpoints: - `GET /api/v1/licensees` — search by state, name, license number, status - `GET /api/v1/licensees/verify` — verify a single license - `POST /api/v1/licensees/batch` — verify up to 100 licenses per request, mixed states allowed - `GET /api/v1/coverage` — machine-readable coverage and per-source freshness (no API key required) - [Interactive docs](https://app.realestatelicensedatabase.com/docs) - [OpenAPI schema](https://app.realestatelicensedatabase.com/openapi.json) - [Postman collection](https://www.realestatelicensedatabase.com/postman/License_API.postman_collection.json) - [Integration context for coding agents](https://www.realestatelicensedatabase.com/docs/RELD_API_CONTEXT.md) - [Cursor skill (download)](https://www.realestatelicensedatabase.com/cursor-skill/reld-api-skill.zip) ## Pricing (monthly, USD; indicative) - Free: $0/month — 25 lookups per month - Starter: $99/month — 1,000 API requests per month - Growth: $499/month — 25,000 API requests per month - Enterprise: $1,599/month — 250,000 API requests per month - Custom plans above 250,000 requests/month via [contact](https://www.realestatelicensedatabase.com/contact/) ## Full coverage detail - [llms-full.txt](https://www.realestatelicensedatabase.com/llms-full.txt): per-jurisdiction table with record counts and refresh cadence ## Contact Coverage requests, custom plans, procurement, and data questions: https://www.realestatelicensedatabase.com/contact/ or support@realestatelicensedatabase.com. Company: Northeast Dataworks LLC (https://www.northeastdataworks.com).