# 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/26412](https://towncountryproperty.com/api/v1/public/properties/26412)
- [https://towncountryproperty.com/api/v1/public/properties/26411](https://towncountryproperty.com/api/v1/public/properties/26411)
- [https://towncountryproperty.com/api/v1/public/properties/26410](https://towncountryproperty.com/api/v1/public/properties/26410)
- [https://towncountryproperty.com/api/v1/public/properties/26409](https://towncountryproperty.com/api/v1/public/properties/26409)
- [https://towncountryproperty.com/api/v1/public/properties/26408](https://towncountryproperty.com/api/v1/public/properties/26408)
- [https://towncountryproperty.com/api/v1/public/properties/26407](https://towncountryproperty.com/api/v1/public/properties/26407)
- [https://towncountryproperty.com/api/v1/public/properties/26406](https://towncountryproperty.com/api/v1/public/properties/26406)
- [https://towncountryproperty.com/api/v1/public/properties/26405](https://towncountryproperty.com/api/v1/public/properties/26405)
- [https://towncountryproperty.com/api/v1/public/properties/26403](https://towncountryproperty.com/api/v1/public/properties/26403)
- [https://towncountryproperty.com/api/v1/public/properties/26402](https://towncountryproperty.com/api/v1/public/properties/26402)
- [https://towncountryproperty.com/api/v1/public/properties/26401](https://towncountryproperty.com/api/v1/public/properties/26401)
- [https://towncountryproperty.com/api/v1/public/properties/26400](https://towncountryproperty.com/api/v1/public/properties/26400)
- [https://towncountryproperty.com/api/v1/public/properties/26399](https://towncountryproperty.com/api/v1/public/properties/26399)
- [https://towncountryproperty.com/api/v1/public/properties/26398](https://towncountryproperty.com/api/v1/public/properties/26398)
- [https://towncountryproperty.com/api/v1/public/properties/26397](https://towncountryproperty.com/api/v1/public/properties/26397)
- [https://towncountryproperty.com/api/v1/public/properties/26396](https://towncountryproperty.com/api/v1/public/properties/26396)
- [https://towncountryproperty.com/api/v1/public/properties/26395](https://towncountryproperty.com/api/v1/public/properties/26395)
- [https://towncountryproperty.com/api/v1/public/properties/26394](https://towncountryproperty.com/api/v1/public/properties/26394)
- [https://towncountryproperty.com/api/v1/public/properties/26393](https://towncountryproperty.com/api/v1/public/properties/26393)
- [https://towncountryproperty.com/api/v1/public/properties/26392](https://towncountryproperty.com/api/v1/public/properties/26392)
- [https://towncountryproperty.com/api/v1/public/properties/26391](https://towncountryproperty.com/api/v1/public/properties/26391)
- [https://towncountryproperty.com/api/v1/public/properties/26390](https://towncountryproperty.com/api/v1/public/properties/26390)
- [https://towncountryproperty.com/api/v1/public/properties/26389](https://towncountryproperty.com/api/v1/public/properties/26389)
- [https://towncountryproperty.com/api/v1/public/properties/26388](https://towncountryproperty.com/api/v1/public/properties/26388)
- [https://towncountryproperty.com/api/v1/public/properties/26387](https://towncountryproperty.com/api/v1/public/properties/26387)
- [https://towncountryproperty.com/api/v1/public/properties/26386](https://towncountryproperty.com/api/v1/public/properties/26386)
- [https://towncountryproperty.com/api/v1/public/properties/26385](https://towncountryproperty.com/api/v1/public/properties/26385)
- [https://towncountryproperty.com/api/v1/public/properties/26384](https://towncountryproperty.com/api/v1/public/properties/26384)
- [https://towncountryproperty.com/api/v1/public/properties/26383](https://towncountryproperty.com/api/v1/public/properties/26383)
- [https://towncountryproperty.com/api/v1/public/properties/26382](https://towncountryproperty.com/api/v1/public/properties/26382)
- [https://towncountryproperty.com/api/v1/public/properties/26381](https://towncountryproperty.com/api/v1/public/properties/26381)
- [https://towncountryproperty.com/api/v1/public/properties/26379](https://towncountryproperty.com/api/v1/public/properties/26379)
- [https://towncountryproperty.com/api/v1/public/properties/26378](https://towncountryproperty.com/api/v1/public/properties/26378)
- [https://towncountryproperty.com/api/v1/public/properties/26377](https://towncountryproperty.com/api/v1/public/properties/26377)
- [https://towncountryproperty.com/api/v1/public/properties/26376](https://towncountryproperty.com/api/v1/public/properties/26376)
- [https://towncountryproperty.com/api/v1/public/properties/26375](https://towncountryproperty.com/api/v1/public/properties/26375)
- [https://towncountryproperty.com/api/v1/public/properties/26374](https://towncountryproperty.com/api/v1/public/properties/26374)
- [https://towncountryproperty.com/api/v1/public/properties/26373](https://towncountryproperty.com/api/v1/public/properties/26373)
- [https://towncountryproperty.com/api/v1/public/properties/26372](https://towncountryproperty.com/api/v1/public/properties/26372)
- [https://towncountryproperty.com/api/v1/public/properties/26371](https://towncountryproperty.com/api/v1/public/properties/26371)
- [https://towncountryproperty.com/api/v1/public/properties/26370](https://towncountryproperty.com/api/v1/public/properties/26370)
- [https://towncountryproperty.com/api/v1/public/properties/26369](https://towncountryproperty.com/api/v1/public/properties/26369)
- [https://towncountryproperty.com/api/v1/public/properties/26368](https://towncountryproperty.com/api/v1/public/properties/26368)
- [https://towncountryproperty.com/api/v1/public/properties/26367](https://towncountryproperty.com/api/v1/public/properties/26367)
- [https://towncountryproperty.com/api/v1/public/properties/26366](https://towncountryproperty.com/api/v1/public/properties/26366)
- [https://towncountryproperty.com/api/v1/public/properties/26365](https://towncountryproperty.com/api/v1/public/properties/26365)
- [https://towncountryproperty.com/api/v1/public/properties/26364](https://towncountryproperty.com/api/v1/public/properties/26364)
- [https://towncountryproperty.com/api/v1/public/properties/26363](https://towncountryproperty.com/api/v1/public/properties/26363)
- [https://towncountryproperty.com/api/v1/public/properties/26362](https://towncountryproperty.com/api/v1/public/properties/26362)
- [https://towncountryproperty.com/api/v1/public/properties/26361](https://towncountryproperty.com/api/v1/public/properties/26361)
