Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CarAPI Vehicles API

Operations for retrieving vehicle models, trims, and attributes.

CarAPI Vehicles API is one of 2 APIs that CarAPI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vehicles. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://carapi.app.

3 operations 3 paths 2 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Server
https://carapi.app
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

CarAPI Vehicles API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — JWT bearer token obtained from /api/auth/login.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Vehicles 3

Operations for retrieving vehicle models, trims, and attributes.

GET
/api/models
List Vehicle Models
listModels 2 params → 200401
GET
/api/trims
List Vehicle Trims
listTrims 2 params → 200401
GET
/api/vehicle-attributes
List Vehicle Attributes
listVehicleAttributes → 200401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is Error (2 properties). Each schema is shown below with its type and property counts.

GenericObject
object
Generic JSON object response.
Error
object
Generic error response.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

carapi-vehicles-api-openapi.yml Raw ↑

Other APIs CarAPI publishes across the network.

CarAPI Authentication API