Retrieves a comprehensive list of FCC service providers and their supplemental brands. This endpoint provides access to the complete database of Internet service providers that are tracked by the FCC and used by Hum for service availability lookups.
The response includes both primary FCC providers and their supplemental brands:
fcc_provider: Primary FCC-registered service providersupplemental_brand: Supplemental brand that inherits coverage from parent providerProviders are ordered by total residential units (largest first) with supplemental brands immediately following their parent provider in the list.
{
"providers": [
{
"id": "130403",
"name": "T-Mobile",
"fcc_name": "T-Mobile USA, Inc.",
"total_residential_units": 97951103,
"type": "fcc_provider"
},
{
"id": "130077",
"name": "AT&T",
"fcc_name": "AT&T Inc.",
"total_residential_units": 80864481,
"type": "fcc_provider"
},
{
"id": "130317",
"name": "Xfinity",
"fcc_name": "Comcast Corporation",
"total_residential_units": 57287455,
"type": "fcc_provider"
},
{
"id": "130317-1",
"name": "Now XFinity",
"fcc_name": "Comcast Corporation",
"total_residential_units": 57287455,
"type": "supplemental_brand"
},
{
"id": "131425",
"name": "Verizon",
"fcc_name": "Verizon Communications Inc.",
"total_residential_units": 50554772,
"type": "fcc_provider"
}
]
}
Bearer token authentication using JWT tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact [email protected] for access.
Service providers retrieved successfully
Array of service providers and their supplemental brands