Dataset - Vehicle make/model/year (free)

Database

Database Problem Overview


I am creating an app that needs all available US automotive make/models for each year. I have read several suggestions on other posts, like use Freebase or DbPedia or EPA, but those datasets all appear rather incomplete and inconsistent. I checked out open APIs like Edmond's, but they restrict storing their data - I need it in my db, so that doesn't work. Any suggestions where I can get this data without having to shell out money?

Database Solutions


Solution 1 - Database

Apparently there is not much out there. And a lot of doubt that someone would be willing to provide such a repository. So I solved the problem myself, and am sharing my dataset with anyone else who finds themselves facing the same problem.

https://github.com/n8barr/automotive-model-year-data

Solution 2 - Database

These guys have an API that will give the results. It's also free to use.

http://www.carqueryapi.com

Note: they also provide data source download in xls or sql format at a premium price. but these data also provides technical specifications for all the make model and trim options.

Solution 3 - Database

How about Freebase? I think they have an API available, too.

http://www.freebase.com/

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNate BarrView Question on Stackoverflow
Solution 1 - DatabaseNate BarrView Answer on Stackoverflow
Solution 2 - DatabaseChrisView Answer on Stackoverflow
Solution 3 - DatabaseArwymView Answer on Stackoverflow