I'm Guide API Documentation
  1. Place
I'm Guide API Documentation
  • I'm Guide - API Version Control
  • I'm Guide - Custom Error Exception
  • Planner
    • Route
      • Popular Route V1
      • Popular Route [V3] Combind
      • Popular Route AI [V2]
      • Route Detail V1
    • Place
      • Region Place V1
        GET
      • Place LIST V2 With Favorite Flag
        GET
      • Region Place V2 - include fav flag specific user
        GET
      • Place LIST V1
        GET
      • Place Detail - ATTRACTION V1
        GET
    • 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
      • Get Active Trip V1
    • Config
      • Get Province
      • Get Place-Keyword
    • Activities
      • Add Fav V1
      • Add view Details Logs v1
      • Add and Update Preference v1
      • Remove Fav V1
      • Clear details Logs v1
      • Get Fav V1
      • Get Fav By Province V1
      • Get Fav By Id V1
      • Get view details Logs v1
      • Get Preference Question v1
      • Get Preference V1
      • Get Analytics AI Data
    • Communities
      • Add to community
      • Get Communities
      • Get Web Content Communities
      • edit post in community
      • delete post in community - soft delete
    • Feedback
      • Add Feedback
      • Get Feedback Web-Admin
    • Internal Endpoint
      • sync TAT ROute Data
      • sync community orderjob
      • Get Route AI Data
      • Untitled Endpoint
      • LINE SYNC CURRENT TRIP
    • 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
    • AI Progress Notification
    • INTERNAL: getPlaceInProvince
      POST
    • UAT
      POST
  • Storage
    • File Upload
      POST
    • Get File
      GET
    • Get File List ADMIN
      GET
  • Internal
    • AI
  • TEST TAT
    GET
  1. Place

Place Detail - ATTRACTION V1

GET
/trips/v1/place/detail/ATTRACTION/{place_id}
Planner > Place
Last modified:2024-10-29 12:50:35

Request

Path Params
place_id
string 
required
Example:
P03005171
Header Params
Accept-Language
string 
optional
Display language support: "th" or "en" Default is 'th'
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/place/detail/ATTRACTION/P03005171' \
--header 'Accept-Language: th'

Responses

🟢200OK
application/json
Successful response
Body
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
thai_adult
integer  | null 
optional
thai_child
integer  | null 
optional
foreigner_adult
integer  | null 
optional
foreigner_child
integer  | null 
optional
target
array[string | null] | null 
optional
address
object 
optional
address
string 
optional
sub_district
string 
optional
district
string 
optional
province
string 
optional
contact
object 
optional
phone
array[string]
optional
mobile
array[string]
optional
email
array[string]
optional
urls
array[string]
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
mon
object 
optional
tue
object 
optional
wed
object 
optional
thu
object 
optional
fri
object 
optional
sat
object 
optional
sun
object 
optional
special_close_text
string  | null 
optional
destination
string 
optional
category
string 
optional
sub_category
array[string]
optional
sync_at
string 
optional
category_code
string 
required
facilities
array [array] 
required
string 
optional
Example
{
  "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"
    ]
  ]
}
Previous
Place LIST V1
Next
Delete Custom Trip V1
Built with