MLS Detail

MLS Detail returns the official listing record for one property — listing and selling agent, office, media, public remarks, schools, and status history. Identify the listing by listing_id, MLS number, or address.

POST/v2/MLSDetail

Get a listing

Request attributes

  • Name
    listing_id
    Type
    integer
    Description

    The listing identifier. When supplied, no other field is required.

  • Name
    id
    Type
    integer
    Description

    RealEstateAPI property ID.

  • Name
    mls_number
    Type
    string
    Description

    The MLS number for the listing.

  • Name
    mls_board_code
    Type
    string
    Description

    MLS board code, to disambiguate a number across boards.

  • Name
    address
    Type
    string
    Description

    A fully formatted address.

  • Name
    house
    Type
    string
    Description

    House number, when using address parts.

  • Name
    street
    Type
    string
    Description

    Street name.

  • Name
    unit
    Type
    string
    Description

    Unit number.

  • Name
    unit_type
    Type
    string
    Description

    Unit type, e.g. Apt.

  • Name
    city
    Type
    string
    Description

    City.

  • Name
    state
    Type
    string
    Description

    Two-character state code.

  • Name
    county
    Type
    string
    Description

    County.

  • Name
    zip
    Type
    string
    Description

    Five-digit ZIP code.

Request

POST
/v2/MLSDetail
curl -X POST https://api.realestateapi.com/v2/MLSDetail \
  -H "x-api-key: $REALESTATEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"address": "1 Rocket Rd, Hawthorne, CA 90250"}'

Was this page helpful?