Journal des modifications public, le plus récent en premier. Chaque entrée possède une date, un titre, un résumé et des changements regroupés (Ajouté / Amélioré / Corrigé). Ajoutez ?format=md pour le Markdown brut.
Paramètres de requête. Nom Type Description format chaîne Renvoie du Markdown brut au lieu de JSON. md
Demande
curl "https://api.vehicleimagery.com/info/changelog?format=md" \
-H "x-api-key: YOUR_API_KEY" 200 · Journal des modifications (les plus récentes en premier).
{
"changelog": [
{
"date": "2026-06-24",
"title": "Discoverability & documentation",
"summary": "The API now describes itself — new reference endpoints, a full OpenAPI spec, interactive docs and this changelog.",
"changes": [
{
"type": "Added",
"items": [
"`/api/options` — all delivery options in one call.",
"`/api/me` — what your key can do."
]
},
{
"type": "Improved",
"items": [
"Clearer 404 messages."
]
}
]
}
]
}