{"uid":"cap_Wq-sXmpS5pOocbBuFhiz_","slug":"vehicle-wmi-decoder-cfc59000","name":"Vehicle WMI Decoder","description":"Decode a 3-character World Manufacturer Identifier (the first three characters of a VIN) to the assigning manufacturer. Returns full manufacturer legal name, common short name, make, vehicle type, and the date NHTSA published the assignment. Useful for partial-VIN analysis — crash reports, damaged-vehicle photos, fleet records — where only the WMI is recoverable. Backed by NHTSA.gov vPIC; data is public-domain US government records.","url":"https://2s.io/api/vehicle/decode-wmi","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":["wmi"],"properties":{"wmi":{"type":"string","maxLength":3,"minLength":3,"description":"3-character WMI (the first 3 chars of a VIN). Case-insensitive. Examples: 1HG (American Honda), 5YJ (Tesla US), WBA (BMW)."}},"additionalProperties":false}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"wmi":"1HG"}}},"response":{"data":{"ok":true,"items":[{"wmi":"1HG","make":"HONDA","commonName":"Honda","vehicleType":"Passenger Car","manufacturerName":"AMERICAN HONDA MOTOR CO., INC.","dateAvailableToPublic":"2015-01-01"}],"total":1,"source":{"url":"https://vpic.nhtsa.dot.gov/api/","license":"Public domain (US government records)","provider":"NHTSA vPIC DecodeWMI"}},"meta":{"cost":{"usd":0.0024,"tier":0},"caller":"x402","version":null,"endpoint":"vehicle.decode-wmi","settlement":{"txHash":"0x72fbfa2be54148a4127bba3dbd1d88480c5524c2f1afd3e232749eaa25bea88e","network":"eip155:8453","success":true}}}},"exampleRequest":{"wmi":"1HG"},"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_HDpVyrSN1UF1YmXh2P0Qy","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 3-character World Manufacturer Identifier (WMI) — the first 3 characters of a VIN — returning the manufacturer name, make, vehicle type, and related data.","exampleAgentPrompt":"What manufacturer and vehicle type does the WMI code '5YJ' correspond to — that's the first 3 characters of a Tesla VIN?","exampleUseCases":null,"resultDescription":"Returns an array of matching WMI records, each containing the WMI string, manufacturer name, common name, make, vehicle type, and the date the record was made available to the public. Also includes the total count and the upstream data source with provider, URL, and license info.","failureModes":["WMI code does not match any known manufacturer — empty items array returned","Invalid WMI format (not exactly 3 alphanumeric characters, or contains I, O, Q) — schema validation error","Payment failure via x402 — 402 response requiring USDC payment on Base or Solana","Network timeout or upstream NHTSA data source unavailable"],"whenToPreferThis":"Use this endpoint when you need to identify a vehicle's manufacturer from the first 3 characters of a VIN (the World Manufacturer Identifier). It is the right choice for VIN enrichment pipelines, vehicle data validation, fleet management lookups, or any scenario where you have a WMI or partial VIN and want to resolve the brand and vehicle type without a full VIN decode. Prefer this over a full VIN decoder when only the manufacturer/make identification is needed and cost efficiency matters.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:51:10.489Z","isFirstParty":false}