Vehicle Tax Details

This data source makes a live call to the DVLA for the tax status of a vehicle. Please note, this source is limited to 1 per second. If you require more, you can apply for an API key for your company, which we can host on your behalf, increasing your hit rate to 10 per second.

car

Example Output


    "Results": {
    "VehicleTaxDetails": {
      "Vrm": "AP52HOW",
      "Make": "VOLKSWAGEN",
      "Co2Emissions": 192,
      "MotStatus": "Valid",
      "YearOfManufacture": 2002,
      "TaxDueDate": "2026-03-01T00:00:00",
      "TaxStatus": "Taxed",
      "TaxIsCurrentlyValid": true,
      "TaxDaysRemaining": 297,
      "VehicleExciseDutyDetails": {
        "DvlaCo2": 192,
        "DvlaCo2Band": "J",
        "DvlaBand": "J",
        "VedRate": {
          "FirstYear": {
            "SixMonths": null,
            "TwelveMonths": null
          },
          "PremiumVehicle": {
            "SixMonths": null,
            "TwelveMonths": null
          },
          "Standard": {
            "SixMonths": 217.25,
            "TwelveMonths": 395
          }
        }
      },
      "StatusCode": 0,
      "StatusMessage": "Success",
      "DocumentVersion": 1
    }