TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Countries Statistics API

5 点作者 1mrankhan大约 12 年前
Hi, I am looking for countries statistics like population, poverty level some kind a api for grab the datas. Is there any ? Thanks

3 条评论

gspyrou大约 12 年前
You could take a look at the United Nations Demographic Statistics on Azure Marketplace. <a href="http://datamarket.azure.com/dataset/unitednations/demographic" rel="nofollow">http://datamarket.azure.com/dataset/unitednations/demographi...</a><p><a href="http://datamarket.azure.com/browse/data?category=demographics&#38;publisher=68c1c378-2326-458d-ac46-53fbf7e4f374&#38;sort=publisher" rel="nofollow">http://datamarket.azure.com/browse/data?category=demographic...</a>
dpearson大约 12 年前
You could try scraping the CIA World Factbook, which should have all of that information. There's no formal API, but someone has written a scraper[0] that you could rerun to get newer data (or, for that matter, you could write your own scraper).<p>[0]: <a href="https://github.com/twigkit/worldfactbook-dataset" rel="nofollow">https://github.com/twigkit/worldfactbook-dataset</a>
ggordan大约 12 年前
Have you tried looking at the World Data Bank?<p><a href="http://databank.worldbank.org/data/home.aspx" rel="nofollow">http://databank.worldbank.org/data/home.aspx</a>