---
title: "List network coverage locations"
method: GET
path: "/network_coverage"
tags: ["Coverage"]
---

# List network coverage locations

`GET /network_coverage`

List all locations and the interfaces that region supports

## Query parameters

- `filters` object
  - `available_services` union
    - 'cloud_vpn' | 'private_wireless_gateway' | 'virtual_cross_connect'
    - object — Available service filtering operations
      - `contains` 'cloud_vpn' | 'private_wireless_gateway' | 'virtual_cross_connect'
- `filter` object
  - `location.region` string — The region of associated location to filter on.
  - `location.site` string — The site of associated location to filter on.
  - `location.pop` string — The POP of associated location to filter on.
  - `location.code` string — The code of associated location to filter on.
- `page[number]` integer
- `page[size]` integer

## Response `200`

Successful response

- object
  - `data` NetworkCoverage[]
    - `record_type` string — Identifies the type of the resource.
    - `location` NetappsLocation
      - `region` string — Identifies the geographical region of location.
      - `site` string — Site of location.
      - `pop` string — Point of presence of location.
      - `code` string — Location code.
      - `name` string — Human readable name of location.
    - `available_services` AvailableService[] — List of interface types supported in this region.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `422` — Unexpected error
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
