{"uid":"cap_s2YvBDfXyFqhHHIFDWpD5","slug":"2s-vin-decode-ef0ea793","name":"2s VIN Decode","description":"Decode a 17-character VIN to manufacturer-supplied vehicle metadata via NHTSA's vPIC database. Returns identity (year, make, model, trim, series, body class, manufacturer), assembly plant (city, state, country), engine (cylinders, displacement, HP, fuel type, configuration, engine model), transmission (style, speeds), and body/weight specs. Curated to the ~30 fields agents actually use from vPIC's ~140-field response. Backed by NHTSA.gov; data is public-domain US government records.","url":"https://2s.io/api/vehicle/vin-decode","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"const":"http"},"method":{"const":"GET"},"queryParams":{"type":"object","required":["vin"],"properties":{"vin":{"type":"string","maxLength":17,"minLength":17,"description":"17-character VIN. Case-insensitive. Excludes letters I, O, and Q per VIN standard."},"modelYear":{"type":"integer","maximum":2099,"minimum":1949,"description":"Optional model-year hint — disambiguates VINs where the year-digit wraps (A=1980/2010, etc.)."}},"additionalProperties":false}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"vin":"1HGBH41JXMN109186"}}},"response":{"data":{"ok":true,"items":[{"vin":"1HGBH41JXMN109186","make":"HONDA","trim":null,"doors":null,"model":null,"plant":{"city":null,"state":null,"country":null},"engine":{"hp":null,"model":null,"cylinders":null,"configuration":null,"displacementL":null,"fuelTypePrimary":null},"series":null,"bodyClass":null,"driveType":null,"gvwrClass":null,"modelYear":"1991","vehicleType":"PASSENGER CAR","manufacturer":"AMERICAN HONDA MOTOR CO., INC.","transmission":{"style":null,"speeds":null}}],"total":1,"source":{"url":"https://vpic.nhtsa.dot.gov/api/","license":"Public domain (US government records)","provider":"NHTSA vPIC (Vehicle Product Information Catalog)"}},"meta":{"cost":{"usd":0.0024,"tier":0},"caller":"x402","version":null,"endpoint":"vehicle.vin-decode","settlement":{"txHash":"0x84ea34355eecac771e00e77a2e2ef266b29b2643ae72dfecb8a3610d6efbd510","network":"eip155:8453","success":true}}}},"exampleRequest":{"vin":"1HGBH41JXMN109186"},"tags":["x402"],"displayCostAmount":"0.0024","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0024/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.006","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.006","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_WOiQFKNyOoYVL5HdxNJ1x","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.006","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Decodes a 17-character Vehicle Identification Number (VIN) into detailed vehicle specifications including make, model, engine, transmission, and plant data.","exampleAgentPrompt":"Can you decode the VIN 1HGBH41JXMN109186 and tell me the make, model, engine, and where it was manufactured?","exampleUseCases":null,"resultDescription":"A JSON object with ok:true and an items array containing one vehicle record with fields for VIN, make, model, trim, series, body class, manufacturer, assembly plant (city/state/country), engine (cylinders, displacement, HP, fuel type, configuration, model), transmission (style and speeds), doors, drive type, vehicle type, GVWR class, and model year. Also includes total count and source provenance (provider, URL, license).","failureModes":["Invalid VIN format (not 17 chars, contains I/O/Q) — request rejected before payment","VIN not found in NHTSA database — ok:true but empty items array","Ambiguous model year due to VIN decade rollover — provide optional modelYear param to disambiguate","Payment failure via x402 — no result returned","Upstream NHTSA API unavailable — service error"],"whenToPreferThis":"Use this endpoint when you need structured, programmatic vehicle data from a VIN without signing up for an API key or paying a monthly fee. Ideal for AI agents that occasionally need VIN lookups on a pay-per-call basis ($0.0024 USDC). Backed by NHTSA data, making it authoritative for US-market vehicles. Prefer over scraping or proprietary services when cost predictability and no-signup access are priorities.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:48:32.883Z","isFirstParty":false}