docs / api / vin / window-stickers

Window Stickers API

The [Window Stickers API](https://data.vinaudit.com/docs/api/vin/window-stickers) provides access to OEM-style window sticker records using a vehicle’s VIN. Responses include manufacturer specifications, factory-installed options, MSRP details, fuel economy information, and warranty-related vehicle information that closely mirrors the Monroney label format used on new vehicles.

GET
https://windowstickers.vinaudit.com/v1/windowsticker

Request Parameters

Parameter

vin

required

Example

1FTFW3L87RFA94576

Description

The 17-character Vehicle Identification Number

Parameter

key

required

Example

YOUR_API_KEY_HERE

Description

Your VinAudit API key

Parameter

format

optional

Example

pdf+json, png+xml

Description

Sticker and error response formats separated by "+"

Response Attributes

Field

success

Type

boolean

Description

Indicates whether the request succeeded

Field

vin

Type

string

Description

The VIN associated with the request

Field

error

Type

string

Description

Error code returned by the API

Field

message

Type

string

Description

Human-readable description of the error

Example Request

HTTP
https://windowstickers.vinaudit.com/v1/windowsticker?vin=1FTFW3L87RFA94576&key=YOUR_API_KEY_HERE&format=pdf+json

Example Response

JSON
HTTP

HTTP 200 OK

Content-Type: application/pdf

Header:
Content-Disposition: attachment; filename="1FTFW3L87RFA94576_sticker.pdf"

Body:
Binary PDF stream (file download response)

----------------------------------------

Example Error Response (JSON)

HTTP 404 Not Found

Search Tips

  • Use valid 17-character VINs for best lookup accuracy.
  • Specify format=pdf+json or png+xml to control output behavior.
  • Successful requests return PDF or PNG sticker files, not JSON payloads.
  • Window sticker availability varies by OEM and model year.
  • Use PNG outputs for dealership listings and merchandising workflows.

Ready to build ?

Access the Market Listings and Market Values APIs with a free developer account. No credit card required.

Window Stickers API Documentation | VinAudit | VinAudit