Pima County · FIPS 04019

Tucson, AZ property data via API

Owner, year built, living sqft, sale prices, and tax values for Tucson addresses — sourced live from the Pima County assessor and returned as a single JSON response.

Live example

Real lookup, real data

Below is the actual response returned for 2209 E 6th St, Tucson, AZ 85719 — sourced from the Pima County assessor at request time.

Request
$ curl -H "X-API-Key: pda_your_key" \
  "https://api.propertypulse.dev/v1/properties/lookup?street=2209%20E%206th%20St&city=Tucson&state=AZ&zip=85719"
Response (200 OK)
{
  "street_address": "2209 E 6TH ST",
  "city": "TUCSON",
  "state": "AZ",
  "zip_code": "85719",
  "county": "Pima County",
  "latitude": 32.2278,
  "longitude": -110.9389,
  "property_type": "single_family",
  "sqft_lot": 6541,
  "market_value": 394611,
  "assessed_value": 29283,
  "owner_name": "WILHELMI KATHLEEN",
  "owner_mailing_address": "2215 E 4TH ST, TUCSON AZ",
  "zoning_code": "R-1",
  "jurisdiction": "TUCSON",
  "property_use_code": "0131",
  "apn": "125072300",
  "data_source": "Pima County Assessor ArcGIS"
}

Fields available for Tucson addresses

Plus universal fields like flood zones, demographics, schools, amenities, transit, and earthquake hazards.

  • Owner name + owner mailing address (absentee detection)
  • Lot sqft, jurisdiction, zoning, parcel use code
  • Full Cash Value (market) and Limited Net Value (assessed)
  • Tax account / parcel number
  • Legal description, deed docket

Other cities in Pima County

Pima County (~1M (Pima County), ~430k parcels) is supported in full — these cities are all included:

TucsonOro ValleyMaranaSahuaritaSouth TucsonVail

Try it on your own Tucson addresses

Free tier: 250 requests / month, no credit card.