- 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
Route Detail V1
GET
/trips/v1/routes/detail/{route_id}
Planner > Route
Last modified:2024-11-11 03:06:03
Request
Path Params
route_id
string
required
Example:
R000000014
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/v1/routes/detail/R000000014' \
--header 'Accept-Language: th'
Responses
🟢200OK
application/json
Body
route_id
string
required
route_name
string
required
number_of_days
integer
required
days
array [object {2}]
required
day
integer
required
place
array[string]
required
places
array [object {20}]
required
place_id
string
required
place_name
string
required
latitude
number
required
longitude
number
required
category
string
required
category_code
string
required
place_detail
string
required
tags
array[string]
required
target
array[string]
required
fee
object
required
address
object
required
contact
object
required
thumbnail_url
string
required
images
array[string]
required
facilities
array [object {2}]
required
opening_hours
object
required
destination
string
required
sub_category
array[string]
required
sync_at
string
required
reaction_count
integer
required
thumbnail_url
string
required
timestamp
string
required
source
string
required
reaction_count
integer
required
view_count
integer
required
introduction
string
required
reviews
array [object {4}]
required
owner_name
string
optional
review_text
string
optional
review_score
integer
optional
review_at
string
optional
Example
{
"route_id": "string",
"route_name": "string",
"number_of_days": 0,
"days": [
{
"day": 0,
"place": [
"string"
]
}
],
"places": [
{
"place_id": "string",
"place_name": "string",
"latitude": 0,
"longitude": 0,
"category": "string",
"category_code": "string",
"place_detail": "string",
"tags": [
"string"
],
"target": [
"string"
],
"fee": {
"thai_adult": 0,
"thai_child": 0,
"foreigner_adult": 0,
"foreigner_child": 0
},
"address": {
"address": "string",
"sub_district": "string",
"district": "string",
"province": "string",
"postal_code": "string"
},
"contact": {
"phone": [
"string"
],
"mobile": [
"string"
],
"email": [
"string"
],
"urls": [
"string"
]
},
"thumbnail_url": "string",
"images": [
"string"
],
"facilities": [
{
"code": "string",
"description": null
}
],
"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",
"sub_category": [
"string"
],
"sync_at": "string",
"reaction_count": 0
}
],
"thumbnail_url": "string",
"timestamp": "string",
"source": "string",
"reaction_count": 0,
"view_count": 0,
"introduction": "string",
"reviews": [
{
"owner_name": "string",
"review_text": "string",
"review_score": 0,
"review_at": "string"
}
]
}
🟠404Not Found
🔴500Server Error
🔴503Service Unavailable