/api/v1/vehicles List vehicles
Merged EV + Kei catalog with type / make / country_legal filters and pagination.
type ev | kei — Restrict to one catalog. make string — Case-insensitive equality. country_legal iso-2 — Vehicles legal in the given country. limit int (1-50) — Default 20. offset int — Default 0. { data: { vehicles[], total, limit, offset }, meta }