Skip to content
All data sources

Texas Statewide Parcels API and MCP server

No authtexas-parcels

Search the verified TxGIO StratMap 2025 statewide parcel layer by parcel ID, owner, address, point, or bounding box.

Texas Statewide Parcels is published by Texas Geographic Information Office StratMap and covers Texas statewide.

It refreshes on a schedule the publisher sets.

Last verified . That is when these facts were last rebuilt from the ParcelOps source registry, not when Texas Geographic Information Office StratMap last refreshed the data itself.

API access

Your AI client reaches Texas Statewide Parcels through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.

Where it came from

Freshness and coverage

FreshnessScheduled · The published layer is the 2025 StratMap compilation even though the ArcGIS service retains a legacy name.
Places coveredTexas statewide
Time coveredNot declared
CredentialsNo credentials required

What this source cannot tell you

  • Anything outside Texas statewide. A request past that edge comes back empty rather than approximated.
  • Which years it spans, because the covered period is not declared.
  • Anything Texas Geographic Information Office StratMap does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
  • The statewide common schema is narrower than many county appraisal-district systems.
  • Confirm title and boundaries with the county appraisal district or recorded instruments.
  • Prop_ID (parcelId) is assigned per county appraisal district, not statewide, and this layer publishes no county column to scope it by; a parcelId match spanning more than one county is disclosed as parcelIdCollision.

Methods (6)

A method is one call your agent can make against this source.

  • searchParcels

    read

    Search Texas parcels by ID, owner, address, or bbox; prefer identifyParcel after geocoding.

    Records returnedparcel
    How to get more resultsoffset (offsetField: offset, limitField: limit)
    Coordinate systemEPSG:4326
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "sourceObjectId": {
          "type": "integer",
          "minimum": 1
        },
        "parcelId": {
          "type": "string",
          "maxLength": 240
        },
        "owner": {
          "type": "string",
          "maxLength": 240
        },
        "address": {
          "type": "string",
          "maxLength": 240
        },
        "bbox": {
          "type": "array",
          "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84. At most 4 square degrees.",
          "minItems": 4,
          "maxItems": 4,
          "items": {
            "type": "number"
          }
        },
        "includeGeometry": {
          "type": "boolean"
        },
        "limit": {
          "type": "integer",
          "minimum": 1,
          "maximum": 200
        },
        "offset": {
          "type": "integer",
          "minimum": 0
        }
      },
      "required": [],
      "additionalProperties": false
    }
    Output schema
    {
      "oneOf": [
        {
          "type": "object",
          "properties": {
            "records": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "source": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceObjectId": {
                    "type": [
                      "string",
                      "number",
                      "null"
                    ]
                  },
                  "parcelId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "alternateParcelId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "owner": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "ownerName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "siteAddress": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "address": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "mailingAddress": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "city": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "county": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "state": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "stateCode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "postalCode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "marketValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "assessedValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "taxableValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "landValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "improvementValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "salePrice": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "saleDate": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "saleYear": {
                    "type": [
                      "integer",
                      "string",
                      "null"
                    ]
                  },
                  "yearBuilt": {
                    "type": [
                      "integer",
                      "string",
                      "null"
                    ]
                  },
                  "area": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "areaUnit": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "acreage": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "landUse": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "legalDescription": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceUpdatedAt": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "coverage": {
                    "type": "object",
                    "properties": {
                      "status": {
                        "const": "attributes_not_published"
                      },
                      "message": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "status",
                      "message"
                    ],
                    "additionalProperties": true
                  },
                  "sourceAttributes": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "additionalProperties": true
                  }
                },
                "additionalProperties": true
              }
            },
            "count": {
              "type": "integer",
              "minimum": 0
            },
            "nextOffset": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "resultsTruncated": {
              "const": true
            },
            "source": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "required": [
            "records",
            "count"
          ],
          "additionalProperties": true
        },
        {
          "type": "object",
          "properties": {
            "type": {
              "const": "FeatureCollection"
            },
            "features": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "type": {
                    "const": "Feature"
                  },
                  "geometry": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "additionalProperties": true
                  },
                  "properties": {
                    "type": "object",
                    "properties": {
                      "source": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceObjectId": {
                        "type": [
                          "string",
                          "number",
                          "null"
                        ]
                      },
                      "parcelId": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "alternateParcelId": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "ownerName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "siteAddress": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "address": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "mailingAddress": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "city": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "county": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "state": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "stateCode": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "postalCode": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "marketValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "assessedValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "taxableValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "landValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "improvementValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "salePrice": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "saleDate": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "saleYear": {
                        "type": [
                          "integer",
                          "string",
                          "null"
                        ]
                      },
                      "yearBuilt": {
                        "type": [
                          "integer",
                          "string",
                          "null"
                        ]
                      },
                      "area": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "areaUnit": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "acreage": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "landUse": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "legalDescription": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceUpdatedAt": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "coverage": {
                        "type": "object",
                        "properties": {
                          "status": {
                            "const": "attributes_not_published"
                          },
                          "message": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "message"
                        ],
                        "additionalProperties": true
                      },
                      "sourceAttributes": {
                        "type": [
                          "object",
                          "null"
                        ],
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": true
                  }
                },
                "required": [
                  "type",
                  "geometry",
                  "properties"
                ],
                "additionalProperties": true
              }
            },
            "count": {
              "type": "integer",
              "minimum": 0
            },
            "nextOffset": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "resultsTruncated": {
              "const": true
            },
            "source": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "required": [
            "type",
            "features",
            "count"
          ],
          "additionalProperties": true
        }
      ]
    }
    • The statewide normalized record is narrower than many county appraisal-district records.
    • parcelId is assigned per county appraisal district, not statewide; a match spanning more than one county is disclosed as parcelIdCollision rather than returned as one answer.
  • getParcel

    read

    Get a Texas parcel by its authoritative property or geographic ID.

    What you must provideparcelId
    Records returnedparcel
    How to get more resultsnone
    Coordinate systemEPSG:4326
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "parcelId": {
          "type": "string",
          "maxLength": 240
        },
        "includeGeometry": {
          "type": "boolean"
        }
      },
      "required": [
        "parcelId"
      ],
      "additionalProperties": false
    }
    Output schema
    {
      "type": "object",
      "properties": {
        "kind": {
          "const": "parcelops.public-data"
        },
        "schemaVersion": {
          "type": "string"
        },
        "records": {
          "type": "array",
          "maxItems": 2,
          "items": {
            "type": "object",
            "properties": {
              "source": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "sourceName": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "sourceObjectId": {
                "type": [
                  "string",
                  "number",
                  "null"
                ]
              },
              "parcelId": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "alternateParcelId": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "owner": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "ownerName": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "siteAddress": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "address": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "mailingAddress": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "city": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "county": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "state": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "stateCode": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "postalCode": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "marketValue": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "assessedValue": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "taxableValue": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "landValue": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "improvementValue": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "salePrice": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "saleDate": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "saleYear": {
                "type": [
                  "integer",
                  "string",
                  "null"
                ]
              },
              "yearBuilt": {
                "type": [
                  "integer",
                  "string",
                  "null"
                ]
              },
              "area": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "areaUnit": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "acreage": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "landUse": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "legalDescription": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "sourceUpdatedAt": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "coverage": {
                "type": "object",
                "properties": {
                  "status": {
                    "const": "attributes_not_published"
                  },
                  "message": {
                    "type": "string"
                  }
                },
                "required": [
                  "status",
                  "message"
                ],
                "additionalProperties": true
              },
              "sourceAttributes": {
                "type": [
                  "object",
                  "null"
                ],
                "additionalProperties": true
              }
            },
            "additionalProperties": true
          }
        },
        "summary": {
          "type": "object",
          "properties": {
            "matchedRecords": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "returnedRecords": {
              "type": "integer",
              "minimum": 0
            },
            "truncated": {
              "type": "boolean"
            }
          },
          "required": [
            "matchedRecords",
            "returnedRecords",
            "truncated"
          ],
          "additionalProperties": true
        },
        "source": {
          "type": "object",
          "additionalProperties": true
        },
        "caveats": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "required": [
        "kind",
        "records",
        "summary",
        "source",
        "caveats"
      ],
      "additionalProperties": true
    }
    • This ID is not statewide-unique; check the response's ambiguous and parcelIdCollision fields before trusting a single match.
  • getParcelsInArea

    read

    Return map-ready Texas parcel polygons for a bounded area.

    What you must providebbox
    Records returnedparcel
    How to get more resultsoffset (offsetField: offset, limitField: limit)
    Coordinate systemEPSG:4326
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "bbox": {
          "type": "array",
          "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84. At most 4 square degrees.",
          "minItems": 4,
          "maxItems": 4,
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "integer",
          "minimum": 1,
          "maximum": 200
        },
        "offset": {
          "type": "integer",
          "minimum": 0
        }
      },
      "required": [
        "bbox"
      ],
      "additionalProperties": false
    }
    Output schema
    {
      "oneOf": [
        {
          "type": "object",
          "properties": {
            "records": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "source": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceObjectId": {
                    "type": [
                      "string",
                      "number",
                      "null"
                    ]
                  },
                  "parcelId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "alternateParcelId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "owner": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "ownerName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "siteAddress": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "address": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "mailingAddress": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "city": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "county": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "state": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "stateCode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "postalCode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "marketValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "assessedValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "taxableValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "landValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "improvementValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "salePrice": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "saleDate": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "saleYear": {
                    "type": [
                      "integer",
                      "string",
                      "null"
                    ]
                  },
                  "yearBuilt": {
                    "type": [
                      "integer",
                      "string",
                      "null"
                    ]
                  },
                  "area": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "areaUnit": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "acreage": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "landUse": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "legalDescription": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceUpdatedAt": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "coverage": {
                    "type": "object",
                    "properties": {
                      "status": {
                        "const": "attributes_not_published"
                      },
                      "message": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "status",
                      "message"
                    ],
                    "additionalProperties": true
                  },
                  "sourceAttributes": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "additionalProperties": true
                  }
                },
                "additionalProperties": true
              }
            },
            "count": {
              "type": "integer",
              "minimum": 0
            },
            "nextOffset": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "resultsTruncated": {
              "const": true
            },
            "source": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "required": [
            "records",
            "count"
          ],
          "additionalProperties": true
        },
        {
          "type": "object",
          "properties": {
            "type": {
              "const": "FeatureCollection"
            },
            "features": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "type": {
                    "const": "Feature"
                  },
                  "geometry": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "additionalProperties": true
                  },
                  "properties": {
                    "type": "object",
                    "properties": {
                      "source": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceObjectId": {
                        "type": [
                          "string",
                          "number",
                          "null"
                        ]
                      },
                      "parcelId": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "alternateParcelId": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "ownerName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "siteAddress": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "address": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "mailingAddress": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "city": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "county": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "state": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "stateCode": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "postalCode": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "marketValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "assessedValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "taxableValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "landValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "improvementValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "salePrice": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "saleDate": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "saleYear": {
                        "type": [
                          "integer",
                          "string",
                          "null"
                        ]
                      },
                      "yearBuilt": {
                        "type": [
                          "integer",
                          "string",
                          "null"
                        ]
                      },
                      "area": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "areaUnit": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "acreage": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "landUse": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "legalDescription": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceUpdatedAt": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "coverage": {
                        "type": "object",
                        "properties": {
                          "status": {
                            "const": "attributes_not_published"
                          },
                          "message": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "message"
                        ],
                        "additionalProperties": true
                      },
                      "sourceAttributes": {
                        "type": [
                          "object",
                          "null"
                        ],
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": true
                  }
                },
                "required": [
                  "type",
                  "geometry",
                  "properties"
                ],
                "additionalProperties": true
              }
            },
            "count": {
              "type": "integer",
              "minimum": 0
            },
            "nextOffset": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "resultsTruncated": {
              "const": true
            },
            "source": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "required": [
            "type",
            "features",
            "count"
          ],
          "additionalProperties": true
        }
      ]
    }
  • identifyParcel

    read

    Identify an official Texas parcel at a WGS84 point.

    What you must providelatitudelongitude
    Records returnedparcel
    How to get more resultsnone
    Coordinate systemEPSG:4326
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "latitude": {
          "type": "number",
          "minimum": 25.5,
          "maximum": 36.6
        },
        "longitude": {
          "type": "number",
          "minimum": -106.7,
          "maximum": -93.4
        },
        "limit": {
          "type": "integer",
          "minimum": 1,
          "maximum": 25
        }
      },
      "required": [
        "latitude",
        "longitude"
      ],
      "additionalProperties": false
    }
    Output schema
    {
      "oneOf": [
        {
          "type": "object",
          "properties": {
            "records": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "source": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceObjectId": {
                    "type": [
                      "string",
                      "number",
                      "null"
                    ]
                  },
                  "parcelId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "alternateParcelId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "owner": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "ownerName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "siteAddress": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "address": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "mailingAddress": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "city": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "county": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "state": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "stateCode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "postalCode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "marketValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "assessedValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "taxableValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "landValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "improvementValue": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "salePrice": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "saleDate": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "saleYear": {
                    "type": [
                      "integer",
                      "string",
                      "null"
                    ]
                  },
                  "yearBuilt": {
                    "type": [
                      "integer",
                      "string",
                      "null"
                    ]
                  },
                  "area": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "areaUnit": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "acreage": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "landUse": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "legalDescription": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sourceUpdatedAt": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "coverage": {
                    "type": "object",
                    "properties": {
                      "status": {
                        "const": "attributes_not_published"
                      },
                      "message": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "status",
                      "message"
                    ],
                    "additionalProperties": true
                  },
                  "sourceAttributes": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "additionalProperties": true
                  }
                },
                "additionalProperties": true
              }
            },
            "count": {
              "type": "integer",
              "minimum": 0
            },
            "nextOffset": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "resultsTruncated": {
              "const": true
            },
            "source": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "required": [
            "records",
            "count"
          ],
          "additionalProperties": true
        },
        {
          "type": "object",
          "properties": {
            "type": {
              "const": "FeatureCollection"
            },
            "features": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "type": {
                    "const": "Feature"
                  },
                  "geometry": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "additionalProperties": true
                  },
                  "properties": {
                    "type": "object",
                    "properties": {
                      "source": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceObjectId": {
                        "type": [
                          "string",
                          "number",
                          "null"
                        ]
                      },
                      "parcelId": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "alternateParcelId": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "owner": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "ownerName": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "siteAddress": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "address": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "mailingAddress": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "city": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "county": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "state": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "stateCode": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "postalCode": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "marketValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "assessedValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "taxableValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "landValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "improvementValue": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "salePrice": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "saleDate": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "saleYear": {
                        "type": [
                          "integer",
                          "string",
                          "null"
                        ]
                      },
                      "yearBuilt": {
                        "type": [
                          "integer",
                          "string",
                          "null"
                        ]
                      },
                      "area": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "areaUnit": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "acreage": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "landUse": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "legalDescription": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceUpdatedAt": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "coverage": {
                        "type": "object",
                        "properties": {
                          "status": {
                            "const": "attributes_not_published"
                          },
                          "message": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "message"
                        ],
                        "additionalProperties": true
                      },
                      "sourceAttributes": {
                        "type": [
                          "object",
                          "null"
                        ],
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": true
                  }
                },
                "required": [
                  "type",
                  "geometry",
                  "properties"
                ],
                "additionalProperties": true
              }
            },
            "count": {
              "type": "integer",
              "minimum": 0
            },
            "nextOffset": {
              "type": [
                "integer",
                "null"
              ],
              "minimum": 0
            },
            "resultsTruncated": {
              "const": true
            },
            "source": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "required": [
            "type",
            "features",
            "count"
          ],
          "additionalProperties": true
        }
      ]
    }
    • A point intersection can return multiple candidates and is not a survey or title determination.
  • countParcels

    read

    Count Texas parcels matching a bounded filter.

    Records returnedparcel-count
    How to get more resultsnone
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "parcelId": {
          "type": "string",
          "maxLength": 240
        },
        "owner": {
          "type": "string",
          "maxLength": 240
        },
        "address": {
          "type": "string",
          "maxLength": 240
        },
        "bbox": {
          "type": "array",
          "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84. At most 4 square degrees.",
          "minItems": 4,
          "maxItems": 4,
          "items": {
            "type": "number"
          }
        }
      },
      "required": [],
      "additionalProperties": false
    }
    Output schema
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "integer",
          "minimum": 0
        },
        "source": {
          "type": [
            "object",
            "null"
          ],
          "additionalProperties": true
        }
      },
      "required": [
        "count"
      ],
      "additionalProperties": true
    }
  • getServiceInfo

    read

    Return supported fields, service constraints, and legal-use notes.

    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {},
      "required": [],
      "additionalProperties": false
    }

Where this source is used