如何使用data.fao.org中的API获取有用的数据?

时间:2014-03-12 11:29:14

标签: xml json web-services api

我需要帮助来了解http://data.fao.org中API的使用情况。

该网站提供了一个查询构建器[http://api.data.fao.org/1.0/query-api-builder.html] [1]。 但是我无法选择类似的东西:

SELECT all countries that have a faostat_id between 1 to 12 
AND SELECT all cattles from this countries in the years 2010 - 2011.

如果有一个列表可以查找可用的属性和元素,那将会容易得多。 但我找不到这个。

到目前为止,我得到的最好结果是:

http://data.fao.org/developers/api/v1/en/resources/faostat/live-prod/facts.xml?
filter=cnt.iso3 eq AFG 
and item.label eq Cattle    
and year eq 2008 & 
fields=year,
cnt.iso3 as country,
item.label,
m5111 as Stocks

这是查询构建器的URL构建:

http://data.fao.org/developers/api/v1/en/resources/faostat/live-prod/facts.xml?filter=cnt.iso3%20eq%20AFG%20and%20item.label%20eq%20Cattle%20and%20year%20eq%202010&fields=year%2C%20cnt.iso3%20as%20Country%2C%20item.label%2C%20m5111%20as%20Stocks

0 个答案:

没有答案