Get Country Network Data
GET /networks
GET
/networks
This endpoint is used to return the networks for a country/countries searched for either by an array of countires or ISO codes (ISOs).
Alternatively, it can be toggled to return all countries and their networks.
Please refer to the rate sheet, availible to download in the eSIM Go Management Portal for a full list of country names and ISO codes.
Authorizations
Parameters
Query Parameters
countries
string
List of Countries e.g. United Kingdom,United States
isos
string
List of ISOs e.g. GB,US
returnAll
boolean
Used to toggle returning of all Countries e.g. true/false
Responses
200
Network Information Response
Array<object>
object
countryNetworks
Array of Networks for Countries Searched
Array<CountryNetworks>
object
name
Name of Country
string
networks
Array of Networks for a Country
object
name
Name of Network
string
mcc
Mobile Country Code
string
mnc
Mobile Network Code
string
tagid
TAGID of network of country
string
speeds
Array of Speeds of Network
Array<string>
400
Bad Request
401
Unauthorised