Cars Encyclo
The Car Details API is a powerful and comprehensive API designed for automotive applications, research platforms, and vehicle marketplaces. It provides structured and detailed data about cars, helping users access accurate and up-to-date vehicle information. Key Features: Brands: Retrieve a list of global automobile manufacturers. Models: Get all models under a specific brand. Variants: Access…
Cars Encyclo endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Brand Names /neuron/vehicles/brand-names |
### GET /neuron/vehicles/brand-names Fetches all brand names. **Responses:** - `200 OK`: Returns a list of all brand names. |
| GET |
Car Brand Names /api/vehicles/brand-names |
### GET /api/vehicles/brand-names Retrieves a list of all brand names. #### Response - `200 OK`: Returns a JSON array of brand names. |
| GET |
Car Brand Models /api/vehicles/models |
### GET /api/vehicles/models Retrieves a list of models for a specific brand. #### Query Parameters - `brand` (required): The name of the brand. #### Response - `200 OK`: Returns… |
| GET |
All Brand-Car Details /neuron/vehicles/all-brands |
### GET /neuron/vehicles/all-brands Fetches all brands along with their models, variants, and generations. **Responses:** - `200 OK`: Returns a list of all brands with their… |
| GET |
Car Model Variants /neuron/vehicles/variants |
### GET /neuron/vehicles/variants Fetches all variants and their generations for a specific brand and model. **Query Parameters:** - `brand` (string, required): The brand of the… |
| GET |
Car Models /neuron/vehicles/models |
### GET /neuron/vehicles/models Fetches all models for a specific brand. **Query Parameters:** - `brand` (string, required): The brand of the car. **Responses:** - `200 OK`:… |
| GET |
Car Generation Details /neuron/vehicles/live/details |
### GET neuron/vehicles/live/details Fetches live details of a specific car generation. **Query Parameters:** - `brand` (string, required): The brand of the car. - `model`… |
| GET |
Car Variants /api/vehicles/variants |
### GET /api/vehicles/variants Retrieves a list of variants for a specific brand and model. #### Query Parameters - `brand` (required): The name of the brand. - `model`… |
| GET |
Car All Brands /api/vehicles/all-brands |
### GET /api/vehicles/all-brands Retrieves a hierarchical list of all brands, models, variants, and generations. #### Query Parameters - `limit` (optional): The maximum number of… |
| GET |
Car Generation Details /api/vehicles/generation/{id} |
### GET /api/vehicles/generation/:id Retrieves information about a specific vehicle generation. #### Parameters - `id` (path parameter): The ID of the vehicle generation. ####… |
| GET |
List of reports /api/vehicles/reports |
### GET /api/vehicles/reports Returns a list of available reports. - `200 OK`: Returns a JSON object with the list of possible reports and their params |
| POST |
Run Report /api/vehicles/reports/{reportName} |
### POST /api/vehicles/reports/:reportName Generates a report based on the report name. **Path Parameters:** - `reportName` (string): The name of the report to generate. Example:… |