Countries Statistics API

5 points by 1mrankhan ↗ HN
Hi, I am looking for countries statistics like population, poverty level some kind a api for grab the datas. Is there any ? Thanks

3 comments

[ 3.1 ms ] story [ 14.9 ms ] thread
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).

[0]: https://github.com/twigkit/worldfactbook-dataset