6

I'd like to expand on this question by asking: are there any free APIs that offer economic/demographic/etc data?

e.g.

  • population sizes
  • industrial production
  • natural resources
  • etc...

I'd like to be able to augment open geographic data with, effectively, a machine-readable version of The CIA World Factbook, albeit on a much finer level of detail (town-by-town rather than country-by-country).

Do you know of any good sources?

Community
  • 1
  • 1
spraff
  • 32,570
  • 22
  • 121
  • 229

4 Answers4

2

http://www.data.gov/catalog/geodata

vivekv
  • 2,238
  • 3
  • 23
  • 37
2

How about the CIA World Fact Book in XML format?

Paul Morgan
  • 31,226
  • 3
  • 24
  • 27
1

http://www.census.gov/compendia/statab/cats/population.html

The above link provides statistic files on the growth, distribution, and characteristics of the U.S. population in pdf and excel formats. Also, on the left hand side you'll find the remaining categories in your question.

The same source also provides minimal international data: http://www.census.gov/population/international/data/idb/informationGateway.php

1

There is also the infochimps API.

Be sure to check their terms of service, as it isn't free for all datasets or purposes.

I think you're probably aiming at their GEO API, there are some code examples.

Bruno Flávio
  • 778
  • 10
  • 27