Download Bruno Collection Download Postman Collection

ClinicAPI v1

GET /

API'ın durumunu kontrol edebilirsiniz.

Parameters

None

Returns

status:

Type: string

Value: OK!

GET /place/search

İsim veya konumdan yer bulursunuz. place_id'yi öğrenmek için gerekli.

Parameters

query:

Description: The name or address of the place.

Required

apikey:

Description: Your API key.

Required

Returns

status:

Type: string

Value: success | notfound | wrongapikey | noapikey | error

results:

Type: array

Value:

[
  {
    "name": "Bamboo AVM Urla",
    "formatted_address": "Yenikent, Samanyolu Sk. No:6, 35430 Urla/İzmir, Türkiye",
    "business_status": "OPERATIONAL",
    "place_id": "ChIJcYo_QFiVuxQRZt8FyWL2rB0",
    "user_ratings_total": 3174
  }
]
                

GET /place/details

place_id'den yer detaylarını ve yorumlarını çekersiniz.

Parameters

place_id:

Description: The place_id of the place.

Required

apikey:

Description: Your API key.

Required

Returns

status:

Type: string

Value: success | notfound | wrongapikey | noapikey | error

rating:

Type: float

Value:

4.1
                

wheelchair_accessible_entrance:

Type: boolean

Value:

true
                

reviews:

Type: array

Value:

[
  {
    "author_name": "mistero king",
    "author_url": "https://www.google.com/maps/contrib/118352152128560199302/reviews",
    "language": "en",
    "original_language": "en",
    "profile_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjV9_Btu9FWRrpb78KUkfcYqGxLXbYGVn4vblCm9tc5MGrvG6K5A8w=s128-c0x00000000-cc-rp-mo-ba3",
    "rating": 5,
    "relative_time_description": "a year ago",
    "text": "I liked the place. The atmosphere and the way every shop is placed is nice and creates a fresh and also nostalgic look. Which is interesting. There are plenty of good shops and activities to do as well. So, all in short, I liked the place.",
    "time": 1693850499,
    "translated": false
  }
]