# 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/26533](https://towncountryproperty.com/api/v1/public/properties/26533)
- [https://towncountryproperty.com/api/v1/public/properties/26532](https://towncountryproperty.com/api/v1/public/properties/26532)
- [https://towncountryproperty.com/api/v1/public/properties/26531](https://towncountryproperty.com/api/v1/public/properties/26531)
- [https://towncountryproperty.com/api/v1/public/properties/26530](https://towncountryproperty.com/api/v1/public/properties/26530)
- [https://towncountryproperty.com/api/v1/public/properties/26529](https://towncountryproperty.com/api/v1/public/properties/26529)
- [https://towncountryproperty.com/api/v1/public/properties/26528](https://towncountryproperty.com/api/v1/public/properties/26528)
- [https://towncountryproperty.com/api/v1/public/properties/26527](https://towncountryproperty.com/api/v1/public/properties/26527)
- [https://towncountryproperty.com/api/v1/public/properties/26526](https://towncountryproperty.com/api/v1/public/properties/26526)
- [https://towncountryproperty.com/api/v1/public/properties/26525](https://towncountryproperty.com/api/v1/public/properties/26525)
- [https://towncountryproperty.com/api/v1/public/properties/26524](https://towncountryproperty.com/api/v1/public/properties/26524)
- [https://towncountryproperty.com/api/v1/public/properties/26523](https://towncountryproperty.com/api/v1/public/properties/26523)
- [https://towncountryproperty.com/api/v1/public/properties/26522](https://towncountryproperty.com/api/v1/public/properties/26522)
- [https://towncountryproperty.com/api/v1/public/properties/26521](https://towncountryproperty.com/api/v1/public/properties/26521)
- [https://towncountryproperty.com/api/v1/public/properties/26520](https://towncountryproperty.com/api/v1/public/properties/26520)
- [https://towncountryproperty.com/api/v1/public/properties/26519](https://towncountryproperty.com/api/v1/public/properties/26519)
- [https://towncountryproperty.com/api/v1/public/properties/26518](https://towncountryproperty.com/api/v1/public/properties/26518)
- [https://towncountryproperty.com/api/v1/public/properties/26517](https://towncountryproperty.com/api/v1/public/properties/26517)
- [https://towncountryproperty.com/api/v1/public/properties/26516](https://towncountryproperty.com/api/v1/public/properties/26516)
- [https://towncountryproperty.com/api/v1/public/properties/26515](https://towncountryproperty.com/api/v1/public/properties/26515)
- [https://towncountryproperty.com/api/v1/public/properties/26514](https://towncountryproperty.com/api/v1/public/properties/26514)
- [https://towncountryproperty.com/api/v1/public/properties/26513](https://towncountryproperty.com/api/v1/public/properties/26513)
- [https://towncountryproperty.com/api/v1/public/properties/26512](https://towncountryproperty.com/api/v1/public/properties/26512)
- [https://towncountryproperty.com/api/v1/public/properties/26511](https://towncountryproperty.com/api/v1/public/properties/26511)
- [https://towncountryproperty.com/api/v1/public/properties/26510](https://towncountryproperty.com/api/v1/public/properties/26510)
- [https://towncountryproperty.com/api/v1/public/properties/26509](https://towncountryproperty.com/api/v1/public/properties/26509)
- [https://towncountryproperty.com/api/v1/public/properties/26508](https://towncountryproperty.com/api/v1/public/properties/26508)
- [https://towncountryproperty.com/api/v1/public/properties/26507](https://towncountryproperty.com/api/v1/public/properties/26507)
- [https://towncountryproperty.com/api/v1/public/properties/26506](https://towncountryproperty.com/api/v1/public/properties/26506)
- [https://towncountryproperty.com/api/v1/public/properties/26505](https://towncountryproperty.com/api/v1/public/properties/26505)
- [https://towncountryproperty.com/api/v1/public/properties/26504](https://towncountryproperty.com/api/v1/public/properties/26504)
- [https://towncountryproperty.com/api/v1/public/properties/26503](https://towncountryproperty.com/api/v1/public/properties/26503)
- [https://towncountryproperty.com/api/v1/public/properties/26502](https://towncountryproperty.com/api/v1/public/properties/26502)
- [https://towncountryproperty.com/api/v1/public/properties/26501](https://towncountryproperty.com/api/v1/public/properties/26501)
- [https://towncountryproperty.com/api/v1/public/properties/26500](https://towncountryproperty.com/api/v1/public/properties/26500)
- [https://towncountryproperty.com/api/v1/public/properties/26499](https://towncountryproperty.com/api/v1/public/properties/26499)
- [https://towncountryproperty.com/api/v1/public/properties/26498](https://towncountryproperty.com/api/v1/public/properties/26498)
- [https://towncountryproperty.com/api/v1/public/properties/26497](https://towncountryproperty.com/api/v1/public/properties/26497)
- [https://towncountryproperty.com/api/v1/public/properties/26496](https://towncountryproperty.com/api/v1/public/properties/26496)
- [https://towncountryproperty.com/api/v1/public/properties/26495](https://towncountryproperty.com/api/v1/public/properties/26495)
- [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)
