> ## 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.

# Every maker's roadside-assistance number, verified

> Every maker's roadside-assistance number, verified, one row per maker with the hours and what the line covers. The page a figure was read from never leaves through a key: source URLs and verification pages are dropped.



## OpenAPI

````yaml /api-reference/openapi.json get /v1/breakdown/rsa
openapi: 3.1.0
info:
  title: Truckaurbus API
  version: v1
  description: >-
    The public v1 API at https://api.truckaurbus.com/v1. Authenticate with an
    API key in the Authorization header: Bearer tab_live_...


    Every figure carries its kind and its date. The API never carries the page a
    value came from.
servers:
  - url: https://api.truckaurbus.com
security: []
paths:
  /v1/breakdown/rsa:
    get:
      tags:
        - v1
      summary: Every maker's roadside-assistance number, verified
      description: >-
        Every maker's roadside-assistance number, verified, one row per maker
        with the hours and what the line covers. The page a figure was read from
        never leaves through a key: source URLs and verification pages are
        dropped.
      operationId: identity_api_v1_breakdown_rsa
      parameters: []
      responses:
        '200':
          content:
            application/json:
              schema:
                items:
                  additionalProperties: true
                  type: object
                title: Response
                type: array
          description: OK

````