git:20260610.a6e7f3f to git:20260610.0dfad19

19 added, 9 removed. Audit A to A.

---
name: openapi-automotive
- description: Vehicle data through Openapi Automotive - look up cars, motorcycles and insurance status by license plate (Italian and European). Use for "whose car is this plate", vehicle technical data, insurance validity checks.
+ description: Vehicle data through Openapi Automotive - look up cars, motorcycles, insurance and MOT status by license plate across Italy, UK, Germany, France, Spain, Portugal. Use for vehicle technical data and insurance validity checks by plate.
---
# Openapi Automotive
Base URL: `https://automotive.openapi.com` — vehicle information by license plate, sourced from the Ministry of Transport (European basis).
Authentication: Bearer token — see the `openapi-auth` skill.
- ## Endpoints (14 — see reference for the full list)
+ ## Endpoints
- - Cars: vehicle technical data by plate
- - Motorcycles: same for two-wheelers
- - Insurance: check insurance coverage status of a plate
+ | Country | Endpoints |
+ |---|---|
+ | Italy | `GET /IT-car/{plate}` · `GET /IT-bike/{plate}` · `GET /IT-insurance/{plate}` |
+ | United Kingdom | `GET /UK-car/{plate}` · `GET /UK-bike/{plate}` · `GET /UK-mot/{plate}` |
+ | Germany | `GET /DE-car/{KBANumber}` (KBA number, not plate) |
+ | France | `GET /FR-car/{plate}` · `GET /FR-bike/{plate}` |
+ | Spain | `GET /ES-car/{plate}` · `GET /ES-bike/{plate}` |
+ | Portugal | `GET /PT-car/{plate}` · `GET /PT-insurance/{plate}` |
- ## Sandbox
+ Async requests can be checked with `GET /check_id/{id}`.
- A dedicated sandbox simulates requests with test plates — use it to validate integrations before paying for real lookups.
+ ```bash
+ curl -s https://automotive.openapi.com/IT-car/AB123CD \
+ -H "Authorization: Bearer $OPENAPI_TOKEN"
+ ```
- ## References
+ ## Sandbox
- Full spec: [knowledge/oas/automotive.openapi.json](../../knowledge/oas/automotive.openapi.json) · endpoint list: [knowledge/services/automotive.md](../../knowledge/services/automotive.md)
+ The sandbox returns predefined dummy data for test plates (or KBA numbers for Germany) — validate integrations there before paying for real lookups.
+
+ Full spec: https://console.openapi.com/oas/en/automotive.openapi.json