ddpc Vehicle Data
100K+ Vehicle Specifications
EPA-sourced. Properly typed. Ready to query.
Structured vehicle data covering automobiles (1984--2026) and motorcycles (1950--2025). Every record traced back to its source, every field typed for immediate use in analytics, ML pipelines, or product features. No scraping blogs, no untyped CSVs, no guesswork.
Explore the DataDatasets
Auto Dataset
70K+ records
- EPA-sourced, 48 structured fields
- Model years 1984 -- 2026
- Covers ICE, hybrid, EV, and PHEV
- CSV + JSON included
Bundle
100K+ records
Save $49 vs. separate
- Auto + Moto combined
- Save $49 vs. buying separately
- Both formats (CSV + JSON)
- Future updates included
Moto Dataset
29K+ records
- 21 manufacturers, 1950 -- 2025
- Engine, weight, displacement, category
- Covers sport, touring, ADV, cruiser, off-road
- CSV + JSON included
Schema — 48 Fields
Identification
- id
- year
- make
- model
- trim
- vehicle_class
- body_type
Powertrain
- engine_displacement
- engine_cylinders
- engine_description
- transmission
- drive_type
- fuel_type
- fuel_type_secondary
Fuel & Efficiency
- mpg_city
- mpg_highway
- mpg_combined
- fuel_cost_annual
- barrels_per_year
- co2_tailpipe_gpm
- ghg_score
- smog_rating
EV / Hybrid
- is_ev
- is_phev
- ev_range
- ev_motor_kw
- charge_time_240v
- mpge_city
- mpge_highway
- mpge_combined
Dimensions & Pricing
- curb_weight
- towing_capacity
- passenger_capacity
- cargo_volume
- msrp
- msrp_adjusted
Meta
- epa_model_id
- source
- source_url
- created_at
- updated_at
Sample Data
| Year | Make | Model | Trim | Engine | Drive | Fuel | City | Hwy | Comb | EV | MSRP |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2024 | Toyota | Camry | LE | 2.5L 4-cyl | FWD | Gasoline | 28 | 39 | 32 | $28,400 | |
| 2024 | Tesla | Model 3 | Long Range | Electric | AWD | Electricity | 136 | 123 | 130 | $42,490 | |
| 2023 | Ford | F-150 | XLT | 3.5L V6 Turbo | 4WD | Gasoline | 20 | 26 | 22 | $40,870 | |
| 2024 | BMW | 330e | xDrive | 2.0L 4-cyl + Motor | AWD | Premium + Elec | 28 | 34 | 30 | $44,900 | |
| 2025 | Honda | Civic | Sport | 2.0L 4-cyl | FWD | Gasoline | 31 | 38 | 34 | $27,700 |
Vehicle Specs API
Query the same data programmatically. REST endpoints, JSON responses, filter by any field. Get started with a free tier—no credit card required.
# Example request
GET /api/v1/vehicles?make=Toyota&year=2024&fuel_type=Gasoline
Free
$0
100 requests / day
- Basic vehicle lookup
- Year / make / model filtering
- JSON responses
Basic
$29 / mo
10K requests / day
- Full field access
- Bulk queries
- Fuel economy comparisons
- CSV export endpoint
Pro
$99 / mo
Unlimited
- Everything in Basic
- EV / hybrid deep fields
- Batch endpoints
- Priority support
Why This Dataset
EPA as source of truth
Automobile data comes directly from the EPA's fuel economy dataset -- the same source the window sticker on every new car is built from. Not scraped blog text.
Proper data types
Integers are integers, booleans are booleans, nulls are nulls. No "N/A" strings masquerading as data. Import it and start querying immediately.
Source tracking
Every record includes source and source_url fields so you can trace any value back to its origin. Auditability built in.
EV / hybrid coverage
Dedicated fields for EV range, motor kW, charge time, MPGe, and PHEV splits. Not bolted on as afterthoughts -- first-class columns.
Start with a free sample
Download a subset of each dataset. No account required.
Built by ddpc