property_type
Real EstateGenerate real estate property types (Apartment, House, Condo, Townhouse, Studio, etc.). For property listing and real estate platform testing.
Example Outputs
ApartmentHouseCondoTownhouseStudioPenthouseAPI Usage
Send a POST request to generate property type 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": "property_type",
"type": "property_type"
}
]
}
]
}'Common Use Cases
- Property listing testing
- Real estate platform seeding
- Search filter testing
Quick Info
- Field Type
- property_type
- Category
- Real Estate
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Property Type + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.