> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truckaurbus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Breakdown

> The emergency directory and every maker's roadside line, for a driver on the roadside.

Two doors on `partners:read`, on every tier.

## Near a PIN

`GET /v1/breakdown/near?pin=&km=` lists mechanics, tyre shops and parts shops around a PIN code, nearest first, within `km` (100 by default). This is the one directory door that keeps the numbers: a driver on the roadside needs to call, so each row carries its phones and its hours. Show them as they come, and show the distance.

```bash theme={"system"}
curl "https://api.truckaurbus.com/v1/breakdown/near?pin=411001&km=40" \
  -H "Authorization: Bearer tab_live_..."
```

## The makers' roadside lines

`GET /v1/breakdown/rsa` is every maker's roadside-assistance number, verified, one row per maker with the hours and what the line covers. Cache it for a day; it changes rarely, and a maker's line is the first call for a vehicle under warranty.

Neither door counts a call against a person: the limits are the key's, as everywhere on v1.
