पब्लिक चेंजलॉग, सबसे नया पहले। हर एंट्री में एक date, title, summary और समूहित changes (Added / Improved / Fixed) होते हैं। कच्चे मार्कडाउन के लिए ?format=md जोड़ें।
प्रश्न पैरामीटर नाम प्रकार विवरण format स्ट्रिंग JSON के बजाय कच्चा Markdown वापस करें। md
अनुरोध करें
curl "https://api.vehicleimagery.com/info/changelog?format=md" \
-H "x-api-key: YOUR_API_KEY" 200 · चेंजलॉग (नवीनतम पहले)।
{
"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."
]
}
]
}
]
}