International Country Calling Codes JSON Data Feed
Data Fields
- Country
- CountryCode
- Area
- AreaCode
International Calling Codes by Country
http://gomashup.com/json.php?fds=geo/international/areacodes/country/[COUNTRY NAME]&jsoncallback=?
Example:
To get the calling codes for Afghanistan....
http://gomashup.com/json.php?fds=geo/international/areacodes/country/Afghanistan&jsoncallback=?
International Calling Codes by Country Code
http://gomashup.com/json.php?fds=geo/international/areacodes/countrycode/[COUNTRY CODE]&jsoncallback=?
Example:
To get the calling codes for country code 93....
http://gomashup.com/json.php?fds=geo/international/areacodes/countrycode/93&jsoncallback=?
International Calling Codes by Area
http://gomashup.com/json.php?fds=geo/international/areacodes/area/[AREA NAME]&jsoncallback=?
Example:
To get the calling codes for area Kabul...
http://gomashup.com/json.php?fds=geo/international/areacodes/area/Kabul&jsoncallback=?
Sample Output
http://gomashup.com/json.php?fds=geo/international/areacodes/country/Afghanistan&jsoncallback=?
({
"result":[
{
"Country" : "Afghanistan",
"Area" : "Kabul",
"AreaCode" : "(0)20",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Parwan",
"AreaCode" : "(0)21",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Kapisa",
"AreaCode" : "(0)22",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Bamian",
"AreaCode" : "(0)23",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Wardak",
"AreaCode" : "(0)24",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Logar",
"AreaCode" : "(0)25",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Dorkondi",
"AreaCode" : "(0)26",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Khost",
"AreaCode" : "(0)27",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Panjshar",
"AreaCode" : "(0)28",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Kandahar",
"AreaCode" : "(0)30",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Ghazni",
"AreaCode" : "(0)31",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Uruzgan",
"AreaCode" : "(0)32",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Zabol",
"AreaCode" : "(0)33",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Helmand",
"AreaCode" : "(0)34",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Heart",
"AreaCode" : "(0)40",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Badghis",
"AreaCode" : "(0)41",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Ghowr",
"AreaCode" : "(0)42",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Farah",
"AreaCode" : "(0)43",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Nimroz",
"AreaCode" : "(0)44",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Balkh",
"AreaCode" : "(0)50",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Kunduz",
"AreaCode" : "(0)51",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Badkhshan",
"AreaCode" : "(0)52",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Takhar",
"AreaCode" : "(0)53",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Jowzjan",
"AreaCode" : "(0)54",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Samangan",
"AreaCode" : "(0)55",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Sar-E Pol",
"AreaCode" : "(0)56",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Faryab",
"AreaCode" : "(0)57",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Baghlan",
"AreaCode" : "(0)58",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Nangarhar",
"AreaCode" : "(0)60",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Nurestan",
"AreaCode" : "(0)61",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Kunarha",
"AreaCode" : "(0)62",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Laghman",
"AreaCode" : "(0)63",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Paktia",
"AreaCode" : "(0)64",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "Paktika",
"AreaCode" : "(0)65",
"CountryCode" : "93"
},
{
"Country" : "Afghanistan",
"Area" : "",
"AreaCode" : "",
"CountryCode" : "93"
}
]})
- Login to post comments
