Firsty

Search...

Search...

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.

get/catalog/coverage/{regionCode}

Authorization

Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works

Path parameters

regionCodestringrequired

ISO 3166-1 alpha-2 region code (e.g., "US", "DE", "JP")

Responses

200List of supported networks in the regionapplication/json
Show response body
dataobjectrequired
Show properties
countryCodestringrequired

ISO 3166-1 alpha-2 region code

countryCodeAlpha3string | null

ISO 3166-1 alpha-3 region code. Null for special regions like Global.

namestringrequired

Region name

networksarray of Networkrequired

List of supported telecom networks in this region

Show properties
namestringrequired

Network operator name

mccstringrequired

Mobile Country Code

mncstringrequired

Mobile Network Code

technologiesarray of string

Supported network technologies

Options2G3G4G5G
coverageTypestring

Type of coverage arrangement

Optionsnativeroaming
404Region not found or not supportedapplication/json
Show response body
typestring · urirequired

URI reference to error documentation

titlestringrequired

Short, consistent error summary

statusintegerrequired

HTTP status code

detailstringrequired

Human-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