Catalog
Get network coverage
Returns a list of supported local telecom providers (networks) for the specified region. Use this to display network coverage information to users or to verify connectivity options in a specific region.
/catalog/coverage/{regionCode}Authorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Path parameters
regionCodestringrequiredISO 3166-1 alpha-2 region code (e.g., "US", "DE", "JP")
Responses
200List of supported networks in the regionapplication/jsonShow response bodyHide response body
dataobjectrequiredShow propertiesHide properties
countryCodestringrequiredISO 3166-1 alpha-2 region code
countryCodeAlpha3string | nullISO 3166-1 alpha-3 region code. Null for special regions like Global.
namestringrequiredRegion name
networksarray of NetworkrequiredList of supported telecom networks in this region
Show propertiesHide properties
namestringrequiredNetwork operator name
mccstringrequiredMobile Country Code
mncstringrequiredMobile Network Code
technologiesarray of stringSupported network technologies
2G3G4G5GcoverageTypestringType of coverage arrangement
nativeroaming404Region not found or not supportedapplication/jsonShow response bodyHide response body
typestring · urirequiredURI reference to error documentation
titlestringrequiredShort, consistent error summary
statusintegerrequiredHTTP status code
detailstringrequiredHuman-readable explanation specific to this occurrence
400Bad request - invalid parameters401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource429Rate limit exceeded500Internal server error