- I'm Guide - API Version Control
- I'm Guide - Custom Error Exception
- Planner
- Route
- Place
- Custom Trip
- Delete Custom Trip V1
- Create trip with ai prompt
- Optimize trip with ai prompt
- Create Custom trip V1
- Edit Custom Trip V1
- VIew Detail User Custom Trip V1
- VIew List of User Custom Trip V1
- Create trip with custom presetdata
- Create trip with popular presetdata
- Review Trip V1
- Get Unavaliable Date List V1
- Check Unavaliable Date V1
- Create trip with ai prompt V2
- VIew List of User Active Trip V1
- Active Trip
- Config
- Activities
- Communities
- Feedback
- Internal Endpoint
- Line
- Get List Of Linked Trip In Group V1
- Get Detail Of Linked Trip In Group V1
- Get Day Detail Of Linked Trip In Group V1
- Generate Link Code V1
- Verify Link Code V1
- Unlink From LIne V1
- Unlink From App V1
- Get Current Trip In Group V1
- Get Current Trip By Day In Group V1
- Init Line
- Update Line Line Notification
- Update General Line Notification
- Get Noti Trip Line
- LINE GET TODAY TRIP BY DAY
- LINE GET TODAY TRIP
- LINE GET TODAY TRIP
- Get Noti General Line
- Core
- AI
- Storage
- Internal
- AI
- TEST TATGET
Region Place V2 - include fav flag specific user
GET
/trips/v2/place/region
Last modified:2024-11-28 05:16:25
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
region
enum<string>
required
Allowed values:
BANGKOKNORTHNORTHEASTCENTRALSOUTHEASTWEST
Example:
BANGKOK
Match pattern:
/^(ALL|BANGKOK|NORTH|NORTHEAST|CENTRAL|SOUTH|EAST|WEST)$/
device_id
string
required
Example:
123
page
string
required
Example:
1
limit
string
required
Example:
20
Header Params
Accept-Language
string
optional
Example:
th
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/trips/v2/place/region?region=BANGKOK&device_id=123&page=1&limit=20' \
--header 'Accept-Language: th'
Responses
🟢200Success
application/json
Body
results
array[object (response-place-detail) {21}]
optional
place_id
string
optional
place_name
string
optional
latitude
number
optional
longitude
number
optional
introduction
string
optional
place_detail
string
optional
tags
array[string]
optional
fee
object
optional
target
array[string | null] | null
optional
address
object
optional
contact
object
optional
thumbnail_url
string
optional
images
array[string | null] | null
optional
payment_methods
string | integer | boolean | array | object | number | null
optional
opening_hours
object
optional
destination
string
optional
category
string
optional
sub_category
array[string]
optional
sync_at
string
optional
category_code
string
required
facilities
array [array]
required
total
integer
optional
page
integer
optional
nextpage
integer | null
optional
limit
integer
optional
timestamp
string <date-time>
read-onlyoptional
Example
{
"results": [
{
"place_id": "string",
"place_name": "string",
"latitude": 0,
"longitude": 0,
"introduction": "string",
"place_detail": "string",
"tags": [
"string"
],
"fee": {
"thai_adult": 0,
"thai_child": 0,
"foreigner_adult": 0,
"foreigner_child": 0
},
"target": [
"string"
],
"address": {
"address": "string",
"sub_district": "string",
"district": "string",
"province": "string"
},
"contact": {
"phone": [
"string"
],
"mobile": [
"string"
],
"email": [
"string"
],
"urls": [
"string"
]
},
"thumbnail_url": "string",
"images": [
"string"
],
"payment_methods": "string",
"opening_hours": {
"mon": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"tue": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"wed": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"thu": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"fri": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"sat": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"sun": {
"hasTime": true,
"open": "string",
"close": "string",
"string_time": "string"
},
"special_close_text": "string"
},
"destination": "string",
"category": "string",
"sub_category": [
"string"
],
"sync_at": "string",
"category_code": "string",
"facilities": [
[
"string"
]
]
}
],
"total": 0,
"page": 0,
"nextpage": 0,
"limit": 0,
"timestamp": "2019-08-24T14:15:22Z"
}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
🔴503Service Unavailable