Look up address profile based on a street address, city, state, and optionally unit, and page number.
curl --header "X-api-key: [YOUR API KEY]" \ -X GET 'https://api.spokeo.com/v3/addresses?street=301-Standiford-Ave&city=Modesto&state=CA'
{- "data": {
- "address": {
- "street_address": "123 Main St",
- "city": "Anytown",
- "zip": 11111,
- "county": "Los Angeles",
- "state": "CA",
- "latitude": 40.689247,
- "longitude": -74.0451471,
- "properties": [
- {
- "property_info": {
- "zoned_use": "Single Family Residence",
- "living_area_sqft": 2652,
- "bath_count": 4.5,
- "bed_count": 3,
- "heating_type": "Central",
- "cooling_type": "Central",
- "garage_type": "Unknown",
- "story_count": 2,
- "structure_style": "Unknown",
- "view_type": "Unknown",
- "pool_type": "Unknown",
- "fireplace": "Unknown",
- "year_built": 1904,
- "lot_sqft": 15120,
- "unit_count": 1,
- "garage_sqft": null,
- "has_carport": null,
- "carport_sqft": null,
- "parking_space_count": null,
- "use_type": "Residential",
- "legal_subdivision": null,
- "foundation_type": "Unknown",
- "attic_sqft": null,
- "has_attic": null,
- "basement_sqft": null,
- "basement_sqft_finished": null,
- "basement_sqft_unfinished": null,
- "porch_type": "Unknown",
- "roof_construction": "Unknown",
- "roof_material": "Unknown",
- "floor_material": "Unknown",
- "sewage_type": "Unknown",
- "is_multi_floor": null,
- "parcel_number": null,
- "zoned_use_jurisdiction_code": null,
- "fence_type": "Unknown",
- "area_fence": null,
- "flood_zone_description": "This property is located in a minimal flood risk area"
}, - "valuations": [
- {
- "market_value": 1327500,
- "market_value_min": 1261125,
- "market_value_max": 1393875,
- "valuation_confidence_score": 95,
- "forecast_standard_deviation": 5,
- "valuation_date": "2021-11-24"
}
], - "tax": {
- "assessor": {
- "last_sold_date": "1997-06-25",
- "last_sold_price": 192500,
- "last_sold_price_per_sqft": 72,
- "parties": [
- { }
]
}, - "history": [
- {
- "year": null,
- "billed_amount": null,
- "total_assessed_value": null,
- "improvement_value": null,
- "land_value": null,
- "tax_billed_amount": null
}
], - "delinquent_first_year": null,
- "delinquent_last_year": null,
- "district_code": 7500,
- "exemptions": {
- "is_homeowner": null,
- "is_disabled": null,
- "is_senior": null,
- "is_veteran": null,
- "is_widow": null,
- "is_additional": null
}
}, - "residents": [
- {
- "id": 1234567890,
- "aliases": [
- null
], - "lives_at_property": true,
- "current_address": {
- "city": null,
- "latitude": null,
- "longitude": null,
- "street": null,
- "country": null,
- "zip": null,
- "state": null
}, - "is_deceased": null,
- "relatives": [
- null
], - "last_name": "Doe",
- "first_name": "John",
- "middle_name": "M",
- "age": 52
}
], - "owners": [
- {
- "first_name": "John",
- "last_name": "Doe",
- "middle_name": null,
- "full_name": "John Doe",
- "id": 1234567890,
- "ownership_type": null,
- "is_trust": null,
- "is_company": null,
- "ownership_start_date": "1999-02-25",
- "lives_at_property": null
}
], - "deed": {
- "buyers": [
- {
- "full_name": null,
- "suffix": null
}
], - "last_sale": {
- "book_number": null,
- "page_number": null,
- "document_number": null,
- "last_sold_price": 192500,
- "last_sold_date": "1997-06-25",
- "price_per_sqft": 72
}
}, - "financial_insight": {
- "estimated_loan_to_value": 0,
- "loans_total": 0,
- "is_free_and_clear": true,
- "is_absentee_owned": null,
- "is_out_of_state_owner": null,
- "is_upside_down": null,
- "is_long_time_owner": null,
- "is_bored_investor": null,
- "is_potentially_inherited": null,
- "is_potentially_distressed": null,
- "known_preforeclosure_date": null
}, - "sellability": {
- "retail_score": 461,
- "retail_score_date": "2021-10-29",
- "wholesale_score": 10,
- "wholesale_score_date": "2021-10-29",
- "investor_score": 504,
- "investor_score_date": "2021-10-29"
}, - "units": [
- {
- "designator": null,
- "bath_count": null,
- "bed_count": null,
- "zoned_use": null,
- "living_sqft": null,
- "year_built": null,
- "residents": [
- { }
]
}
]
}
], - "nearby_schools": [
- {
- "name": "MP Montessori School",
- "street": "123 Main St Ave",
- "city": "Anytown",
- "state": "CA",
- "grades_served": "PK-KG",
- "school_type": "Private",
- "enrollment_count": 34,
- "rating": "B-",
- "district_name": "Los Angeles Unified"
}
]
}
}, - "position_token": null
}