Why your VIN returns no window sticker

Almost always because the manufacturer never published one. A Monroney label is created by the carmaker, and only some of them expose it to the public. Four groups do. Toyota stopped in 2026. Honda never started.

Last tested

Every row below was run against a real VIN from public dealer inventory. Where a service exists we say what it returns when it has nothing, because that failure shape is the reason a valid VIN can still come back empty.

BrandStatusWhat we found
Chevrolet, GMC, Buick, CadillacOriginal PDFPublic. Returns the label with the full RPO option block. The service intermittently answers with an empty body for a VIN that does have a label — we saw four empty responses then a success on the fifth — so every lookup is retried three times before we believe a negative.
Ford, LincolnOriginal PDFPublic, broad model-year range including trucks and fleet vehicles. When no label exists it returns a byte-identical 1,650,766-byte PDF reading "not yet released" rather than a 404, so the miss is detected by hash.
Jeep, Ram, Dodge, Chrysler, Fiat, Alfa RomeoOriginal PDFPublic and the fastest of the group. A missing label comes back as a roughly 1.1 KB stub instead of an error.
SubaruOriginal PDFPublic and unauthenticated, confirmed 26 August 2026. Coverage runs deep into older model years. A VIN with no label returns a byte-identical 16,483-byte PDF reading "the window sticker for the vehicle you selected is not available at this time" — which is why a valid Subaru VIN can still come back empty.
Toyota, LexusNo public serviceRetired public window-sticker access in 2026. Distribution moved to licensed dealer partners, and the link on a dealer listing is injected client-side through SmartPath, resolving to a service that requires authentication. Every guessed path returns 404. This is the single most-requested make we cannot serve.
Honda, AcuraNo public serviceNever had a public service. Dealers print originals from Honda Dealer Daily, which is internal and authenticated. Worth stating precisely because the signals mislead: automobiles.honda.com returns 403 to a plain client on every path, which is an Akamai WAF and not evidence an endpoint exists. With realistic headers the same request reaches Honda’s own handler and returns a genuine 404 for the monroney path.
Hyundai, GenesisPartialHyundai runs a real public document service, but it answers only for Certified Pre-Owned vehicles. Every new-vehicle VIN we tested returned "CPO document not found". A second declared endpoint returns a maintenance error from origin. Genesis has nothing public that we could find.
Kia, Nissan, Mazda, Volkswagen, AudiNo lead yetNo window-sticker service declaration appeared when we rendered each brand’s inventory pages. That is an absence of evidence rather than proof of absence — Subaru sat in this row until August 2026, when its endpoint turned out to have been public the whole time.
TeslaNo public serviceNo public lookup. Tesla shows the label inside the owner’s own account for the car they bought, and nowhere else.

The four reasons a supported VIN comes back empty

If your make is in the first four rows and you still get nothing, it is one of these, roughly in order of how often we see it.

What you get when there is no label

Every VIN still returns a full specification decode from NHTSA — year, make, model, trim, body style, engine, transmission, drive type and assembly plant — plus EPA fuel economy, crash-test ratings and any open recalls. That is most of what a window sticker tells you. What it cannot give you is the original MSRP and the exact options this particular car was built with. Those only exist on the factory label.

Common questions

My VIN is a supported make but still returns nothing. Why?

Usually the car is too new and its label has not been filed yet, or old enough that the manufacturer retired it. Vehicles never sold in the United States have no Monroney label at all, because it is a US legal requirement — Canadian and grey-market cars are the common case.

Does a failed check digit mean the VIN is wrong?

Usually. The ninth character is computed from the other sixteen, so a single mistyped character normally breaks it. Check the ninth position first, then any 0/O and 1/I confusion — a real VIN never contains the letters I, O or Q.

Other sites say they have Toyota and Honda stickers. Are they lying?

Not necessarily lying, but usually selling something different. A recreation rebuilds the label layout from build and option-code data. It looks right and the option pricing can be materially wrong. We would rather return a sourced specification decode than a document dressed up as the original.

Will coverage ever include Toyota or Honda?

Only if they publish. Neither is an engineering problem we can solve from outside — both distribute through authenticated dealer systems by design. If that changes, or if you know of a working public source, the API is open and we will add it.

Try a VIN

0/17Free. No account, no email, no paywall.

See the full coverage picture or the live status page, which re-tests every make against a real VIN on a schedule.