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

# One truck's day: the graded track, stops, trips, alerts, the corridor ahead, company, the clock and place counts (hours=24)



## OpenAPI

````yaml /api-reference/openapi.json get /v1/nazar/vehicles/{vehicle_id}
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_...
servers:
  - url: https://api.truckaurbus.com
security: []
paths:
  /v1/nazar/vehicles/{vehicle_id}:
    get:
      tags:
        - v1
      summary: >-
        One truck's day: the graded track, stops, trips, alerts, the corridor
        ahead, company, the clock and place counts (hours=24)
      operationId: identity_api_v1_nazar_vehicle
      parameters:
        - in: path
          name: vehicle_id
          required: true
          schema:
            title: Vehicle Id
            type: integer
      responses:
        '200':
          content:
            application/json:
              schema:
                additionalProperties: true
                title: Response
                type: object
          description: OK

````