# 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/26494](https://towncountryproperty.com/api/v1/public/properties/26494)
- [https://towncountryproperty.com/api/v1/public/properties/26493](https://towncountryproperty.com/api/v1/public/properties/26493)
- [https://towncountryproperty.com/api/v1/public/properties/26492](https://towncountryproperty.com/api/v1/public/properties/26492)
- [https://towncountryproperty.com/api/v1/public/properties/26491](https://towncountryproperty.com/api/v1/public/properties/26491)
- [https://towncountryproperty.com/api/v1/public/properties/26490](https://towncountryproperty.com/api/v1/public/properties/26490)
- [https://towncountryproperty.com/api/v1/public/properties/26489](https://towncountryproperty.com/api/v1/public/properties/26489)
- [https://towncountryproperty.com/api/v1/public/properties/26488](https://towncountryproperty.com/api/v1/public/properties/26488)
- [https://towncountryproperty.com/api/v1/public/properties/26487](https://towncountryproperty.com/api/v1/public/properties/26487)
- [https://towncountryproperty.com/api/v1/public/properties/26486](https://towncountryproperty.com/api/v1/public/properties/26486)
- [https://towncountryproperty.com/api/v1/public/properties/26485](https://towncountryproperty.com/api/v1/public/properties/26485)
- [https://towncountryproperty.com/api/v1/public/properties/26484](https://towncountryproperty.com/api/v1/public/properties/26484)
- [https://towncountryproperty.com/api/v1/public/properties/26483](https://towncountryproperty.com/api/v1/public/properties/26483)
- [https://towncountryproperty.com/api/v1/public/properties/26482](https://towncountryproperty.com/api/v1/public/properties/26482)
- [https://towncountryproperty.com/api/v1/public/properties/26481](https://towncountryproperty.com/api/v1/public/properties/26481)
- [https://towncountryproperty.com/api/v1/public/properties/26480](https://towncountryproperty.com/api/v1/public/properties/26480)
- [https://towncountryproperty.com/api/v1/public/properties/26479](https://towncountryproperty.com/api/v1/public/properties/26479)
- [https://towncountryproperty.com/api/v1/public/properties/26478](https://towncountryproperty.com/api/v1/public/properties/26478)
- [https://towncountryproperty.com/api/v1/public/properties/26477](https://towncountryproperty.com/api/v1/public/properties/26477)
- [https://towncountryproperty.com/api/v1/public/properties/26476](https://towncountryproperty.com/api/v1/public/properties/26476)
- [https://towncountryproperty.com/api/v1/public/properties/26475](https://towncountryproperty.com/api/v1/public/properties/26475)
- [https://towncountryproperty.com/api/v1/public/properties/26474](https://towncountryproperty.com/api/v1/public/properties/26474)
- [https://towncountryproperty.com/api/v1/public/properties/26473](https://towncountryproperty.com/api/v1/public/properties/26473)
- [https://towncountryproperty.com/api/v1/public/properties/26472](https://towncountryproperty.com/api/v1/public/properties/26472)
- [https://towncountryproperty.com/api/v1/public/properties/26471](https://towncountryproperty.com/api/v1/public/properties/26471)
- [https://towncountryproperty.com/api/v1/public/properties/26470](https://towncountryproperty.com/api/v1/public/properties/26470)
- [https://towncountryproperty.com/api/v1/public/properties/26469](https://towncountryproperty.com/api/v1/public/properties/26469)
- [https://towncountryproperty.com/api/v1/public/properties/26468](https://towncountryproperty.com/api/v1/public/properties/26468)
- [https://towncountryproperty.com/api/v1/public/properties/26467](https://towncountryproperty.com/api/v1/public/properties/26467)
- [https://towncountryproperty.com/api/v1/public/properties/26466](https://towncountryproperty.com/api/v1/public/properties/26466)
- [https://towncountryproperty.com/api/v1/public/properties/26465](https://towncountryproperty.com/api/v1/public/properties/26465)
- [https://towncountryproperty.com/api/v1/public/properties/26464](https://towncountryproperty.com/api/v1/public/properties/26464)
- [https://towncountryproperty.com/api/v1/public/properties/26463](https://towncountryproperty.com/api/v1/public/properties/26463)
- [https://towncountryproperty.com/api/v1/public/properties/26462](https://towncountryproperty.com/api/v1/public/properties/26462)
- [https://towncountryproperty.com/api/v1/public/properties/26461](https://towncountryproperty.com/api/v1/public/properties/26461)
- [https://towncountryproperty.com/api/v1/public/properties/26460](https://towncountryproperty.com/api/v1/public/properties/26460)
- [https://towncountryproperty.com/api/v1/public/properties/26459](https://towncountryproperty.com/api/v1/public/properties/26459)
- [https://towncountryproperty.com/api/v1/public/properties/26458](https://towncountryproperty.com/api/v1/public/properties/26458)
- [https://towncountryproperty.com/api/v1/public/properties/26457](https://towncountryproperty.com/api/v1/public/properties/26457)
- [https://towncountryproperty.com/api/v1/public/properties/26456](https://towncountryproperty.com/api/v1/public/properties/26456)
- [https://towncountryproperty.com/api/v1/public/properties/26455](https://towncountryproperty.com/api/v1/public/properties/26455)
- [https://towncountryproperty.com/api/v1/public/properties/26454](https://towncountryproperty.com/api/v1/public/properties/26454)
- [https://towncountryproperty.com/api/v1/public/properties/26453](https://towncountryproperty.com/api/v1/public/properties/26453)
- [https://towncountryproperty.com/api/v1/public/properties/26452](https://towncountryproperty.com/api/v1/public/properties/26452)
- [https://towncountryproperty.com/api/v1/public/properties/26451](https://towncountryproperty.com/api/v1/public/properties/26451)
- [https://towncountryproperty.com/api/v1/public/properties/26449](https://towncountryproperty.com/api/v1/public/properties/26449)
- [https://towncountryproperty.com/api/v1/public/properties/26448](https://towncountryproperty.com/api/v1/public/properties/26448)
- [https://towncountryproperty.com/api/v1/public/properties/26447](https://towncountryproperty.com/api/v1/public/properties/26447)
- [https://towncountryproperty.com/api/v1/public/properties/26444](https://towncountryproperty.com/api/v1/public/properties/26444)
- [https://towncountryproperty.com/api/v1/public/properties/26443](https://towncountryproperty.com/api/v1/public/properties/26443)
- [https://towncountryproperty.com/api/v1/public/properties/26442](https://towncountryproperty.com/api/v1/public/properties/26442)
