Public partner view: aggregated global meteorological observations (KNMI, BUFR ground, BUFR ship, AMDAR, NOAA METAR, NDBC, MVB, BSH, Copernicus Marine, radiosonde, earthquake catalog).
No parameters needed.
| Property | Type | Description | |
|---|---|---|---|
sources | array | A list of observational data sources, each with a unique identifier and a descriptive name. | minItems: 1 |
└─id | string | A unique identifier for the observation source. | |
└─name | string | A descriptive name of the observation source. |
curl "https://api.infoplaza.dev/v1/observations/info? \
api_key=$INFOPLAZA_API_KEY"{
"sources": [
{
"id": "amdar",
"name": "AMDAR (aircraft) observations"
},
{
"id": "bsh",
"name": "BSH (Pegel Online) German coastal observations"
},
{
"id": "bsh-wave",
"name": "BSH Wave (MARNET/FINO/RAVE) observations"
},
{
"id": "bufr-ground",
"name": "BUFR ground observations"
},
{
"id": "bufr-ship",
"name": "BUFR ship observations"
},
{
"id": "copernicus-marine",
"name": "Copernicus Marine in-situ observations"
},
{
"id": "knmi10min",
"name": "KNMI 10-minute observations"
},
{
"id": "earthquake",
"name": "KNMI Earthquake Catalog observations"
},
{
"id": "mvb",
"name": "MVB (Meetnet Vlaamse Banken) Belgian coastal observations"
},
{
"id": "ndbc",
"name": "NDBC (NOAA National Data Buoy Center) observations"
},
{
"id": "rws",
"name": "RWS observations"
},
{
"id": "wavenet",
"name": "WaveNet (Cefas) UK coastal wave observations"
}
]
}