curl --request POST \
--url https://data.apartmentiq.io/apartmentiq/api/v1/geo_boundaries/properties \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_id": "your_account_id",
"property_filters": {
"geo_boundary_ids": [
"94216",
"93759"
],
"total_units_gte": 400,
"property_class": [
"A",
"B"
]
}
}
'{
"data": [
{
"id": "99030676",
"type": "properties",
"attributes": {
"collected_at": "2024-01-15",
"msa_name": "Raleigh-Cary, NC",
"property_name": "The Heights at Main Street",
"property_id": 123456,
"property_url": "https://example.com/property/123456",
"address": "123 Main Street",
"city": "Raleigh",
"state": "NC",
"zip": "27605",
"latitude": 35.8234,
"longitude": -78.6382,
"unit_count": 250,
"year_built": 2018,
"year_renovated": 2022,
"construction_status": "existing",
"property_class": "A",
"management_company_name": "Premium Property Management",
"property_type": "conventional",
"building_type": "Mid-Rise",
"building_count": 3,
"rentable_building_area_sq_ft": 225000,
"land_area_sq_ft": 435600,
"units_per_acre": 25.2,
"number_of_stories": 5,
"average_unit_size": 900,
"transit_score": 45,
"walk_score": 72,
"ownership_company_1_name": "ABC Real Estate Holdings",
"ownership_company_1_ownership_type": "Private",
"ownership_company_2_name": "XYZ Real Estate Holdings",
"ownership_company_2_ownership_type": "Public",
"ownership_company_3_name": "123 Real Estate Holdings",
"ownership_company_3_ownership_type": "Institutional",
"ownership_company_4_name": "456 Real Estate Holdings",
"ownership_company_4_ownership_type": "Private",
"owned_since_date": "2015-03-15",
"last_sale_price": 45000000,
"last_sale_price_status": "closed",
"asking_rent": 1850,
"asking_rent_psf": 2.06,
"net_effective_rent": 1795,
"net_effective_rent_psf": 1.99,
"exposure_percent": 8.5,
"advertised_occupancy_percent": 94.2,
"leased_percent": 95.6,
"available_unit_count_0_bed": 2,
"available_unit_count_1_bed": 5,
"available_unit_count_2_bed": 8,
"available_unit_count_3_bed": 3,
"available_unit_count_4_bed": 0,
"leased_unit_count_0_bed": 2,
"leased_unit_count_1_bed": 5,
"leased_unit_count_2_bed": 8,
"leased_unit_count_3_bed": 3,
"leased_unit_count_4_bed": 0,
"asking_rent_0_bed": 1450,
"asking_rent_1_bed": 1450,
"asking_rent_2_bed": 1950,
"asking_rent_3_bed": 2450,
"asking_rent_4_bed": 2450,
"asking_rent_psf_0_bed": 2.07,
"asking_rent_psf_1_bed": 2.07,
"asking_rent_psf_2_bed": 1.95,
"asking_rent_psf_3_bed": 1.88,
"asking_rent_psf_4_bed": 1.88,
"concession_percent_0_bed": 2.5,
"concession_percent_1_bed": 2.5,
"concession_percent_2_bed": 3,
"concession_percent_3_bed": 2,
"concession_percent_4_bed": 2,
"concession_value_0_bed": 1200,
"concession_value_1_bed": 1300,
"concession_value_2_bed": 1800,
"concession_value_3_bed": 2400,
"concession_value_4_bed": 2400,
"net_effective_rent_0_bed": 1300,
"net_effective_rent_1_bed": 1414,
"net_effective_rent_2_bed": 1892,
"net_effective_rent_3_bed": 2401,
"net_effective_rent_4_bed": 2400,
"net_effective_rent_psf_0_bed": 1.95,
"net_effective_rent_psf_1_bed": 1.95,
"net_effective_rent_psf_2_bed": 1.88,
"net_effective_rent_psf_3_bed": 1.88,
"net_effective_rent_psf_4_bed": 1.88,
"days_on_market_0_bed": 15,
"days_on_market_1_bed": 15,
"days_on_market_2_bed": 22,
"days_on_market_3_bed": 28,
"days_on_market_4_bed": 28
}
}
]
}Retrieve bulk property data filtered by geographic boundaries (MSAs, Submarkets, Cities, Counties, Zip Codes, or Neighborhoods) or custom GeoJSON geometries. Returns detailed property data including physical characteristics, rent metrics, availability, and ownership information (with appropriate data access).
curl --request POST \
--url https://data.apartmentiq.io/apartmentiq/api/v1/geo_boundaries/properties \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_id": "your_account_id",
"property_filters": {
"geo_boundary_ids": [
"94216",
"93759"
],
"total_units_gte": 400,
"property_class": [
"A",
"B"
]
}
}
'{
"data": [
{
"id": "99030676",
"type": "properties",
"attributes": {
"collected_at": "2024-01-15",
"msa_name": "Raleigh-Cary, NC",
"property_name": "The Heights at Main Street",
"property_id": 123456,
"property_url": "https://example.com/property/123456",
"address": "123 Main Street",
"city": "Raleigh",
"state": "NC",
"zip": "27605",
"latitude": 35.8234,
"longitude": -78.6382,
"unit_count": 250,
"year_built": 2018,
"year_renovated": 2022,
"construction_status": "existing",
"property_class": "A",
"management_company_name": "Premium Property Management",
"property_type": "conventional",
"building_type": "Mid-Rise",
"building_count": 3,
"rentable_building_area_sq_ft": 225000,
"land_area_sq_ft": 435600,
"units_per_acre": 25.2,
"number_of_stories": 5,
"average_unit_size": 900,
"transit_score": 45,
"walk_score": 72,
"ownership_company_1_name": "ABC Real Estate Holdings",
"ownership_company_1_ownership_type": "Private",
"ownership_company_2_name": "XYZ Real Estate Holdings",
"ownership_company_2_ownership_type": "Public",
"ownership_company_3_name": "123 Real Estate Holdings",
"ownership_company_3_ownership_type": "Institutional",
"ownership_company_4_name": "456 Real Estate Holdings",
"ownership_company_4_ownership_type": "Private",
"owned_since_date": "2015-03-15",
"last_sale_price": 45000000,
"last_sale_price_status": "closed",
"asking_rent": 1850,
"asking_rent_psf": 2.06,
"net_effective_rent": 1795,
"net_effective_rent_psf": 1.99,
"exposure_percent": 8.5,
"advertised_occupancy_percent": 94.2,
"leased_percent": 95.6,
"available_unit_count_0_bed": 2,
"available_unit_count_1_bed": 5,
"available_unit_count_2_bed": 8,
"available_unit_count_3_bed": 3,
"available_unit_count_4_bed": 0,
"leased_unit_count_0_bed": 2,
"leased_unit_count_1_bed": 5,
"leased_unit_count_2_bed": 8,
"leased_unit_count_3_bed": 3,
"leased_unit_count_4_bed": 0,
"asking_rent_0_bed": 1450,
"asking_rent_1_bed": 1450,
"asking_rent_2_bed": 1950,
"asking_rent_3_bed": 2450,
"asking_rent_4_bed": 2450,
"asking_rent_psf_0_bed": 2.07,
"asking_rent_psf_1_bed": 2.07,
"asking_rent_psf_2_bed": 1.95,
"asking_rent_psf_3_bed": 1.88,
"asking_rent_psf_4_bed": 1.88,
"concession_percent_0_bed": 2.5,
"concession_percent_1_bed": 2.5,
"concession_percent_2_bed": 3,
"concession_percent_3_bed": 2,
"concession_percent_4_bed": 2,
"concession_value_0_bed": 1200,
"concession_value_1_bed": 1300,
"concession_value_2_bed": 1800,
"concession_value_3_bed": 2400,
"concession_value_4_bed": 2400,
"net_effective_rent_0_bed": 1300,
"net_effective_rent_1_bed": 1414,
"net_effective_rent_2_bed": 1892,
"net_effective_rent_3_bed": 2401,
"net_effective_rent_4_bed": 2400,
"net_effective_rent_psf_0_bed": 1.95,
"net_effective_rent_psf_1_bed": 1.95,
"net_effective_rent_psf_2_bed": 1.88,
"net_effective_rent_psf_3_bed": 1.88,
"net_effective_rent_psf_4_bed": 1.88,
"days_on_market_0_bed": 15,
"days_on_market_1_bed": 15,
"days_on_market_2_bed": 22,
"days_on_market_3_bed": 28,
"days_on_market_4_bed": 28
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the account you're requesting data for.
9901947
Filters to apply when selecting properties. At least one geographic filter (geo_boundary_ids or geometry) is required.
Show child attributes
Array of geo boundary IDs to filter properties by. Properties within any of these boundaries will be included. You find these IDs by searching for the boundaries that you're interested in.
["123", "456"]GeoJSON Polygon or MultiPolygon geometry object to filter properties by spatial containment.
Show child attributes
Polygon, MultiPolygon "Polygon"
Coordinate array following GeoJSON specification (longitude, latitude pairs)
[
[
[-78.663, 35.821],
[-78.663, 35.85],
[-78.623, 35.85],
[-78.623, 35.821],
[-78.663, 35.821]
]
]{
"type": "Polygon",
"coordinates": [
[
[-78.663, 35.821],
[-78.663, 35.85],
[-78.623, 35.85],
[-78.623, 35.821],
[-78.663, 35.821]
]
]
}Minimum year the property was built.
2000
Maximum year the property was built.
2024
Minimum total number of units in the property.
50
Maximum total number of units in the property.
500
Minimum number of stories/floors in the property buildings.
3
Maximum number of stories/floors in the property buildings.
20
Filter by property classification grade.
A, B, C ["A", "B"]Filter by property type/category.
conventional, income_restricted, section8, senior_living, student_housing, build_to_rent ["conventional"]Filter by current construction state/status.
existing, new_supply ["existing"]Filter by number of bedrooms. 0 = studio, 1 = 1 bedroom, etc.
["1", "2"]Filter by number of bathrooms.
["1", "2", "2.5"]Minimum average asking rent.
1000
Maximum average asking rent.
3000
Minimum average net effective rent after concessions.
950
Maximum average net effective rent after concessions.
2800
Minimum average asking rent per square foot.
1.5
Maximum average asking rent per square foot.
3.5
Minimum average net effective rent per square foot.
1.4
Maximum average net effective rent per square foot.
3.25
Minimum average unit size in square feet.
500
Maximum average unit size in square feet.
2000
Minimum average concession value in dollars.
100
Maximum average concession value in dollars.
500
Minimum average concession as percentage of rent.
x <= 1005
Maximum average concession as percentage of rent.
x <= 10015
Minimum occupancy percentage.
x <= 10085
Maximum occupancy percentage.
x <= 10098
Minimum percentage of units leased.
x <= 10090
Maximum percentage of units leased.
x <= 100100
Minimum exposure percentage (units available for lease).
x <= 1002
Maximum exposure percentage (units available for lease).
x <= 10015
Successfully retrieved property data. Returns properties in JSON:API format with comprehensive property details.
Array of property data in JSON:API format
Show child attributes
The property ID as a string
"99030676"
Resource type, always 'properties'
properties "properties"
Property attributes including physical characteristics, metrics, and ownership data
Show child attributes
Date when the data was collected
"2024-01-15"
Metropolitan Statistical Area name
"Raleigh-Cary, NC"
Name of the property
"The Heights at Main Street"
Unique property identifier
123456
URL to the property's detail page
"https://example.com/property/123456"
Street address of the property
"123 Main Street"
City where the property is located
"Raleigh"
State abbreviation
"NC"
ZIP code
"27605"
Geographic latitude coordinate
35.8234
Geographic longitude coordinate
-78.6382
Total number of units in the property
250
Year the property was constructed
2018
Year of most recent renovation
2022
Current construction status
existing, new_supply "existing"
Property classification grade
A, B, C "A"
Name of the property management company
"Premium Property Management"
Type of property
conventional, income_restricted, section8, senior_living, student_housing, build_to_rent "conventional"
Building configuration type
Garden Style, Mid-Rise, High-Rise "Mid-Rise"
Number of buildings on the property
3
Total rentable square footage
225000
Total land area in square feet
435600
Density measured as units per acre
25.2
Maximum number of stories in any building
5
Average unit size in square feet
900
Transit accessibility score (0-100)
0 <= x <= 10045
Walkability score (0-100)
0 <= x <= 10072
Primary ownership company name (requires tier_one_data_access)
"ABC Real Estate Holdings"
Type of ownership for primary company (requires tier_one_data_access)
"Private"
Secondary ownership company name (requires tier_one_data_access)
"XYZ Real Estate Holdings"
Type of ownership for secondary company (requires tier_one_data_access)
"Public"
Tertiary ownership company name (requires tier_one_data_access)
"123 Real Estate Holdings"
Type of ownership for tertiary company (requires tier_one_data_access)
"Institutional"
Quaternary ownership company name (requires tier_one_data_access)
"456 Real Estate Holdings"
Type of ownership for quaternary company (requires tier_one_data_access)
"Private"
Date when current owner acquired the property (requires tier_one_data_access)
"2015-03-15"
Most recent sale price in dollars (requires tier_two_data_access)
45000000
Status or verification level of the sale price (requires tier_two_data_access)
"closed"
Average asking rent across all unit types (last 30 days)
1850
Average asking rent per square foot (last 30 days)
2.06
Average net effective rent after concessions (last 30 days)
1795
Average net effective rent per square foot (last 30 days)
1.99
Percentage of units available for lease (last 30 days)
8.5
Advertised occupancy percentage (last 30 days)
94.2
Percentage of units leased (last 30 days)
95.6
Number of available studio units (last 30 days)
2
Number of available 1-bedroom units (last 30 days)
5
Number of available 2-bedroom units (last 30 days)
8
Number of available 3-bedroom units (last 30 days)
3
Number of available 4+ bedroom units (last 30 days)
0
Number of leased studio units (last 30 days)
2
Number of leased 1-bedroom units (last 30 days)
5
Number of leased 2-bedroom units (last 30 days)
8
Number of leased 3-bedroom units (last 30 days)
3
Number of leased 4+ bedroom units (last 30 days)
0
Average asking rent for studio units (last 30 days)
1450
Average asking rent for 1-bedroom units (last 30 days)
1450
Average asking rent for 2-bedroom units (last 30 days)
1950
Average asking rent for 3-bedroom units (last 30 days)
2450
Average asking rent for 4+ bedroom units (last 30 days)
2450
Average asking rent per square foot for studio units (last 30 days)
2.07
Average asking rent per square foot for 1-bedroom units (last 30 days)
2.07
Average asking rent per square foot for 2-bedroom units (last 30 days)
1.95
Average asking rent per square foot for 3-bedroom units (last 30 days)
1.88
Average asking rent per square foot for 4+ bedroom units (last 30 days)
1.88
Average concession percentage for studio units (last 30 days)
2.5
Average concession percentage for 1-bedroom units (last 30 days)
2.5
Average concession percentage for 2-bedroom units (last 30 days)
3
Average concession percentage for 3-bedroom units (last 30 days)
2
Average concession percentage for 4+ bedroom units (last 30 days)
2
Average concession value in dollars for studio units (last 30 days)
1200
Average concession value in dollars for 1-bedroom units (last 30 days)
1300
Average concession value in dollars for 2-bedroom units (last 30 days)
1800
Average concession value in dollars for 3-bedroom units (last 30 days)
2400
Average concession value in dollars for 4+ bedroom units (last 30 days)
2400
Average net effective rent for studio units (last 30 days)
1300
Average net effective rent for 1-bedroom units (last 30 days)
1414
Average net effective rent for 2-bedroom units (last 30 days)
1892
Average net effective rent for 3-bedroom units (last 30 days)
2401
Average net effective rent for 4+ bedroom units (last 30 days)
2400
Average net effective rent per square foot for studio units (last 30 days)
1.95
Average net effective rent per square foot for 1-bedroom units (last 30 days)
1.95
Average net effective rent per square foot for 2-bedroom units (last 30 days)
1.88
Average net effective rent per square foot for 3-bedroom units (last 30 days)
1.88
Average net effective rent per square foot for 4+ bedroom units (last 30 days)
1.88
Average days on market for studio units (last 30 days)
15
Average days on market for 1-bedroom units (last 30 days)
15
Average days on market for 2-bedroom units (last 30 days)
22
Average days on market for 3-bedroom units (last 30 days)
28
Average days on market for 4+ bedroom units (last 30 days)
28