Spectrum KPI Analytics and Reporting API

The analytics and reporting service behind the Spectrum Controller, called by the web application as both ANALYTICS_BASE_URL and REPORTING_BASE_URL. It backs the spectrum analytics, network visualization and reporting across time, geography and FCC ID that the Services Definition describes. Undocumented publicly; anonymous requests return HTTP 403 MissingAuthenticationTokenException.

API entry from apis.yml

apis.yml Raw ↑
aid: federated-wireless:spectrum-kpi-api
name: Spectrum KPI Analytics and Reporting API
description: The analytics and reporting service behind the Spectrum Controller, called by the web application
  as both ANALYTICS_BASE_URL and REPORTING_BASE_URL. It backs the spectrum analytics, network visualization
  and reporting across time, geography and FCC ID that the Services Definition describes. Undocumented
  publicly; anonymous requests return HTTP 403 MissingAuthenticationTokenException.
humanURL: https://federatedwireless.ai/services-definition/
baseURL: https://spectrum-kpi.federatedwireless.com/v2.0
tags:
- Analytics
- Reporting
- KPI
properties:
- type: Authentication
  url: authentication/federated-wireless-authentication.yml
x-evidence:
  base_url_source: https://spectrum.federatedwireless.com/configuration.js
  base_url_note: Read verbatim from ANALYTICS_BASE_URL / REPORTING_BASE_URL in the provider's own public
    SPA configuration file. Both point at the same host and version.
  http_status: 403
  error_type: MissingAuthenticationTokenException
  fetched: '2026-08-12'