Consumer Broadband Test Method Call

Description
This API returns the Consumer Broadband Test speed test statistics for a US County given the passed Latitude and Longitude. The statistics are grouped into wireline and wireless and are the number of tests, average download speed, average upload speed, maximum download speed and maximum upload speed. This data is calculated nightly and includes all tests to date performed through the consumer broadband test.
API URL
http://data.fcc.gov/api/speedtest/find?latitude=[latitude]&longitude=[longitude]
Example Request
http://data.fcc.gov/api/speedtest/find?latitude=38.0&longitude=-77.5
Parameter Type Description
latitude required double

Latitude of a location.

longitude required double

Longitude of a location.

format optional string

Format for the returned results.

Valid values: XML (default), JSON, JSONP