/apartments/listings

POST /api/apartments/listings

Price: 10 credits

Get full Apartments.com rental listing details by shortcode (or listing URL): name, description, address, geo, rent range, floor plans (beds/baths/sqft/rent), amenities, photos, ratings, pet policy, year built, unit count and lease options.

How to use it

Accepts either the bare shortcode (`40n18nj`) or any listing URL containing it, including the slug-less `/listing/{shortcode}/` form. `rent_low`/`rent_high` are derived from the floor plans, so a property advertising `Call for Rent` returns them empty while `floor_plans` is still populated. Read `blended_rating` rather than `rating`: the renter-review block the source used to publish is gone, so everything fed by it now comes back empty, which means unavailable rather than 'this property has none'. That blended score is the operator's own and sits in a 3.0-5.0 band, so it will not surface badly-rated properties. `pets_allowed` is true when the property publishes a pet policy and null when it publishes none — a null is not a refusal. Single-unit condo and house listings have no property name of their own, so `name` falls back to the street address.

Parameters

Request body

Response

Errors

Response headers