查询Geonames API以仅获取城市国家/地区名称

时间:2016-08-22 07:34:44

标签: json web-services api geolocation geonames

当我通过点击此网址请求特定的国家/地区城市时,提取了太多无用的json数据:

http://api.geonames.org/searchJSON?username=ksuhiyp&country=us&maxRows=1000

这会返回太多的json字段,你可以看到,问题很热,查询只能获取城市,国家名称?

1 个答案:

答案 0 :(得分:5)

您可以尝试使用附加参数style = SHORT

http://api.geonames.org/searchJSON?username=ksuhiyp&country=us&maxRows=1000&style=SHORT

docs说:style,String SHORT,MEDIUM,LONG,FULL(可选),返回的xml文档的详细程度,默认= MEDIUM