Long Term Rentals
We currently maintain over 1.5M+ rental listings, with active listings added daily from MLS sources nationwide.
The Traditional Property Object
The Traditional Property Object:
{
"id": 5637233,
"title": "Condominium, Traditional - Los Angeles (City), CA",
"lon": -118.381,
"lat": 34.0568,
"state": "CA",
"city": "Los Angeles",
"county": "LOS ANGELES",
"neighborhood": {
"id": 275024,
"name": "Pico-Robertson",
"country": "United States",
"city": "Los Angeles",
"state": "CA",
"latitude": 34.053022,
"longitude": -118.383312,
"singleHomeValue": 1237000,
"mashMeter": 66.99,
"description": null,
"is_village": 0
},
"description": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
"price": 3300,
"baths": 1,
"beds": 1,
"num_of_units": null,
"sqft": 1028,
"lot_size": 12787,
"days_on_market": 3,
"year_built": 1981,
"parking_spots": 2,
"parking_type": "Garage",
"mls_id": "19508890",
"image": "https://...",
"extra_images": ["https://...", "https://..."],
"zipcode": "90035",
"address": "1110 South SHENANDOAH Street #2",
"type": "apartment",
"property_type": "Rental",
"property_sub_type": "Condominium",
"source": "Compass",
"architecture_style": "New Traditional",
"heating_system": "Central Furnace",
"cooling_system": "Central A/C",
"parcel_number": "4332019046",
"neighborhood_id": 275024,
"agents": [
{
"id": 101289,
"first_name": "Nikki",
"last_name": "Hochstein",
"email": "[email protected]",
"primary_phone": "(310) 968-1116",
"role": "Listing",
"company": "Compass",
"city": "SANTA MONICA",
"state": "CA",
"zip_code": "90405"
}
]
}
Traditional Property Data Dictionary
| Attribute | Definition | Possible Returns |
|---|---|---|
| id | Mashvisor Traditional Property ID | Integer |
| title | Property title | String |
| price | Listing/rental price | Number |
| beds | Number of bedrooms | Integer |
| baths | Number of bathrooms | Integer |
| address | Full street address | String |
| city | City where the property is located | String |
| state | State where the property is located | String |
| zipcode | Zip code | String |
| property_type | Property listing type (e.g. Rental) | String |
| property_sub_type | Apartment, Condominium, Duplex, Other, Quadruplex, Single Family Attached/Detached, Townhouse, Triplex | String |
| neighborhood | Neighborhood object (id, name, mashMeter, etc.) | Object |
| agents | Listing agent(s) | Array |
Get Traditional Property
This endpoint retrieves traditional property location data.
Query parameters
- Name
id- Type
- long
- Description
The traditional property ID from the Mashvisor database.
- Name
state- Type
- string
- Description
Property state. Required. API returns 404 if omitted.
- Name
parcel_number- Type
- string
- Description
Property parcel or APN.
- Name
mls_id- Type
- string
- Description
Property MLS id.
- Name
address- Type
- string
- Description
Property street address.
- Name
city- Type
- string
- Description
Property city.
- Name
zip_code- Type
- string
- Description
Property zip code.
Request
curl -G "https://api.mashvisor.com/v1.1/client/traditional-property" \
-d "id=5637233" \
-d "state=CA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"id": 5637233,
"title": "Condominium, Traditional - Los Angeles (City), CA",
"lon": -118.381,
"lat": 34.0568,
"state": "CA",
"city": "Los Angeles",
"county": "LOS ANGELES",
"neighborhood": {
"id": 275024,
"name": "Pico-Robertson",
"country": "United States",
"city": "Los Angeles",
"state": "CA",
"latitude": 34.053022,
"longitude": -118.383312,
"singleHomeValue": 1410500,
"mashMeter": 29,
"description": null,
"is_village": 0
},
"description": "Bright and modern one bedroom condo for lease located in convenient and desirable Beverly Hills adjacent location. Don't miss this very spacious unit with open floor plan and extra large patio for additional outdoor living space. Features include: Wood floors, recessed lighting, clean kitchen with stainless appliances, remodeled bathroom and walk in closet. Property has central heat and air, in unit washer/dryer and 2 parking spaces. Amazing location near Cedars-Sinai, Century City and all the parks, shops and restaurants of Beverly Hills.",
"price": 3150,
"baths": 1,
"full_baths": 1,
"beds": 1,
"num_of_units": null,
"sqft": 1028,
"lot_size": 12787,
"days_on_market": 24,
"year_built": 1981,
"tax": null,
"tax_history": null,
"videos": null,
"virtual_tours": null,
"parking_spots": 2,
"parking_type": "Garage",
"walkscore": null,
"mls_id": "19-508890",
"image": "http://photos.listhub.net/CLAWCA/19-508890/1?lm=20191002T140909",
"extra_images": [
"http://photos.listhub.net/CLAWCA/19-508890/1?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/2?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/3?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/4?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/5?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/6?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/7?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/8?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/9?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/10?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/11?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/12?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/13?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/14?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/15?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/16?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/17?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/18?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/19?lm=20191002T140909",
"http://photos.listhub.net/CLAWCA/19-508890/20?lm=20191002T140909"
],
"zipcode": "90035",
"address": "1110 South SHENANDOAH Street #2",
"type": "apartment",
"property_type": "Rental",
"property_sub_type": "Condominium",
"status": "inactive",
"broker_name": "Compass",
"broker_number": null,
"broker_url": "https://www.compass.com/",
"source": "Compass",
"mls_name": "Combined LA Westside Multiple Listing Service, Inc",
"architecture_style": "New Traditional",
"pets_allowed": 0,
"smoking_allowed": 0,
"is_furnished": 0,
"has_pool": null,
"is_water_front": null,
"heating_system": "Central Furnace",
"cooling_system": "Central A/C",
"view_type": null,
"schools": null,
"characteristics": null,
"directions": null,
"parcel_number": "4332019046",
"neighborhood_id": 275024,
"url": "https://listings.listhub.net/pages/CLAWCA/19-508890/?channel=mashv",
"disclaimer": null,
"listing_date": "2019-09-08T22:00:00.000Z",
"modification_timestamp": "2019-09-30T15:29:11.000Z",
"created_at": "2019-09-12T02:50:05.000Z",
"updated_at": "2019-10-03T04:30:23.000Z",
"agents": [
{
"id": 101289,
"agent_id": 101289,
"property_id": 5637233,
"created_at": "2017-06-21T07:37:15.000Z",
"updated_at": "2025-11-24T17:20:23.000Z",
"first_name": "Nikki",
"last_name": "Hochstein",
"full_name": "Nikki Hochstein",
"email": "[email protected]",
"primary_phone": "(310) 968-1116",
"phone_number": "(310) 437-7500",
"role": "Listing",
"office_id": 203,
"website": "https://www.westsideaddress.com",
"address": "2113-2115 Main St. ",
"city": "Santa Monica",
"state": "CA",
"county": "Los Angeles",
"zip_code": "90405",
"company": "Compass",
"image": "http://brokerlogos.listhub.net/CLAWCA/acbfbc71874811e5803c125f38ce48fb/20160601185736249.png",
"real_estate_licence": "01338003",
"years_of_experience": null,
"areas_served": null,
"agent_specialities": null,
"agent_experience": null,
"summary": null,
"title": null,
"mls_id": "X55624",
"price_range": null,
"sold_properties": null,
"active_properties": null
}
]
}
}
Get Neighborhood Historical Performance
Get a submarket (neighborhood) short term historical performance for its listings as an array.
Path parameters
- Name
id- Type
- long
- Description
Neighborhood ID to fetch data for.
Query parameters
- Name
state- Type
- string
- Description
State. Required. API returns 404 if omitted.
- Name
month- Type
- integer
- Description
A month to fetch after.
- Name
year- Type
- integer
- Description
A year to fetch after.
- Name
beds- Type
- integer
- Description
0 to 4 bedrooms value.
Request
curl -G "https://api.mashvisor.com/v1.1/client/neighborhood/268201/historical/traditional" \
-d "state=CA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"months": [
{
"year": 2026,
"month": 1,
"zero_room_value": 2740,
"one_room_value": 3292,
"two_room_value": 4992,
"three_room_value": 5760,
"four_room_value": 6240
},
{
"year": 2025,
"month": 12,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5760,
"four_room_value": 6240
},
{
"year": 2025,
"month": 11,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 10,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 9,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 8,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 7,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 6,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 5,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5664,
"four_room_value": 6240
},
{
"year": 2025,
"month": 4,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5568,
"four_room_value": 6240
},
{
"year": 2025,
"month": 3,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5568,
"four_room_value": 6240
},
{
"year": 2025,
"month": 2,
"zero_room_value": 2385,
"one_room_value": 2917,
"two_room_value": 4992,
"three_room_value": 5568,
"four_room_value": 6240
}
],
"averages": {
"zero_room_value": 2414.58,
"one_room_value": 2948.25,
"two_room_value": 4992,
"three_room_value": 5656,
"four_room_value": 6240
}
},
"message": "Historical Data fetched successfully"
}
Get Long Term Rental Comps
Retrieve accurate long-term rental comps for any U.S. city or ZIP code within a specified state, ideal for investment analysis and property comparison.
Query parameters
- Name
state- Type
- string
- Description
State. Required.
- Name
city- Type
- string
- Description
City.
- Name
zipcode- Type
- string
- Description
Zip code.
- Name
page- Type
- integer
- Description
Page number. Default: 1.
- Name
limit- Type
- integer
- Description
Items per page. Default: 30. Maximum: 30.
- Name
min_price- Type
- number
- Description
Minimum price filter. Default: 50000.
- Name
max_price- Type
- number
- Description
Maximum price filter. Default: 5000000.
- Name
min_beds- Type
- integer
- Description
Minimum beds filter. Default: 1.
- Name
max_beds- Type
- integer
- Description
Maximum beds filter. Default: 5.
- Name
min_baths- Type
- integer
- Description
Minimum baths filter. Default: 1.
- Name
max_baths- Type
- integer
- Description
Maximum baths filter. Default: 5.
- Name
exclude_rented- Type
- integer
- Description
Exclude properties with "rented" status. 0 or 1. Default: 0.
Request
curl -G "https://api.mashvisor.com/v1.1/client/long-term-comps" \
-d "state=GA" \
-d "city=Dahlonega" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"total_results": 26,
"next_page_url": null,
"current_page": 1,
"total_pages": 1,
"items_per_page": 30,
"properties": [
{
"id": 6442907,
"title": "Single Family Residence, Other - Dahlonega, GA",
"lon": -84.08257293701172,
"lat": 34.49126815795898,
"state": "GA",
"city": "Dahlonega",
"county": "LUMPKIN - GA",
"neighborhood": {
"id": 24303,
"name": "Dahlonega",
"mashMeter": 26
},
"price": 2350,
"baths": 3,
"full_baths": 3,
"beds": 4,
"num_of_units": null,
"sqft": 2240,
"lot_size": 43560,
"days_on_market": 7,
"year_built": 2007,
"tax": null,
"tax_history": null,
"videos": null,
"virtual_tours": null,
"parking_spots": 0,
"parking_type": "Driveway",
"walkscore": null,
"mls_id": "7626712",
"image": "http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3215331092r.jpg",
"extra_images": "http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3215331092r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f579422519r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f672613881r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f4255925649r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f4280722397r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2997598322r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f190132745r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f1009448950r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f648420291r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3519536299r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f414185264r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3018795877r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3807747075r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f1886903637r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f4211376383r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2309331403r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2288134447r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2338876027r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f1109842223r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3695919714r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f1665112932r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f446123281r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f121348429r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f3995829727r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2237687308r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f147006886r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2172435762r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f1030439780r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f2924913121r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f664997505r.jpg,http://lh.rdcpix.com/54dbe88bd8dfab5b6752e43376051521l-f1552638081r.jpg",
"zipcode": "30533",
"address": "58 Pinewood Drive",
"type": "Single home",
"property_type": "Residential Lease",
"property_sub_type": "Single Family Residence",
"status": "rented",
"broker_name": "Community Partners LLC dba Keller Williams Realty Community Partners",
"broker_number": "(678) 341-7409",
"broker_url": "http://www.northforsyth.yourkwoffice.com",
"source": "First Multiple Listing Service, Inc.",
"mls_name": "First Multiple Listing Service, Inc.",
"architecture_style": "Other",
"pets_allowed": 0,
"smoking_allowed": 0,
"is_furnished": 0,
"has_pool": "false",
"is_water_front": "false",
"heating_system": null,
"cooling_system": null,
"view_type": null,
"schools": "[{\"category\":\"Elementary\",\"name\":\"Blackburn\",\"district\":null},{\"category\":\"MiddleOrJunior\",\"name\":\"Lumpkin County\",\"district\":null},{\"category\":\"High\",\"name\":\"Lumpkin County\",\"district\":null}]",
"characteristics": null,
"directions": "Use GPS",
"parcel_number": "034 025",
"url": "https://listings.listhub.net/pages/FMLSGA/7626712/?channel=mashv",
"disclaimer": "Copyright © 2025 First Multiple Listing Service, Inc. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.",
"listing_date": "2025-08-03T21:00:00.000Z",
"modification_timestamp": "2025-08-06T19:07:02.000Z",
"neighborhoodId": 24303,
"neighborhood_zipcode": "30533"
},
{
"id": 6438024,
"title": "Single Family Residence, Ranch, Traditional - Dahlonega, GA",
"lon": -83.94630432128906,
"lat": 34.57192611694336,
"state": "GA",
"city": "Dahlonega",
"county": "LUMPKIN - GA",
"neighborhood": {
"id": 24303,
"name": "Dahlonega",
"mashMeter": 26
},
"price": 2650,
"baths": 3,
"full_baths": 2,
"beds": 3,
"num_of_units": null,
"sqft": null,
"lot_size": 69696,
"days_on_market": 24,
"year_built": 2025,
"tax": null,
"tax_history": null,
"videos": null,
"virtual_tours": null,
"parking_spots": 0,
"parking_type": "Driveway",
"walkscore": null,
"mls_id": "7616369",
"image": "http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f3340234263r.jpg",
"extra_images": "http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f3340234263r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2187327674r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1722850052r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f3559758767r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1668534385r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f4011727962r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1271561130r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f3742592221r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1059329166r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1356758895r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1940861386r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1367089931r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2612526371r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2322202965r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2503528840r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f3184881867r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1466428327r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f164386845r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2282003266r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f3942678343r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1521993778r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2279446833r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f2988919781r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f796451700r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f1937971825r.jpg,http://lh.rdcpix.com/6954765b4da8cfe898fdc33b264b16c6l-f686430710r.jpg",
"zipcode": "30533",
"address": "340 Harmony Drive Road",
"type": "Single home",
"property_type": "Residential Lease",
"property_sub_type": "Single Family Residence",
"status": "rented",
"broker_name": "Sellers Realty of Dahlonega",
"broker_number": "(770) 616-6261",
"broker_url": "http://www.chadwilliams.com",
"source": "First Multiple Listing Service, Inc.",
"mls_name": "First Multiple Listing Service, Inc.",
"architecture_style": "New Traditional",
"pets_allowed": 0,
"smoking_allowed": 0,
"is_furnished": 0,
"has_pool": "false",
"is_water_front": "false",
"heating_system": null,
"cooling_system": null,
"view_type": null,
"schools": "[{\"category\":\"Elementary\",\"name\":\"Cottrell\",\"district\":null},{\"category\":\"MiddleOrJunior\",\"name\":\"Lumpkin County\",\"district\":null},{\"category\":\"High\",\"name\":\"Lumpkin County\",\"district\":null}]",
"characteristics": null,
"directions": "GPS Friendly",
"parcel_number": null,
"url": "https://www.realtor.com/rentals/details/340-Harmony-Dr_Dahlonega_GA_30533_M99705-85876?f=listhub&s=FMLSGA&m=7616369&c=mashv",
"disclaimer": "Copyright © 2025 First Multiple Listing Service, Inc. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.",
"listing_date": "2025-07-17T21:00:00.000Z",
"modification_timestamp": "2025-07-18T23:06:46.000Z",
"neighborhoodId": 24303,
"neighborhood_zipcode": "30533"
}
]
}
}