Vehicle Databases · JSON Structure

Vehicle Databases Recall Structure

NHTSA safety recall for a vehicle

Type: object Properties: 7
AutomotiveFleet ManagementMaintenanceRecallsVehicles

Recall is a JSON Structure definition published by Vehicle Databases, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

recallId component summary recallDate remedyDate remedyDescription remedyStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vehicle-databases/refs/heads/main/json-structure/vehicle-databases-recall-structure.json",
  "name": "Recall",
  "description": "NHTSA safety recall for a vehicle",
  "type": "object",
  "properties": {
    "recallId": {
      "type": "string",
      "description": "NHTSA recall identifier",
      "example": "22V-123"
    },
    "component": {
      "type": "string",
      "description": "Vehicle component affected",
      "example": "Air Bags"
    },
    "summary": {
      "type": "string",
      "description": "Recall risk summary"
    },
    "recallDate": {
      "type": "date",
      "description": "Recall initiation date",
      "example": "2022-06-15"
    },
    "remedyDate": {
      "type": "date",
      "description": "Remedy available date",
      "example": "2022-09-01"
    },
    "remedyDescription": {
      "type": "string",
      "description": "Description of the remedy"
    },
    "remedyStatus": {
      "type": "string",
      "enum": [
        "pending",
        "available",
        "complete"
      ],
      "description": "Recall remedy status"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/vehicle-databases-recall-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.