Returns aggregate capacity statistics for the operator’s jurisdiction. Includes total counts (open, closed, unknown), recent wait-time reporting coverage, mean wait across reporting providers, the under-pressure count, and the distribution of reporting providers across three pressure bands. Pressure-band thresholds are resolved from the operator override, then the jurisdiction default, then the platform fallback, and surfaced in `pressureBands` so consumers can render dynamic labels even when an org overrides the bands. Counts and means are computed against the same providers + schedules pipeline that backs the list endpoint, so the "open now" total matches what the list shows.
Response
Network-wide capacity statistics.
totaldouble
Total providers in the operator’s jurisdiction.
openCountdouble
Providers open right now.
closedCountdouble
Providers closed right now.
unknownCountdouble
Providers whose open status cannot be determined from current data.
reportingCountdouble
Providers with at least one wait-time report in the freshness window.
avgWaitMinutesobject or null
Mean of reporting providers’ median wait, in minutes. Null when no provider reports.
underPressureCountdouble
Reporting providers whose median wait is at or above the high-pressure threshold.
waitDistributionobject
Distribution of reporting providers across the three pressure bands plus a no-data bucket.
pressureBandsobject
Resolved pressure-band thresholds. Sourced from the org override, the jurisdiction default, or the platform fallback in that precedence.