Find Closest NexRad - Request

https://sonicweather.com/API/findRadar.php?lat=[latitude]&long=[longitude]&key=[SonicWeather key]

Request Parameters

latitude - required
The latitude of the radar search
longitude - required
The longitude of the radar search
key - required
Your SonicWeather secret key. Your secret key must be kept secret. Do not embed it in JavaScript source code that you transmit to clients.

Sample Request

https://sonicweather.com/API/findRadar.php?lat=40&long=-74&key=abcdefghijklmnop

(
    [sonic] => Array
        (
            [key] => abcdefghijklmnop
        )

    [radar] => Array
        (
            [lat] => 39.94694
            [long] => -74.41111
            [id] => KDIX
        )

)
									

Response Format

key - Your secret key
lat - The latitude of the radar
long - The longitude of the radar
id - The 4 character ID of the NexRad closest to the input lat/long