database 数据集 - 车辆品牌/型号/年份(免费)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11172031/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Dataset - Vehicle make/model/year (free)
提问by Nate Barr
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?
我正在创建一个应用程序,每年都需要所有可用的美国汽车品牌/型号。我已经阅读了其他帖子的一些建议,比如使用 Freebase 或 DbPedia 或 EPA,但这些数据集都显得相当不完整和不一致。我检查了 Edmond 之类的开放 API,但它们限制了存储他们的数据 - 我需要在我的数据库中使用它,所以这不起作用。有什么建议可以让我无需花钱就能获得这些数据?
回答by Nate Barr
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.
显然那里没有多少。很多人怀疑有人愿意提供这样的存储库。所以我自己解决了这个问题,并与发现自己面临同样问题的任何其他人分享我的数据集。
回答by Chris
These guys have an API that will give the results. It's also free to use.
这些家伙有一个可以给出结果的 API。它也可以免费使用。
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.
注意:他们还以高价提供 xls 或 sql 格式的数据源下载。但这些数据还提供了所有品牌型号和装饰选项的技术规格。
回答by Arwym
How about Freebase? I think they have an API available, too.
Freebase 怎么样?我认为他们也有可用的 API。

