kakaomobility.com
Unofficial Kakao T provider for ride estimates, ride requests, live trip tracking, and ride history retrieval.
Targets Kakao T's authenticated mobile or browser surface rather than a public API. The implementation must handle session cookies, rider identity, and anti-abuse protections while exposing realistic ride-hailing operations such as quote estimation, booking, live driver tracking, and past ride lookup. Inputs should use real trip coordinates and ride-type filters, not placeholder ids.
POST the Kakao T quote flow for a pickup and dropoff pair to retrieve fareEstimate, expected wait time, and available vehicle classes before booking.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Pickup latitude for the requested trip.
37.4979
Pickup longitude for the requested trip.
127.0276
Destination latitude for the requested trip.
37.5665
Destination longitude for the requested trip.
126.9780
Optional service class such as general, blue, or black.
blue
Auth required for this operation.
Submit the Kakao T booking flow for a quoted ride, creating a live ride request tied to a rider session and selected vehicle class.
Pickup latitude for the booking request.
37.4979
Pickup longitude for the booking request.
127.0276
Destination latitude for the booking request.
37.5665
Destination longitude for the booking request.
126.9780
Requested ride class for dispatch and pricing.
blue
Poll the live trip status endpoint for an active rideRequestId or tripId to retrieve driver location, trip step, and arrival progress during dispatch and pickup.
Active ride request or trip identifier.
ride_8844121
Fetch the rider's trip history feed, supporting paging and date-range filters to review past rides and their billing summaries.
1-based page index for history pagination.
1
Number of rides to return per page.
20
Optional start date for filtering historical trips.
2024-06-01
Optional end date for filtering historical trips.
2024-06-30
Suggested surface — propose changes in your submission if the upstream differs.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.