---
name: x402datasource.com
description: x402datasource.com provides a single API skill for retrieving official property records from Travis County, Texas. Given a parcel's APN, it returns structured data including address, owner, assessed values, physical characteristics, and exemption flags sourced from county records.
host: x402datasource.com
---

# x402datasource.com

This host serves agents that need authoritative parcel-level property data for Travis County, TX. It is a narrow, county-specific data source suited for real estate research, ownership verification, and assessed value lookups. It does not cover other counties or states, and does not provide MLS or active listing data.

## When to use this host

Use this host when an agent needs structured property record data for a Travis County, TX parcel identified by APN. It is appropriate for ownership verification, assessed value lookups, exemption status checks, and real estate research scoped to Travis County. Do not use it for parcels in any other Texas county or other states — use a corresponding county or state property API instead. Do not use it for active MLS listings, sale history, or market pricing data; those require a separate real estate data provider.

## Capabilities

### Travis County Property Records

Retrieves official county property record data for a given APN, including ownership, legal description, assessed values, and physical characteristics.

- **`fetch-travis-tx-property`** — Returns property details for a Travis County, Texas parcel by APN, including address, owner, assessed values, physical characteristics, and exemption flags.

## Skill reference

### `fetch-travis-tx-property`

**Travis TX Property Lookup** — Returns property details for a Travis County, Texas parcel by APN, including address, owner, assessed values, physical characteristics, and exemption flags.

*Use when:* Use when an agent needs property record data for a specific Travis County, TX parcel identified by its APN (geo_id), such as for real estate research, valuation, or ownership verification.

*Not for:* Do not use for parcels outside Travis County, TX; use a different county or state property API instead. Not suitable for real-time MLS listings or active sale data.

**Inputs:**

- `apn` (string, required) — Assessor Parcel Number (APN / geo_id) for the Travis County, TX property, supplied as the final path segment of the URL.

**Returns:** Returns a JSON object with the parcel's geo_id, full address, owner name, legal description, market/appraised/assessed values, physical property attributes, exemption flags, and data year.

**Example:** `GET https://x402datasource.com/api/v1/property/tx/travis/0372110510`

---
