neighborhood
LocationGenerate neighborhood and district names for detailed location data. Adds granularity beyond city-level addresses.
Example Outputs
KreuzbergSoHoShibuyaNotting HillLe MaraisAPI Usage
Send a POST request to generate neighborhood data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "neighborhood",
"type": "neighborhood"
}
]
}
]
}'Common Use Cases
- Real estate listings
- Local search testing
- Delivery zone testing
- Restaurant app seeding
Quick Info
- Field Type
- neighborhood
- Category
- Location
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Neighborhood + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.