NHTSA Product Information Catalog and Vehicle Listing
Provides access to NHTSA vehicle product information and listings, including safety recalls and compliance data.
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())Last 50 checks (10 min intervals)