← Back to Dashboard

NHTSA

VehicleActiveCORS ReadyFreeAuth: UnknownDoc: HTML
Visit Website ↗

Description

NHTSA Product Information Catalog and Vehicle Listing

✨ AI Summary

Provides access to NHTSA vehicle product information and listings, including safety recalls and compliance data.

Code Example

import requests

url = "https://www.nhtsa.gov/api/vehicles"
response = requests.get(url)
response.raise_for_status() # Raise an exception for HTTP errors
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)