Noise import client

API key:

Request


Response

API endpoint

https://api.cloudrf.com/noise/create

Parameters

ValueDescription
latitudeDecimal degrees WGS84. Range: -90 to 90
longitudeDecimal degrees WGS84. Range: -180 to 180
frequencyFrequency in MHz. Range: 2 to 90,000MHz
noiseMeasurement as dBm. Range: -150 to -40dBm

CURL example

    curl -d '{"latitude":"50.1234", "longitude":-2.1234, "frequency": 446, "noise": -99}' -H "Content-Type: application/json" -X POST https://api.cloudrf.com/noise/create
 

Notes

Noise data is private to your account only.
Duplicate values for the same location(s) will prioritise the latest data.
Ensure your data matches the frequencies you are planning with.