MockHero

property_type

Real Estate

Generate real estate property types (Apartment, House, Condo, Townhouse, Studio, etc.). For property listing and real estate platform testing.

Example Outputs

ApartmentHouseCondoTownhouseStudioPenthouse

API 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

Try it now

Generate property type data instantly in the playground.

Related Types

Generate Property Type + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free