# Example Search URLs

> Concrete pre-built links for every property type x location combination, plus single-axis variants. `limit=200` returns the full result set in one call. Use these directly when your fetcher cannot mutate query strings.

Base endpoint: `https://towncountryproperty.com/api/v1/public/properties/search`

## All published properties

- [https://towncountryproperty.com/api/v1/public/properties/search?limit=200](https://towncountryproperty.com/api/v1/public/properties/search?limit=200)
- [https://towncountryproperty.com/api/v1/public/properties/search?availability=sale&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?availability=sale&limit=200)
- [https://towncountryproperty.com/api/v1/public/properties/search?availability=rent&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?availability=rent&limit=200)

## By property type

- Commercial: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&limit=200)
  - Commercial for sale: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&availability=sale&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&availability=sale&limit=200)
  - Commercial for rent: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&availability=rent&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&availability=rent&limit=200)
- Condo: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&limit=200)
  - Condo for sale: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&availability=sale&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&availability=sale&limit=200)
  - Condo for rent: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&availability=rent&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&availability=rent&limit=200)
- House: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&limit=200)
  - House for sale: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&availability=sale&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&availability=sale&limit=200)
  - House for rent: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&availability=rent&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&availability=rent&limit=200)
- Land: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&limit=200)
  - Land for sale: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&availability=sale&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&availability=sale&limit=200)
  - Land for rent: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&availability=rent&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&availability=rent&limit=200)

## By location

- Bang Saray: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=11&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=11&limit=200)
- Central Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=4&limit=200)
- East Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=2&limit=200)
- Huay yai: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=9&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=9&limit=200)
- Jomtien Beach: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=1&limit=200)
- Mabprachan Lake: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=8&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=8&limit=200)
- Naklua: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=3&limit=200)
- North Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=16&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=16&limit=200)
- Other: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=12&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=12&limit=200)
- Pratumnak: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=5&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=5&limit=200)
- South Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?location_id=17&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?location_id=17&limit=200)

## Type x Location combinations

### Commercial

- Commercial in Bang Saray: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=11&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=11&limit=200)
- Commercial in Central Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=4&limit=200)
- Commercial in East Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=2&limit=200)
- Commercial in Huay yai: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=9&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=9&limit=200)
- Commercial in Jomtien Beach: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=1&limit=200)
- Commercial in Mabprachan Lake: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=8&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=8&limit=200)
- Commercial in Naklua: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=3&limit=200)
- Commercial in North Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=16&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=16&limit=200)
- Commercial in Other: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=12&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=12&limit=200)
- Commercial in Pratumnak: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=5&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=5&limit=200)
- Commercial in South Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=17&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=4&location_id=17&limit=200)

### Condo

- Condo in Bang Saray: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=11&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=11&limit=200)
- Condo in Central Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=4&limit=200)
- Condo in East Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=2&limit=200)
- Condo in Huay yai: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=9&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=9&limit=200)
- Condo in Jomtien Beach: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=1&limit=200)
- Condo in Mabprachan Lake: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=8&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=8&limit=200)
- Condo in Naklua: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=3&limit=200)
- Condo in North Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=16&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=16&limit=200)
- Condo in Other: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=12&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=12&limit=200)
- Condo in Pratumnak: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=5&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=5&limit=200)
- Condo in South Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=17&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=2&location_id=17&limit=200)

### House

- House in Bang Saray: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=11&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=11&limit=200)
- House in Central Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=4&limit=200)
- House in East Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=2&limit=200)
- House in Huay yai: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=9&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=9&limit=200)
- House in Jomtien Beach: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=1&limit=200)
- House in Mabprachan Lake: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=8&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=8&limit=200)
- House in Naklua: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=3&limit=200)
- House in North Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=16&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=16&limit=200)
- House in Other: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=12&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=12&limit=200)
- House in Pratumnak: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=5&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=5&limit=200)
- House in South Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=17&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=1&location_id=17&limit=200)

### Land

- Land in Bang Saray: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=11&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=11&limit=200)
- Land in Central Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=4&limit=200)
- Land in East Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=2&limit=200)
- Land in Huay yai: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=9&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=9&limit=200)
- Land in Jomtien Beach: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=1&limit=200)
- Land in Mabprachan Lake: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=8&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=8&limit=200)
- Land in Naklua: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=3&limit=200)
- Land in North Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=16&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=16&limit=200)
- Land in Other: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=12&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=12&limit=200)
- Land in Pratumnak: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=5&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=5&limit=200)
- Land in South Pattaya: [https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=17&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?type_id=3&location_id=17&limit=200)

## Bedroom variants

- 1 bedrooms: [https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=1&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=1&limit=200)
- 2 bedrooms: [https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=2&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=2&limit=200)
- 3 bedrooms: [https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=3&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=3&limit=200)
- 4 bedrooms: [https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=4&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=4&limit=200)
- 5 bedrooms: [https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=5&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=5&limit=200)
- 5+ bedrooms: [https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=5%2B&limit=200](https://towncountryproperty.com/api/v1/public/properties/search?bedrooms=5%2B&limit=200)

## Article search examples

- All published articles: [https://towncountryproperty.com/api/v1/public/articles/search?limit=200](https://towncountryproperty.com/api/v1/public/articles/search?limit=200)

## Single-property fetch (random sample of currently-published listings)

- [https://towncountryproperty.com/api/v1/public/properties/26319](https://towncountryproperty.com/api/v1/public/properties/26319)
- [https://towncountryproperty.com/api/v1/public/properties/26318](https://towncountryproperty.com/api/v1/public/properties/26318)
- [https://towncountryproperty.com/api/v1/public/properties/26317](https://towncountryproperty.com/api/v1/public/properties/26317)
- [https://towncountryproperty.com/api/v1/public/properties/26316](https://towncountryproperty.com/api/v1/public/properties/26316)
- [https://towncountryproperty.com/api/v1/public/properties/26315](https://towncountryproperty.com/api/v1/public/properties/26315)
- [https://towncountryproperty.com/api/v1/public/properties/26314](https://towncountryproperty.com/api/v1/public/properties/26314)
- [https://towncountryproperty.com/api/v1/public/properties/26313](https://towncountryproperty.com/api/v1/public/properties/26313)
- [https://towncountryproperty.com/api/v1/public/properties/26312](https://towncountryproperty.com/api/v1/public/properties/26312)
- [https://towncountryproperty.com/api/v1/public/properties/26311](https://towncountryproperty.com/api/v1/public/properties/26311)
- [https://towncountryproperty.com/api/v1/public/properties/26310](https://towncountryproperty.com/api/v1/public/properties/26310)
- [https://towncountryproperty.com/api/v1/public/properties/26309](https://towncountryproperty.com/api/v1/public/properties/26309)
- [https://towncountryproperty.com/api/v1/public/properties/26308](https://towncountryproperty.com/api/v1/public/properties/26308)
- [https://towncountryproperty.com/api/v1/public/properties/26307](https://towncountryproperty.com/api/v1/public/properties/26307)
- [https://towncountryproperty.com/api/v1/public/properties/26306](https://towncountryproperty.com/api/v1/public/properties/26306)
- [https://towncountryproperty.com/api/v1/public/properties/26305](https://towncountryproperty.com/api/v1/public/properties/26305)
- [https://towncountryproperty.com/api/v1/public/properties/26304](https://towncountryproperty.com/api/v1/public/properties/26304)
- [https://towncountryproperty.com/api/v1/public/properties/26303](https://towncountryproperty.com/api/v1/public/properties/26303)
- [https://towncountryproperty.com/api/v1/public/properties/26302](https://towncountryproperty.com/api/v1/public/properties/26302)
- [https://towncountryproperty.com/api/v1/public/properties/26301](https://towncountryproperty.com/api/v1/public/properties/26301)
- [https://towncountryproperty.com/api/v1/public/properties/26300](https://towncountryproperty.com/api/v1/public/properties/26300)
- [https://towncountryproperty.com/api/v1/public/properties/26297](https://towncountryproperty.com/api/v1/public/properties/26297)
- [https://towncountryproperty.com/api/v1/public/properties/26296](https://towncountryproperty.com/api/v1/public/properties/26296)
- [https://towncountryproperty.com/api/v1/public/properties/26295](https://towncountryproperty.com/api/v1/public/properties/26295)
- [https://towncountryproperty.com/api/v1/public/properties/26294](https://towncountryproperty.com/api/v1/public/properties/26294)
- [https://towncountryproperty.com/api/v1/public/properties/26293](https://towncountryproperty.com/api/v1/public/properties/26293)
- [https://towncountryproperty.com/api/v1/public/properties/26292](https://towncountryproperty.com/api/v1/public/properties/26292)
- [https://towncountryproperty.com/api/v1/public/properties/26291](https://towncountryproperty.com/api/v1/public/properties/26291)
- [https://towncountryproperty.com/api/v1/public/properties/26290](https://towncountryproperty.com/api/v1/public/properties/26290)
- [https://towncountryproperty.com/api/v1/public/properties/26289](https://towncountryproperty.com/api/v1/public/properties/26289)
- [https://towncountryproperty.com/api/v1/public/properties/26288](https://towncountryproperty.com/api/v1/public/properties/26288)
- [https://towncountryproperty.com/api/v1/public/properties/26287](https://towncountryproperty.com/api/v1/public/properties/26287)
- [https://towncountryproperty.com/api/v1/public/properties/26286](https://towncountryproperty.com/api/v1/public/properties/26286)
- [https://towncountryproperty.com/api/v1/public/properties/26284](https://towncountryproperty.com/api/v1/public/properties/26284)
- [https://towncountryproperty.com/api/v1/public/properties/26283](https://towncountryproperty.com/api/v1/public/properties/26283)
- [https://towncountryproperty.com/api/v1/public/properties/26280](https://towncountryproperty.com/api/v1/public/properties/26280)
- [https://towncountryproperty.com/api/v1/public/properties/26279](https://towncountryproperty.com/api/v1/public/properties/26279)
- [https://towncountryproperty.com/api/v1/public/properties/26277](https://towncountryproperty.com/api/v1/public/properties/26277)
- [https://towncountryproperty.com/api/v1/public/properties/26276](https://towncountryproperty.com/api/v1/public/properties/26276)
- [https://towncountryproperty.com/api/v1/public/properties/26275](https://towncountryproperty.com/api/v1/public/properties/26275)
- [https://towncountryproperty.com/api/v1/public/properties/26274](https://towncountryproperty.com/api/v1/public/properties/26274)
- [https://towncountryproperty.com/api/v1/public/properties/3182](https://towncountryproperty.com/api/v1/public/properties/3182)
- [https://towncountryproperty.com/api/v1/public/properties/3181](https://towncountryproperty.com/api/v1/public/properties/3181)
- [https://towncountryproperty.com/api/v1/public/properties/3180](https://towncountryproperty.com/api/v1/public/properties/3180)
- [https://towncountryproperty.com/api/v1/public/properties/3179](https://towncountryproperty.com/api/v1/public/properties/3179)
- [https://towncountryproperty.com/api/v1/public/properties/3178](https://towncountryproperty.com/api/v1/public/properties/3178)
- [https://towncountryproperty.com/api/v1/public/properties/3177](https://towncountryproperty.com/api/v1/public/properties/3177)
- [https://towncountryproperty.com/api/v1/public/properties/3175](https://towncountryproperty.com/api/v1/public/properties/3175)
- [https://towncountryproperty.com/api/v1/public/properties/3174](https://towncountryproperty.com/api/v1/public/properties/3174)
- [https://towncountryproperty.com/api/v1/public/properties/3173](https://towncountryproperty.com/api/v1/public/properties/3173)
- [https://towncountryproperty.com/api/v1/public/properties/3172](https://towncountryproperty.com/api/v1/public/properties/3172)
