f you’re customizing your theme, working with API integrations, or connecting to external tools, you may need to reference the property field names (such as property_price, property_address, etc.).
Here’s how to find and use those fields from the official WpRentals API documentation.
Go to the API documentation:
👉 https://documenter.getpostman.com/view/229114/2sAYQfE9PK
Example Field Names You’ll See
Here are some commonly used field names from the API response:
| Field Label | API Field Name |
|---|---|
| Property Title | property_title |
| Property Price | property_price |
| Property Type | property_type |
| Property Category | property_category |
| Property Address | property_address |
| Property City | property_city |
| Property Area | property_area |
| Bedrooms | property_bedrooms |
| Bathrooms | property_bathrooms |
| Size (sq ft/m²) | property_size |
| Year Built | property_year |
| Featured Status | is_featured |
| Property Status | property_status |
| Latitude / Longitude | property_latitude, property_longitude |