Official Api
latest
  • latest
  • 1.0.0
  1. Bus
Official Api
latest
  • latest
  • 1.0.0
  • Auth
    • Login/Guest Login
      • Auth - Guest
      • Auth - Login
      • Auth - Login (With E-Mail)
    • Register
      • Auth - Register
      • Auth - Register Corporate
    • Remember
      • Auth - Remember Password
      • Auth - Remember Password For E-Mail
      • Auth - Remember Otp Verify
      • Auth - Set New Password
    • Auth Otp Verify
      POST
    • Auth - Logout
      DELETE
    • Auth - State
      GET
  • Customer
    • Passengers
      • Passenger List
      • Passenger Create
      • Passenger Delete
      • Passenger Update
    • invoice Info
      • Invoice Info - List
      • Invoice Info - Create
      • Invoice Info - Delete
      • Invoice Info - Update
    • Favorite Flights
      • Favorites - Flight
      • Favorites - Add Flight
      • Favorites - Delete Flight
      • Favorites - Check for Flight
    • Notifications
      • Notifications - Get
      • Notifications - Update
      • Notifications - Register Device
      • Notifications - Unregister Device
    • Fast Actions
      • Fast Actions - Get Flight Actions
      • Fast Actions - Update Flight Actions
      • Fast Actions - Get Bus Actions
      • Fast Actions - Update Bus Actions
      • Fast Actions - Clear Flight Actions
    • Customer - Get Profile
      GET
    • Customer - Update Profile
      POST
    • Customer - Update Password
      POST
    • Search History - Flight
      GET
    • Customer - Remove Account
      DELETE
  • Utils
    • Calendar - Month
      GET
    • Enums - FlightSearchFilters
      GET
  • Flight
    • Search
      • Domestic
        • One Way / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Package Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 2 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 1 ADT (Non package)
          • Search Flight
          • Get Job (Flight)
          • Allocate
          • Set Passengers
          • Prebooking
      • International
        • One Way / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price Copy Copy
          • Allocate
          • Set Passengers
          • Prebooking
          • Payment Types
        • Round Trip / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Allocate
          • Calculate Price
          • Set Passengers
          • Prebooking
        • Round Trip / 2 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price Copy
          • Allocate
          • Set Passengers
          • Prebooking
      • Search Flight - Filter
    • Price Alerts
      • Flight Alerts - Create
      • Flight Alerts - List
      • Flight Alerts - Delete
      • Flight Alerts - Create/Delete
    • Load Journey (dev only)
  • Bus
    • Bus - Search with Slug
      POST
    • Bus - Search
      POST
    • Get Job (Bus)
      GET
    • Bus - Bus Details
      POST
    • Bus - Check Seat Status
      POST
    • Bus - Set Passengers
      POST
    • Bus - Finalize (Local Dev Only)
      POST
    • Bus - Search - Filter
      POST
  • Hotel
    • Hotel - Search by Destination
    • Hotel - Search by Hotel Code
    • Get Job (Hotel)
    • Hotel - Get Hotel Details
    • Hotel - Validate Rooms
    • Hotel - Set Paxes
    • Hotel - Complete (Dev Only)
  • Socket
    • Auth
    • Subscribe Channel/Module
    • Emit Message
    • Search Airports
    • Search Hotels
    • Emit Subscribe Job
  • Auto Completes
    • Airport Search
    • Bus Station Search
    • Hotel Search
  • Queue / Socket
    • Get Job
  • Misc
    • Airlines
    • Countries
    • Popular Cities
    • Currencies
    • Contact Form
    • Check Module Availability
    • Popular Flights
    • Newsletter Subscribe
  • Payment
    • Pay with Account Balance (For Corporate Customers)
      • Payment - Account - Check Availablity
      • Payment - Account - Make Payment
    • Credit Card Storage
      • Saved Cards - List
      • Saved Cards - Add
      • Saved Cards - Delete
    • Pay with Credit Card (New Card)
      • Payment Types - Get All
      • Card Payment - Bin Query
      • Card Payment - Prepare 3D Form (new card)
      • Card Payment - Check Status
    • Pay with Credit Card (Saved Card)
      • Payment Types - Get All
      • Saved Cards - List
      • Card Payment - Bin Query
      • Card Payment - Prepare 3D Form (new card)
      • Card Payment - Check Status
  • Orders
    • Get Orders
    • Get Order
    • Upcoming Travels
    • Check Pnr
    • Check Order Status
  • Blog
    • Blog - Custom Tags
    • Blog - Category
    • Blog - Newest
    • Blog - Categories
    • Blog - Post
  • Contents
    • Kampanyalar
    • Contact Information
    • Gizlilik Sözleşmesi
    • Sık Sorulan Sorular
    • Popular Flights
    • Popular Cities
    • Popular Bus Routes
    • Get Slug Service
    • City - Flight
    • Get Page
  • Refund
    • Flight Refund (Query)
    • Flight Refund (Complete)
  • Notifications
    • Notification List
    • Notification - Mark as Read
  • Checkout
    • Coupons
      • Apply Coupon
      • Remove Coupon
    • Cart
  • Otp Verify
    POST
  • Status
    GET
  1. Bus

Get Job (Bus)

GET
https://test-api.ucuzyolu.com/jobs/{{jobId}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
client-id
string 
optional
Default:
302382-1928283273-237723829-292999

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 -g --request GET 'https://test-api.ucuzyolu.com/jobs/6vwj2fKT6hYRCatO' \
--header 'client-id: 302382-1928283273-237723829-292999'

Responses

🟢200OK
application/json
Body
data
object 
required
jobId
string 
required
status
string 
required
attempts
integer 
required
result
object (Bus Result) 
required
success
boolean 
required
code
integer 
required
message
string 
required
Example
{
    "data": {
        "jobId": "CkF1g9c9OLnbdAqX",
        "status": "success",
        "attempts": 0,
        "result": {
            "success": true,
            "type": "bus",
            "journeyId": "h1hYZAbfaTqMAiSXI5EeQDA6btgeqvtDyLvb",
            "searchId": "8BD0F138-D5AB-4413-8183-09722992C8B6",
            "searchStatus": "completed",
            "bookingStatus": "pending",
            "originId": 738,
            "destinationId": 84,
            "origin": "738",
            "destination": "84",
            "results": [
                {
                    "tripId": "9A9F639F-4F08-4006-9481-EDDABF159225",
                    "providerTripId": "1",
                    "tripNumber": "",
                    "provider": "biletall",
                    "companyId": 37,
                    "companyName": "İnci Turizm",
                    "dayTime": "Gece",
                    "originId": 84,
                    "originName": "ANKARA",
                    "companyLogo": "https://eticket.ipektr.com/wsbos3/LogoVer.Aspx?fnum=37",
                    "firstOriginId": 84,
                    "firstOriginName": "0",
                    "destinationId": 738,
                    "destinationName": "KAYSERİ",
                    "lastDestinationId": 738,
                    "lastDestinationName": "KAYSERİ",
                    "busModelCode": "TR15",
                    "busModel": "Travego 15 SHD",
                    "busClass": "0",
                    "busPhone": "(536)-633-33-36",
                    "busPlate": "",
                    "busSeatType": "2+2",
                    "hasStopOver": true,
                    "totalDuration": "05:00",
                    "estimatedDuration": "5-6",
                    "durationType": "1",
                    "date": "2024-11-20",
                    "time": "10:30",
                    "price": 40,
                    "price1": 40,
                    "classDiffPrice": 0,
                    "discountedPrice": 40,
                    "tripTypeText": "MOLALI",
                    "attributes": [],
                    "seatsAvailable": 46,
                    "hasSeatSelection": true,
                    "routeNumber": "3",
                    "routeName": "Ankara (Aşti) ->Kayseri ",
                    "tripTrackingNumber": "22166",
                    "estimatedArrivalTime": "2024-11-20T15:30:00+03:00"
                },
                {
                    "tripId": "105BA44C-8ACC-4BB6-94E1-129D8373BC36",
                    "providerTripId": "2",
                    "tripNumber": "",
                    "provider": "biletall",
                    "companyId": 37,
                    "companyName": "İnci Turizm",
                    "dayTime": "Gece",
                    "originId": 84,
                    "originName": "ANKARA",
                    "companyLogo": "https://eticket.ipektr.com/wsbos3/LogoVer.Aspx?fnum=37",
                    "firstOriginId": 84,
                    "firstOriginName": "0",
                    "destinationId": 738,
                    "destinationName": "KAYSERİ",
                    "lastDestinationId": 738,
                    "lastDestinationName": "KAYSERİ",
                    "busModelCode": "TR15",
                    "busModel": "Travego 15 SHD",
                    "busClass": "0",
                    "busPhone": "(536)-633-33-36",
                    "busPlate": "",
                    "busSeatType": "2+2",
                    "hasStopOver": true,
                    "totalDuration": "05:00",
                    "estimatedDuration": "5-6",
                    "durationType": "1",
                    "date": "2024-11-20",
                    "time": "15:00",
                    "price": 40,
                    "price1": 40,
                    "classDiffPrice": 0,
                    "discountedPrice": 40,
                    "tripTypeText": "MOLALI",
                    "attributes": [],
                    "seatsAvailable": 46,
                    "hasSeatSelection": true,
                    "routeNumber": "3",
                    "routeName": "Ankara (Aşti) ->Kayseri ",
                    "tripTrackingNumber": "22171",
                    "estimatedArrivalTime": "2024-11-20T20:00:00+03:00"
                },
                {
                    "tripId": "121ADA1B-D961-4050-9E3E-60BFB9FB364B",
                    "providerTripId": "3",
                    "tripNumber": "",
                    "provider": "biletall",
                    "companyId": 37,
                    "companyName": "İnci Turizm",
                    "dayTime": "Gece",
                    "originId": 84,
                    "originName": "ANKARA",
                    "companyLogo": "https://eticket.ipektr.com/wsbos3/LogoVer.Aspx?fnum=37",
                    "firstOriginId": 84,
                    "firstOriginName": "0",
                    "destinationId": 738,
                    "destinationName": "KAYSERİ",
                    "lastDestinationId": 738,
                    "lastDestinationName": "KAYSERİ",
                    "busModelCode": "TR15",
                    "busModel": "Travego 15 SHD",
                    "busClass": "0",
                    "busPhone": "(536)-633-33-36",
                    "busPlate": "",
                    "busSeatType": "2+2",
                    "hasStopOver": true,
                    "totalDuration": "05:00",
                    "estimatedDuration": "5-6",
                    "durationType": "1",
                    "date": "2024-11-20",
                    "time": "20:00",
                    "price": 40,
                    "price1": 40,
                    "classDiffPrice": 0,
                    "discountedPrice": 40,
                    "tripTypeText": "MOLALI",
                    "attributes": [],
                    "seatsAvailable": 46,
                    "hasSeatSelection": true,
                    "routeNumber": "3",
                    "routeName": "Ankara (Aşti) ->Kayseri ",
                    "tripTrackingNumber": "22175",
                    "estimatedArrivalTime": "2024-11-21T01:00:00+03:00"
                },
                {
                    "tripId": "5E7CAC38-7DC3-4D14-AE61-1271AF829FFD",
                    "providerTripId": "4",
                    "tripNumber": "",
                    "provider": "biletall",
                    "companyId": 37,
                    "companyName": "İnci Turizm",
                    "dayTime": "Gece",
                    "originId": 84,
                    "originName": "ANKARA",
                    "companyLogo": "https://eticket.ipektr.com/wsbos3/LogoVer.Aspx?fnum=37",
                    "firstOriginId": 84,
                    "firstOriginName": "0",
                    "destinationId": 738,
                    "destinationName": "KAYSERİ",
                    "lastDestinationId": 738,
                    "lastDestinationName": "KAYSERİ",
                    "busModelCode": "TR15",
                    "busModel": "Travego 15 SHD",
                    "busClass": "0",
                    "busPhone": "(536)-633-33-36",
                    "busPlate": "",
                    "busSeatType": "2+2",
                    "hasStopOver": true,
                    "totalDuration": "05:00",
                    "estimatedDuration": "5-6",
                    "durationType": "1",
                    "date": "2024-11-20",
                    "time": "22:00",
                    "price": 40,
                    "price1": 40,
                    "classDiffPrice": 0,
                    "discountedPrice": 40,
                    "tripTypeText": "MOLALI",
                    "attributes": [],
                    "seatsAvailable": 46,
                    "hasSeatSelection": true,
                    "routeNumber": "3",
                    "routeName": "Ankara (Aşti) ->Kayseri ",
                    "tripTrackingNumber": "22178",
                    "estimatedArrivalTime": "2024-11-21T03:00:00+03:00"
                }
            ],
            "attributes": [],
            "ttl": 3600,
            "filters": [
                {
                    "name": "Koltuk Tipi",
                    "alias": "busSeatType",
                    "type": "multiselect",
                    "attributes": [
                        {
                            "name": "2+2",
                            "alias": "22",
                            "value": "2+2",
                            "isSelected": false
                        }
                    ]
                },
                {
                    "name": "Otobüs Firması",
                    "alias": "companyId",
                    "type": "multiselect",
                    "attributes": [
                        {
                            "name": "İnci Turizm",
                            "alias": "inci-turizm",
                            "value": 37,
                            "isSelected": false
                        }
                    ]
                },
                {
                    "name": "Mola Durumu",
                    "alias": "hasStopOver",
                    "type": "option",
                    "attributes": [
                        {
                            "name": "Molalı",
                            "alias": "molali",
                            "value": true,
                            "isSelected": false
                        }
                    ]
                },
                {
                    "name": "Yolculuk Saati",
                    "alias": "time",
                    "type": "time_range",
                    "attributes": [
                        {
                            "name": "Öğle 10:00-16:00",
                            "alias": "ogle",
                            "value": "ogle",
                            "isSelected": false
                        },
                        {
                            "name": "Akşam 19:00-21:00",
                            "alias": "aksam",
                            "value": "aksam",
                            "isSelected": false
                        },
                        {
                            "name": "Gece 21:00-06:00",
                            "alias": "gece",
                            "value": "gece",
                            "isSelected": false
                        }
                    ]
                },
                {
                    "name": "Fiyat",
                    "alias": "price",
                    "type": "price_range",
                    "min": 40,
                    "max": 40
                }
            ],
            "sortOptions": [
                {
                    "name": "Fiyat (Artan)",
                    "description": "(Düşükten, Yükseğe",
                    "field": "totalPrice",
                    "type": "asc"
                },
                {
                    "name": "Fiyata göre",
                    "description": "(Yüksekten, Düşüğe",
                    "field": "totalPrice",
                    "type": "desc"
                },
                {
                    "name": "Kalkış Saati",
                    "description": "(Erkenden, Geçe",
                    "field": "departureTime",
                    "type": "asc"
                },
                {
                    "name": "Kalkış Saati",
                    "description": "(Geçten, Erkene",
                    "field": "departureTime",
                    "type": "desc"
                },
                {
                    "name": "Varış Saati",
                    "description": "(Erkenden, Geçe",
                    "field": "arrivalTime",
                    "type": "asc"
                },
                {
                    "name": "Varış Saati",
                    "description": "(Geçten, Erkene",
                    "field": "arrivalTime",
                    "type": "desc"
                }
            ]
        }
    },
    "success": true,
    "code": 0,
    "message": ""
}
Modified at 2025-04-30 00:40:25
Previous
Bus - Search
Next
Bus - Bus Details
Built with