{
  "schema_version": "1.0",
  "name": "OpenRecords",
  "url": "https://openrecords.io/",
  "status": "preview",
  "status_label": "Early access / preview",
  "description": "An API for AI agents and developers that returns US county property and tax records in one normalized schema. Every record carries an as_of date; weekly history is kept. Texas first, expanding.",
  "audience": [
    "ai_agents",
    "developers"
  ],
  "api": {
    "public": false,
    "base_url": null,
    "note": "Private preview. No public endpoint yet. Request and response shapes shown on the site are illustrative.",
    "openapi": "https://openrecords.io/openapi.json",
    "openapi_status": "Draft of the planned API; preview, not yet available. Server URL in the draft is a placeholder."
  },
  "data": {
    "sources": "Official county and appraisal district bulk files only",
    "record_fields": [
      "as_of",
      "source",
      "parcel",
      "owner",
      "situs",
      "values",
      "exemptions",
      "tax",
      "history"
    ],
    "freshness": "Each record carries an as_of snapshot date and its source file date; weekly history is kept",
    "schema_id": "openrecords.record.v0",
    "sample_record": "https://openrecords.io/data/sample-record.json",
    "sample_is_synthetic": true
  },
  "coverage": {
    "summary": "Texas only during preview",
    "loaded_counties": [
      {
        "state": "TX",
        "county": "Collin",
        "files": [
          "appraisal roll",
          "tax roll",
          "delinquent list"
        ]
      },
      {
        "state": "TX",
        "county": "Dallas",
        "files": [
          "appraisal roll",
          "tax roll"
        ]
      },
      {
        "state": "TX",
        "county": "Tarrant",
        "files": [
          "appraisal roll",
          "tax roll"
        ]
      },
      {
        "state": "TX",
        "county": "Travis",
        "files": [
          "appraisal roll",
          "tax roll",
          "delinquent list"
        ]
      },
      {
        "state": "TX",
        "county": "Denton",
        "files": [
          "delinquent list"
        ]
      }
    ],
    "texas_counties_inventoried": 254,
    "details": "https://openrecords.io/data/tx-coverage.json",
    "retrieved": "2026-09-27"
  },
  "does_not": [
    "fill out forms",
    "solve or bypass captchas",
    "scrape search portals"
  ],
  "waitlist": "https://openrecords.io/#waitlist",
  "contact": null,
  "llms_txt": "https://openrecords.io/llms.txt",
  "llms_full_txt": "https://openrecords.io/llms-full.txt",
  "openapi": "https://openrecords.io/openapi.json",
  "privacy": "https://openrecords.io/privacy/"
}
