40,878 trucks, 10 countries and growing1940–2026

The Truck Data API
for Developers

Complete specifications, towing capacity, fuel economy, and more. One endpoint. Any truck. Any application.

# Free tier — no auth required
GET https://truckpedia.net/api/truck?make=Ford&model=F-150&year=2022

# Response
{
  "make": "Ford",
  "model": "F-150",
  "year": 2022,
  "tier": "free"
}

40,878

Unique trucks in database

87

Years of data (1940–2026)

61

Makes supported

Up to 50+

Data points per truck

Free Lookup

Search any truck in our database. No API key needed.

Built for Developers

Clean REST API. Predictable responses. No scraping required.

Instant Access

RESTful endpoints with JSON responses. Get truck data in milliseconds, not minutes. No pagination through HTML pages.

📊

Rich Specifications

Engine specs, towing capacity, payload, dimensions, fuel economy, MSRP, colors, and more. 50+ fields per truck.

🎯

Verified Accuracy

97%+ data completeness. Manually curated and cross-referenced with manufacturer specifications.

Developer-Friendly API

Every endpoint returns consistent JSON. Clear error messages. Standard HTTP status codes. If you've used any REST API before, you'll feel right at home.

View Full Documentation →
# Authenticated request
curl -H "X-API-Key: YOUR_API_KEY" \
  https://truckpedia.net/v1/trucks \
  ?make=Ford \
  &model=F-150 \
  &year=2022

# Response
{
  "data": [{
    "id": "truck_abc123",
    "make": "Ford",
    "model": "F-150",
    "year": 2022,
    "engine": "3.5L EcoBoost V6",
    "horsepower": 400,
    "towing_capacity": 14000,
    "msrp": 45285
  }],
  "pagination": {
    "page": 1,
    "total": 1847
  }
}

Simple, Transparent Pricing

Start free. Upgrade when you need more.

Free

$0/mo

For evaluation and hobby projects

  • 1 lookup per day
  • No authentication required
  • Global Search Capable
  • Basic Dataset
Try Free

API Access

$9.99/mo

For apps and larger projects

  • 1,000 requests per day
  • Full truck data (50+ fields)
  • API authentication
  • Advanced search & filters
Start API

Complete Coverage

All major truck manufacturers, all years

*Does not include semi, tractor, long haul, or heavy duty at this time.

Ford

F-150, F-250, F-350, Ranger, Maverick

Chevrolet

Silverado, Colorado, HD lineup

Ram

1500, 2500, 3500, ProMaster

Toyota

Tacoma, Tundra, Tundra HD

GMC

Sierra, Canyon, HD lineup

Nissan

Frontier, Titan, Titan XD

BYD

Shark, T5M

Ready to Build?

Get your API key in seconds.