AT&T · Example Payload

Network Apis Network Metrics Example

Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Network Metrics Example is an example object payload from AT&T, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

networkGenerationsignalStrengthestimatedDownlinkThroughputestimatedLatencycongestionLevel

Example Payload

Raw ↑
{
  "networkGeneration": "5G",
  "signalStrength": "EXCELLENT",
  "estimatedDownlinkThroughput": 0.5,
  "estimatedLatency": 1,
  "congestionLevel": "LOW"
}