Skip to content

Developer API

VIN Decode API

Add structured vehicle identity to your product with a single REST call. Self-serve keys, documented errors, and pricing that starts at pay-per-request. Try the free VIN decoder for a quick lookup.

Try a VIN decode

Demo — sample response
Request
curl -X GET "https://api.carsage.dev/v1/vin/decode/WP0AF2A99KS165242" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

What you get

  • Year, make, model, trim, and core attributes
  • Consistent JSON schema across vehicles
  • Invalid VINs are not billed
  • Recalls, safety, plate lookup on higher plans

Endpoint: GET /v1/vin/decode/:vin

How it works

From signup to first API call

Three steps. No integration workshop required — just your stack and an API key.

  1. 1

    Create your account

    Register in under a minute. Set up an organization for your team, keys, and billing.

    Get API key
  2. 2

    Get your API key

    Generate a key in the dashboard. Copy it once — then you are ready to integrate.

    API Keys
  3. 3

    Make your first call

    Send a VIN to our decode endpoint. Track usage and costs from the same dashboard.

    Quick Start