Window Sticker API Overview
The VinAudit Window Sticker API provides access to original-style window sticker data for vehicles using their Vehicle Identification Number (VIN). This includes information such as manufacturer specifications, factory-installed options, and MSRP, closely mirroring the Monroney label format seen on new vehicles. The API returns a rendered image (PNG) or PDF of the window sticker when data is available. If an error occurs or no data is found, a JSON or XML error message is returned instead. To use this API, you must have an active VinAudit Window Sticker API subscription and an authorized API key.
Use Cases
- Display original equipment and MSRP details in vehicle reports
- Enhance dealership inventory listings with OEM data
- Power pricing or feature comparison tools for shoppers
API Endpoint
GET:
https://windowstickers.vinaudit.com/v1/windowsticker
Example Request: https://windowstickers.vinaudit.com/v1/windowsticker?key=YOUR_API_KEY_HERE&vin=1FTFW3L87RFA94576
Example Request: https://windowstickers.vinaudit.com/v1/windowsticker?key=YOUR_API_KEY_HERE&vin=1FTFW3L87RFA94576
Documentation
Request Parameters
Parameter | Description | Required | Example |
---|---|---|---|
vin | The 17-character Vehicle Identification Number | yes | 1FTFW3L87RFA94576 |
key | Your VinAudit API key | yes | YOUR_API_KEY_HERE |
format | The desired sticker format and error format, separated by + Supported sticker formats: pdf, png Supported error formats: json, xml If omitted, defaults to pdf+json | no | pdf+json, png+xml |
format=pdf+json
returns a PDF on success, or JSON if an error occurs.
format=png+xml
returns a PNG on success, or XML if an error occurs.
Response Behavior
HTTP Status | Description | Content-Type | Response |
---|---|---|---|
200 OK | Successfully generated window sticker. | application/pdf or image/png | Binary image stream |
400 Bad Request | Missing or invalid parameters. | application/json or application/xml | Error object |
404 Not Found | No sticker data available for the provided VIN. | application/json or application/xml | Error object |
500 Internal Server Error | Server error while generating the sticker. | application/json or application/xml | Error object |
Example Successful Response (PDF)
Request:GET /v1/windowsticker?vin=1FTFW3L87RFA94576&key=YOUR_API_KEY_HERE&format=pdf+json
Response:
HTTP 200 OK
Content-Type: application/pdf
Header: Content-Disposition: attachment; filename="1FTFW3L87RFA94576_sticker.pdf"
Body: Binary PDF stream
Example Error Response (JSON)
{ "success": false, "vin": "1FTFW3L87RFA94576", "error": "no_data", "message": "No window sticker found for the provided VIN." }
The most comprehensive Automotive Data & Analytics
- Automotive Market Trends & Insights
- Research & White Papers
- Auto Market Analytics Articles
- VIN Decoder & Lookup