ETS API
  1. REQUIRED
ETS API
  • Try it and Run in ApiDog
  • AVIA API
  • AVIA Flows example
  • HOTELS API
  • AVIA
    • 1 REQ B2B Login
      POST
    • 1 REQ B2B Login Token
      POST
    • 1 REQ B2C Login
      GET
    • 2A Search Direct flight
      POST
    • 2B Search Connecting flight
      POST
    • 2C Search Round trip
      POST
    • 3 Schedule - Amadeus optional
      POST
    • 4 Offers request
      GET
    • 4B Smart Offer Request optional
      GET
    • 5 Documents types for offer
      GET
    • 6 Offer info UPD LATER
      GET
    • 7 Availability of Offer
      GET
    • 8 OPT Available Services
      GET
    • 9 OPT Select services
      POST
    • 10 Create Order
      POST
    • 11 Split Order
      PATCH
    • 12 Order payment
      POST
    • 13 Сheckout status
      GET
    • 14 Refund order
      GET
    • 15 Get order info
      GET
    • 16 Print E-Tiket
      GET
    • 17 Receiving a cancellation fee
      GET
    • 18 Cancel Order
      GET
    • 19 Get airports
      GET
    • 20 Get cities
      GET
    • 21 Get countries
      GET
  • HOTELS
    • REQUIRED
      • 1 REQ B2B Login
        POST
      • 1 REQ B2C Login
        GET
      • 2 REQ Destination
        GET
      • 2 REQ Search
        POST
      • 3 REQ Receiving found hotels
        POST
      • 4 REQ Getting a Hotel Offer
        GET
      • 5 REQ Create order
        POST
      • 6 REQ Cancel order
        PUT
    • OPTIONAL
      • 1 REQ B2B Login
      • 1 REQ B2C Login
      • 2 REQ Search
      • 3 OPT Destination point info
      • 4 OPT List of popular destinations Copy
      • 5 OPT List of filtered destinations
      • 6 OPT Group guide
      • 7 OPT Getting information on possible hotels
      • 8 OPT Getting the list of currencies
      • 9 REQ Receiving found hotels
      • 10 REQ Getting a Hotel Offer
      • 11 OPT Cancel-policies
      • 12 OPT Account number and info
      • 13 OPT Receiving information on the hotel offer
      • 14 OPT Receive detailed information about the cost of an offer
      • 15 REQ Create order
      • 16 OPT Receive hotel services
  1. REQUIRED

2 REQ Destination

GET
{{HOTELS_URL}}/api/hotels/v2/dictionaries/destinations

Request

Query Params

Header Params

Responses

🟢2002 REQ Destination
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://stage-hotels.etm-system.ru/api/hotels/v2/dictionaries/destinations?filter=Belek&locale=EN' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{
    "data": [
        {
            "id": 78962,
            "giata_id": 91811,
            "country": {
                "id": 607,
                "code": "TR",
                "code_rus": "ТР",
                "name": "Turkey",
                "citizenship_code": "TUR",
                "phone": 90,
                "locale": "EN",
                "max_phone_length": 12,
                "min_phone_length": 9
            },
            "latitude": "41.00963200",
            "longitude": "28.96516400",
            "iata": "IST",
            "name": "Istanbul",
            "full_name": "Istanbul"
        }
    ],
    "meta": {
        "hotels": [
            {
                "source_id": "istanbul_home_apart_",
                "cityname": "Istanbul",
                "latitude": "41.04314804",
                "longitude": "28.98240471",
                "name": "Istanbul Home Apart",
                "address": "Inonu Mahallesi Kucukbayir Sokak No:75 Elmadag, Istanbul"
            },
            {
                "source_id": "the_basilica_apart_hotel",
                "cityname": "Istanbul",
                "latitude": "41.00949860",
                "longitude": "28.97678947",
                "name": "istanbul Queen Apart Hotel",
                "address": "Yerebatan Caddesi 29 Sultanahmet,Yerebatan Caddesi, Istanbul"
            },
            {
                "source_id": "istanbul_suites",
                "cityname": "Istanbul",
                "latitude": "41.04413605",
                "longitude": "28.98554802",
                "name": "Istanbul Suites",
                "address": "Harbiye Cayiri Sok. No:111 Harbiye Sisli, Istanbul"
            },
            {
                "source_id": "istanbul_queen_apart_hotel_2",
                "cityname": "Istanbul",
                "latitude": "41.03067398",
                "longitude": "29.00229073",
                "name": "İstanbul Queen Apart Hotel",
                "address": "Yerebatan Caddesi 29, Istanbul"
            }
        ]
    }
}
Modified at 2025-08-19 06:10:28
Previous
1 REQ B2C Login
Next
2 REQ Search
Built with