Source: Restcountries.eu
Name | Description | Inputs (ordered) |
Output (only one) |
---|---|---|---|
This function returns information from restcountries.eu for a given country (2 letter country code). Because the server returns an array, the calling function includes the array Index.
Documentation Example: =Ignite("restcountries.eu","alpha","capital", 0, "us") |
codes
|
name capital region subregion population area gini nativeName alpha2Code alpha3Code borders |
Examples:
A | B (Forumla) | C (Output) | |
---|---|---|---|
1 | us | =Ignite("restcountries.eu","alpha","name", 0, A1) | United States |
2 | us | =Ignite("restcountries.eu","alpha","capital", 0, A2) | Washington D.C. |
3 | us | =Ignite("restcountries.eu","alpha","region", 0, A3) | Americas |
4 | us | =Ignite("restcountries.eu","alpha","subregion", 0, A4) | Northern America |
5 | us | =Ignite("restcountries.eu","alpha","population", 0, A5) | 321645000 |
6 | us | =Ignite("restcountries.eu","alpha","gini", 0, A6) | 48 |
7 | us | =Ignite("restcountries.eu","alpha","nativeName", 0, A7) | United States |
8 | us | =Ignite("restcountries.eu","alpha","alpha2Code", 0, A8) | US |
9 | us | =Ignite("restcountries.eu","alpha","alpha3Code", 0, A9) | USA |
10 | us | =Ignite("restcountries.eu","alpha","borders", 0, A10) | ["CAN","MEX"] |