socar.kr
Unofficial Socar provider for zone lookup, vehicle discovery, reservations, and return status tracking.
Targets Socar's authenticated mobile or web surface rather than a public API. The implementation must cope with session state, availability windows, and booking rules while exposing realistic car-share operations for zone search, vehicle detail lookup, reservation creation, and trip return tracking. Inputs should use real zone and car identifiers together with start and end timestamps.
Retrieve the Socar zone list around a coordinate pair, including service area availability and zone metadata used before selecting a vehicle.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Center latitude for the zone search.
37.5000
Center longitude for the zone search.
127.0300
Optional search radius in kilometers.
3
Optional city or district filter used by the mobile UI.
Seoul
Auth required for this operation.
Fetch the vehicle detail payload for a specific car_id or zone-scoped vehicle, including model, pricing, fuel or battery state, and booking constraints.
Vehicle identifier shown in the zone detail view.
car_320144
Optional zone identifier when the car id is only unique within a zone.
zone_7712
Create a Socar reservation for a chosen car with explicit start and end times, mirroring the mobile booking flow and its pricing or insurance choices.
Zone identifier for the pickup location.
zone_7712
Vehicle identifier to reserve.
car_320144
Reservation start timestamp in local time or ISO format.
2024-07-01T09:00:00+09:00
Reservation end timestamp in local time or ISO format.
2024-07-01T13:00:00+09:00
Selected insurance tier for the reservation.
premium
Inspect an active reservation or trip to see return progress, late return warnings, and final settlement status after the vehicle is brought back.
Reservation identifier to inspect.
resv_808812
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.