# 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/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/26446](https://towncountryproperty.com/api/v1/public/properties/26446)
- [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)
- [https://towncountryproperty.com/api/v1/public/properties/26441](https://towncountryproperty.com/api/v1/public/properties/26441)
- [https://towncountryproperty.com/api/v1/public/properties/26440](https://towncountryproperty.com/api/v1/public/properties/26440)
- [https://towncountryproperty.com/api/v1/public/properties/26439](https://towncountryproperty.com/api/v1/public/properties/26439)
- [https://towncountryproperty.com/api/v1/public/properties/26438](https://towncountryproperty.com/api/v1/public/properties/26438)
- [https://towncountryproperty.com/api/v1/public/properties/26437](https://towncountryproperty.com/api/v1/public/properties/26437)
- [https://towncountryproperty.com/api/v1/public/properties/26436](https://towncountryproperty.com/api/v1/public/properties/26436)
- [https://towncountryproperty.com/api/v1/public/properties/26435](https://towncountryproperty.com/api/v1/public/properties/26435)
- [https://towncountryproperty.com/api/v1/public/properties/26434](https://towncountryproperty.com/api/v1/public/properties/26434)
- [https://towncountryproperty.com/api/v1/public/properties/26433](https://towncountryproperty.com/api/v1/public/properties/26433)
- [https://towncountryproperty.com/api/v1/public/properties/26432](https://towncountryproperty.com/api/v1/public/properties/26432)
- [https://towncountryproperty.com/api/v1/public/properties/26431](https://towncountryproperty.com/api/v1/public/properties/26431)
- [https://towncountryproperty.com/api/v1/public/properties/26430](https://towncountryproperty.com/api/v1/public/properties/26430)
- [https://towncountryproperty.com/api/v1/public/properties/26429](https://towncountryproperty.com/api/v1/public/properties/26429)
- [https://towncountryproperty.com/api/v1/public/properties/26428](https://towncountryproperty.com/api/v1/public/properties/26428)
- [https://towncountryproperty.com/api/v1/public/properties/26427](https://towncountryproperty.com/api/v1/public/properties/26427)
- [https://towncountryproperty.com/api/v1/public/properties/26426](https://towncountryproperty.com/api/v1/public/properties/26426)
- [https://towncountryproperty.com/api/v1/public/properties/26425](https://towncountryproperty.com/api/v1/public/properties/26425)
- [https://towncountryproperty.com/api/v1/public/properties/26424](https://towncountryproperty.com/api/v1/public/properties/26424)
- [https://towncountryproperty.com/api/v1/public/properties/26423](https://towncountryproperty.com/api/v1/public/properties/26423)
- [https://towncountryproperty.com/api/v1/public/properties/26422](https://towncountryproperty.com/api/v1/public/properties/26422)
- [https://towncountryproperty.com/api/v1/public/properties/26421](https://towncountryproperty.com/api/v1/public/properties/26421)
- [https://towncountryproperty.com/api/v1/public/properties/26420](https://towncountryproperty.com/api/v1/public/properties/26420)
- [https://towncountryproperty.com/api/v1/public/properties/26419](https://towncountryproperty.com/api/v1/public/properties/26419)
- [https://towncountryproperty.com/api/v1/public/properties/26418](https://towncountryproperty.com/api/v1/public/properties/26418)
- [https://towncountryproperty.com/api/v1/public/properties/26417](https://towncountryproperty.com/api/v1/public/properties/26417)
- [https://towncountryproperty.com/api/v1/public/properties/26416](https://towncountryproperty.com/api/v1/public/properties/26416)
- [https://towncountryproperty.com/api/v1/public/properties/26415](https://towncountryproperty.com/api/v1/public/properties/26415)
- [https://towncountryproperty.com/api/v1/public/properties/26414](https://towncountryproperty.com/api/v1/public/properties/26414)
- [https://towncountryproperty.com/api/v1/public/properties/26413](https://towncountryproperty.com/api/v1/public/properties/26413)
- [https://towncountryproperty.com/api/v1/public/properties/26412](https://towncountryproperty.com/api/v1/public/properties/26412)
