---
title: "Search for Information on an Address"
method: GET
path: "/addresses"
tags: ["Address Search"]
---

# Search for Information on an Address

`GET /addresses`

## Query parameters

- `street` string, required
- `city` string, required
- `state` string, required
- `unit` string
- `position_token` integer

## Response `200`

OK

- Address
  - `data` object
    - `address` object
      - `street_address` string
      - `city` string
      - `zip` string
      - `county` string
      - `state` string
      - `latitude` number
      - `longitude` number
      - `nearby_schools` object[]
        - `name` string
        - `address` object
          - `street_address` string
          - `city` string
          - `state` string
        - `grades_served` string
        - `type` string
        - `enrollment_count` number
        - `rating` string
        - `district_name` string
      - `properties` object[]
        - `valuations` object[]
          - `confidence_score` number
          - `date` string
          - `forecast_standard_deviation` number
          - `market_value` number
          - `market_value_max` number
          - `market_value_min` number
        - `residents` object[]
          - `id` string — A unique Spokeo identifier associated with the person. Input this ID into **[Person ID Search](/apis/openapi/person-id-search)** to retrieve person data, including contact information.
          - `is_deceased` boolean
          - `names` object[]
            - `full_name` string
            - `first_name` string
            - `middle_name` string
            - `last_name` string
            - `name_type` string
          - `age` number
          - `dob_month` number
          - `dob_year` number
          - `lives_at_property` boolean
          - `addresses` object[]
            - `city` string
            - `latitude` number
            - `longitude` number
            - `street_address` string
            - `country` string
            - `zip` string
            - `state` string
            - `url_path` string
            - `is_current` boolean
          - `relatives` object[]
            - `names` object[]
              - …
          - `phones` object[]
            - `phones` object
              - …
          - `emails` object[]
            - `emails` object
              - …
          - `phone_record_count` number
          - `address_count` number
          - `email_record_count` number
          - `start_date` string
          - `end_date` string
          - `first_processed` string
          - `last_processed` string
          - `confidence_score` number
        - `owners` object[]
          - `names` object[]
            - `first_name` string
            - `last_name` string
            - `middle_name` string
            - `full_name` string
            - `name_type` string
          - `id` string — A unique Spokeo identifier associated with the person. Input this ID into **[Person ID Search](/apis/openapi/person-id-search)** to retrieve person data, including contact information.
          - `ownership_type` string
          - `is_trust` boolean
          - `is_company` boolean
          - `lives_at_property` boolean
          - `ownership_start_date` string
          - `ownership_end_date` string
          - `phones` object[]
            - `phones` object
              - …
          - `emails` object[]
            - `emails` object
              - …
          - `addresses` object[]
            - `city` string
            - `latitude` number
            - `longitude` number
            - `street_address` string
            - `country` string
            - `zip` string
            - `state` string
            - `url_path` string
            - `is_current` boolean
        - `property_info` object
          - `zoned_use` string
          - `living_area_sqft` number
          - `bath_count` number
          - `bed_count` number
          - `heating_type` string
          - `cooling_type` string
          - `garage_type` string
          - `story_count` number
          - `structure_style` string
          - `view_type` string
          - `pool_type` string
          - `fireplace` string
          - `year_built` number
          - `lot_sqft` number
          - `unit_count` number
          - `garage_sqft` number
          - `type` string
          - `has_carport` boolean
          - `carport_sqft` number
          - `parking_space_count` number
          - `use_type` string
          - `legal_subdivision` string
          - `foundation_type` string
          - `attic_sqft` number
          - `has_attic` boolean
          - `basement_sqft` number
          - `basement_sqft_finished` number
          - `basement_sqft_unfinished` number
          - `porch_type` string
          - `roof_construction` string
          - `roof_material` string
          - `floor_material` string
          - `sewage_type` string
          - `is_multi_floor` boolean
          - `parcel_number` number
          - `zoned_use_jurisdiction_code` string
          - `fence_type` string
          - `area_fence` number
          - `flood_zone_description` string
        - `tax` object
          - `assessor` object
            - `last_sold_date` string
            - `last_sold_price` number
            - `last_sold_price_per_sqft` number
            - `parties` object[]
              - …
          - `history` object[]
            - `year` number
            - `billed_amount` number
            - `total_assessed_value` number
            - `improvement_value` number
            - `land_value` number
          - `delinquent_first_year` string
          - `delinquent_last_year` string
          - `district_code` string
          - `exemptions` object
            - `is_homeowner` boolean
            - `is_disabled` boolean
            - `is_senior` boolean
            - `is_veteran` boolean
            - `is_widow` boolean
            - `is_additional` string
        - `deed` object
          - `buyers` object[]
            - `names` object[]
              - …
          - `last_sale` object
            - `book_number` string
            - `page_number` string
            - `document_number` string
            - `price` number
            - `date` string
            - `price_per_sqft` number
        - `financial_insight` object
          - `estimated_loan_to_value` number
          - `loans_total` number
          - `is_free_and_clear` boolean
          - `is_absentee_owned` boolean
          - `is_out_of_state_owner` boolean
          - `is_upside_down` boolean
          - `is_long_time_owner` boolean
          - `is_bored_investor` boolean
          - `is_potentially_inherited` boolean
          - `is_potentially_distressed` boolean
          - `known_preforeclosure_date` boolean
        - `sellability` object
          - `retail_score` number
          - `retail_score_date` string
          - `wholesale_score` number
          - `wholesale_score_date` string
          - `investor_score` number
          - `investor_score_date` string
        - `units` object[]
          - `designator` string
          - `bath_count` number
          - `bed_count` number
          - `zoned_use` string
          - `living_sqft` number
          - `year_built` number
          - `residents` object[]
            - `names` object[]
              - …
            - `id` string — A unique Spokeo identifier associated with the person. Input this ID into **[Person ID Search](/apis/openapi/person-id-search)** to retrieve person data, including contact information.
        - `addresses` object[]
          - `city` string
          - `latitude` number
          - `longitude` number
          - `street_address` string
          - `zip` string
          - `state` string
          - `county` string
          - `url_path` string
  - `position_token` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spokeo/apis/untitled-api.md) · [All operations](https://skmtc.net/spokeo/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spokeo/untitled-api/versions/632a13baca1c/schema)
