The Open Radar Data API is ideal for retrieving and integrating radar data into various workflows. Here are some examples:
-
OPERA single site volume radar data:
-
Retrieve single site (Hurum, Norway) radar intensity data (DBZH) in ODIM format for specific time range (2025-10-13T12:10Z/2025-10-13T12:40Z) and elevations lower than 5°:
-
Open ORD API Swagger UI and select: collections/observations/localtions/{location_id}
-
Click to "Try it out" button and set the query parameters:
-
location_id: 0-20000-0-01498 -
parameter-name: leave blank, set it below separately(standard_name:level::) -
datetime: 2025-10-13T12:10Z/2025-10-13T12:40Z -
standard_name: DBZH -
level: ../5.0 -
format: ODIM -
method: scan -
durationis blank -
Click the Execution button and the response available. See the
curlexample the request url and the response below -
Direct meteogate query link:
https://api.meteogate.eu/ord/edr/collections/observations/locations/0-20000-0-01498?datetime=2025-10-13T12%3A10Z%2F2025-10-13T12%3A40Z&f=CoverageJSON&level=..%2F5.0&format=ODIMNote: Update the datetime field within this URL.
-
Using aws tool
Check the file existing in the S3 bucket:
aws s3 ls s3://openradar-24h/2025/10/13/NO/nohur/PVOL/ --endpoint-url https://s3.waw3-1.cloudferro.com/ --no-sign-request
Check the daily OPERA data in the S3 bucket:
aws s3 ls s3://openradar-24h/2025/10/16/OPERA/COMP/ --endpoint-url https://s3.waw3-1.cloudferro.com/ --no-sign-request
Copy file to new_local_filename.h5:
aws s3 cp s3://openradar-24h/2025/10/16/OPERA/COMP/OPERA@20251016T0220@0@DBZH.h5 ./new_local_filename.h5 --endpoint-url https://s3.waw3-1.cloudferro.com/ --no-sign-request
-
radar_meta(ODIM attributes) section is below the links:
"metocean:wigosId": "0-20000-0-01498", "metocean:platform_name": "[nohur]", "metocean:format": "ODIM", "metocean:radar_meta": { "object": "PVOL", "elangle": 1, "nbins": 960, "rstart": 0, "rscale": 250, "nrays": 360, "a1gate": 338, "product": "SCAN", "beamwH": 0.95 }
-
If no data for the specified query the response is 204.
-
-
Query Radial velocity volumes:
standard_name: VRADH
-
Retrieve all Dutch data.
location_id: 0-20010-*-nl*
-
-
OPERA composite products:
-
Fetch composite product from OPERA production
standard_name: RATE or ACRR or DBZH
-
OPERA products:
location_id: 0-*-*-OPERA
-
Query ODIM format:
format: ODIM
-
Composite:
method: comp
-
-
Select observation items:
- Retrieve German sites from boundary box area (-5.5,18.0,72.0,82.1) where raw radar reflectivity data (TH) is available in ODIM format for specific time range (2025-10-13T12:10Z/2025-10-13T12:40Z):
- Open ORD API and select: collections/observations/items
- Click to "Try it out" button and set the query parameters:
bbox: -5.5,18.0,72.0,82.1datetime: 2025-10-13T12:10Z/2025-10-13T12:40Zid: leave blankparameter-name: leave blank, set it below separately (standard_name:level::)naming_authority: de.dwdinstitution,platform: leave blankstandard_name: THunit,instrument,level: leave blankformat: ODIM,method: scanperiod,f: leave blank Result
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 9.694533, 52.460083 ] }, "properties": { "summary": "Radar data from OPERA network.", "license": "https://creativecommons.org/licenses/by/4.0/", "naming_authority": "de.dwd", "platform": "0-20000-0-10339", "platform_name": "[dehnr]", "standard_name": "TH", "unit": "%", "level": 0.5, "period": "PT30S", "parameter_name": "TH:0.5:point:PT30S", "timeseries_id": "07ea52bf21af5399cbc165982559d2ea", "radar_meta": { "object": "SCAN", "elangle": 0.4998779296875, "nbins": 720, "rstart": 0, "rscale": 250, "nrays": 360, "a1gate": 100, "product": "SCAN", "frequency": 5641692508.103789, "beamwH": 0.9, "beamwV": 0.9 }, "format": "ODIM", "platform_vocabulary": "https://oscar.wmo.int/surface/rest/api/search/station?wigosId=0-20000-0-10339", "method": "scan", "data": "https://radar.meteogate.eu/api/collectionscollections/observations/locations/0-20000-0-10339?=parameter-name=TH:0.5:point:PT30S" }, "id": "07ea52bf21af5399cbc165982559d2ea" }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 6.967111, 51.405649 ] }, "properties": { "summary": "Radar data from OPERA network.", "license": "https://creativecommons.org/licenses/by/4.0/", "naming_authority": "de.dwd", "platform": "0-20000-0-10410", "platform_name": "[deess]", "standard_name": "TH", "unit": "%", "level": 0.5, "period": "PT30S", "parameter_name": "TH:0.5:point:PT30S", "timeseries_id": "126aad398d3e52c3151a5cc5f7a0ffb2", "radar_meta": { "object": "SCAN", "elangle": 0.4998779296875, "nbins": 720, "rstart": 0, "rscale": 250, "nrays": 360, "a1gate": 100, "product": "SCAN", "frequency": 5606682004.950664, "beamwH": 0.9, "beamwV": 0.9 }, "format": "ODIM", "platform_vocabulary": "https://oscar.wmo.int/surface/rest/api/search/station?wigosId=0-20000-0-10410", "method": "scan", "data": "https://radar.meteogate.eu/api/collectionscollections/observations/locations/0-20000-0-10410?=parameter-name=TH:0.5:point:PT30S" }, "id": "126aad398d3e52c3151a5cc5f7a0ffb2" },... ]... }
- Retrieve German sites from boundary box area (-5.5,18.0,72.0,82.1) where raw radar reflectivity data (TH) is available in ODIM format for specific time range (2025-10-13T12:10Z/2025-10-13T12:40Z):



