Ofcom · Arazzo Workflow
Ofcom postcode connectivity profile
Version 1.0.0
Build a complete connectivity picture for one UK postcode by calling both Ofcom Connected Nations APIs — fixed broadband availability and mobile coverage across all four UK operators — and joining the two premises-level result sets on UPRN. Ofcom exposes no combined operation, so this stitching is the consumer's job; this workflow is that job written down. Each API needs its own approved Azure APIM subscription key.
View Spec
View on GitHub
TelecommunicationsUnited KingdomRegulatorBroadbandMobile Network CoverageSpectrumOpen DataConnected NationsArazzoWorkflows
Provider
Workflows
postcode-connectivity-profile
Fetch fixed and mobile coverage for a UK postcode and join on UPRN.
Two independent read-only lookups against the same postcode. Both are safe to retry; neither has a request body or any parameter other than the postcode.
1
fixed-coverage
$sourceDescriptions.broadband.CoverageByPostCodeGet
Predicted fixed broadband availability for every premises in the postcode. Speed fields use -1 as the "no prediction available" sentinel.
2
mobile-coverage
$sourceDescriptions.mobile.CoverageByPostCodeGet
Predicted mobile coverage for the same postcode across EE, H3 (Three), TF (Virgin Media O2) and VO (Vodafone). Note this API returns an ARRAY of postcode envelopes, unlike the broadband API.
Source API Descriptions
openapi