PROD

These 5 endpoints are a transparent proxy of Cabaprop's public catalogs: CABA neighborhoods, operation types, property types and sub-types, and attributes/extras. They return the JSON exactly as Cabaprop delivers it, with no transformation.

Use them to resolve the ids you need to build the Cabaprop API > Property Object (operation_type, property_type, sub_property_type, location.barrios) without depending on your zone/type schema matching Mapaprop's.

They do not require the X-Cabaprop-Token header — they are Cabaprop public catalogs and do not depend on any connected account.

Headers (for all 5 endpoints)

HeaderRequiredDescription
AuthorizationyesBearer <token> — Mapaprop token
Resource information
AuthenticationRequired (Mapaprop token)
HTTP MethodGET
ResponseJSON
Version1

Neighborhoods (GET)

Resource URL

https://property-api.mapaprop.com/cabaprop/utils/get-zones

Catalog of neighborhoods of the Autonomous City of Buenos Aires. The id of each neighborhood is the value used in location.barrios of the Property Object.

Operation types (GET)

Resource URL

https://property-api.mapaprop.com/cabaprop/utils/get-operations

Catalog of operation types (sale, rental, etc.). The corresponding id is the value of operation_type in the Property Object.

Property types (GET)

Resource URL

https://property-api.mapaprop.com/cabaprop/utils/get-types

Catalog of property types (house, apartment, etc.). The corresponding id is the value of property_type in the Property Object.

Property sub-types (GET)

Resource URL

https://property-api.mapaprop.com/cabaprop/utils/get-types-sub

Catalog of property sub-types. The corresponding id is the value of sub_property_type in the Property Object.

Attributes / extras (GET)

Resource URL

https://property-api.mapaprop.com/cabaprop/utils/get-attributes

Catalog of Cabaprop attributes and amenities (extras).

Errors (for all 5 endpoints)

StatusBodyCause
500{"error":"Error fetching Cabaprop <catalog> catalog","detail":"..."}Error contacting Cabaprop.