v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Carriers

List carriers with pagination

get/carriers

Query parameters

pageinteger

Page number

Page number

pageSizeinteger

Items per page

Items per page

countrystring

Filter by country name

Filter by country name

countryISOstring

Filter by country ISO code

Filter by country ISO code

orderBy'id' | 'mcc' | 'mnc' | 'operator' | 'country' | 'country_iso'

Field to order by

Field to order by

orderDir'asc' | 'desc'

Order direction

Order direction

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/ResponseCarrier.json",
  "items": [
    {
      "$schema": "https://example.com/schemas/Carrier.json"
    }
  ]
}