Skip to contents

NBM's API:

paste0("https://broadbandmap.fcc.gov/nbm/",
       "map/api/national_map_process/nbm_get_data_download/")

Usage

get_nbm_available(
  get_data_url = paste0("https://broadbandmap.fcc.gov/nbm/map/",
    "api/national_map_process/nbm_get_data_download/"),
  user_agent = the$user_agent
)

Arguments

get_data_url

a string providing NBM filing API.

user_agent

a string set up by default

Value

A data frame.

Examples

nbm_data <- get_nbm_available()
head(nbm_data)
#>       id       release       data_type technology_code state_fips provider_id
#> 1 785375 June 30, 2023 Fixed Broadband               0         01        <NA>
#> 2 785376 June 30, 2023 Fixed Broadband               0         04        <NA>
#> 3 785377 June 30, 2023 Fixed Broadband               0         06        <NA>
#> 4 785378 June 30, 2023 Fixed Broadband               0         12        <NA>
#> 5 785379 June 30, 2023 Fixed Broadband               0         17        <NA>
#> 6 785380 June 30, 2023 Fixed Broadband               0         18        <NA>
#>                                    file_name file_type data_category
#> 1 bdc_01_Other_fixed_broadband_J23_01nov2024       csv    Nationwide
#> 2 bdc_04_Other_fixed_broadband_J23_01nov2024       csv    Nationwide
#> 3 bdc_06_Other_fixed_broadband_J23_01nov2024       csv    Nationwide
#> 4 bdc_12_Other_fixed_broadband_J23_01nov2024       csv    Nationwide
#> 5 bdc_17_Other_fixed_broadband_J23_01nov2024       csv    Nationwide
#> 6 bdc_18_Other_fixed_broadband_J23_01nov2024       csv    Nationwide