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 flat monthly plans with shared token budgets. 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 — same endpoints on every plan

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

How it works

From signup to first API call

Four steps. Buy tokens, get a key, and ship — no integration workshop required.

  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

    Subscribe and get a key

    Pick a monthly token plan, then generate an API key in the dashboard.

    Billing
  3. 3

    Make your first call

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

    Quick Start