REST国家的替代品
Alternatives to REST Countries
我正在使用 REST Countries 来获取给定国家代码的国家名称。
示例:
- 输入:英国;
- 输出:英国。
既然已经宕机了,有什么好的替代品吗?
这就是正在发生的事情,http://restcountries.eu/ 也宕机了
Warning (2):
file_get_contents(https://restcountries.eu/rest/v1/alpha?codes=PT)
[function.file-get-contents]: failed to open stream: A connection
attempt failed because the connected party did not properly respond
after a period of time, or established connection failed because
connected host has failed to respond.
您可以制作一个列表并将其保存在本地,或者您可以试试这个:
https://countryapi.io 试一试。它是免费的,我在集成它方面有很好的经验。
我正在使用 REST Countries 来获取给定国家代码的国家名称。
示例:
- 输入:英国;
- 输出:英国。
既然已经宕机了,有什么好的替代品吗?
这就是正在发生的事情,http://restcountries.eu/ 也宕机了
Warning (2): file_get_contents(https://restcountries.eu/rest/v1/alpha?codes=PT) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
您可以制作一个列表并将其保存在本地,或者您可以试试这个:
https://countryapi.io 试一试。它是免费的,我在集成它方面有很好的经验。