Get a list of Phenomenon objects. Phenomena have many to many mapping with Observations.

### Available end points:

- `/phenomena/` - Will list all phenomena in the database
- `/phenomena.json` - Will return all phenomena in json format
- `/phenomena/<object_id>/` - Returns phenomena object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `names`
- `terms`


### How to use filters:

`/phenomena/?names__name__contains=sea`

`/phenomena.json?terms__vocabulary=cf_standard_names`

GET /api/v2/phenomona/?format=api&offset=10200
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51157,
    "next": "https://catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=10300",
    "previous": "https://catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=10100",
    "results": [
        {
            "ob_id": 56193,
            "names": [],
            "terms": [
                {
                    "ob_id": 21524,
                    "label": "long_name",
                    "value": "document date 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56194,
            "names": [],
            "terms": [
                {
                    "ob_id": 21525,
                    "label": "long_name",
                    "value": "document date 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56195,
            "names": [],
            "terms": [
                {
                    "ob_id": 21526,
                    "label": "long_name",
                    "value": "document day 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56196,
            "names": [],
            "terms": [
                {
                    "ob_id": 21527,
                    "label": "long_name",
                    "value": "document day 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56197,
            "names": [],
            "terms": [
                {
                    "ob_id": 21528,
                    "label": "long_name",
                    "value": "document month 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56198,
            "names": [],
            "terms": [
                {
                    "ob_id": 21529,
                    "label": "long_name",
                    "value": "document month 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56199,
            "names": [],
            "terms": [
                {
                    "ob_id": 21530,
                    "label": "long_name",
                    "value": "document type",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56200,
            "names": [],
            "terms": [
                {
                    "ob_id": 21531,
                    "label": "long_name",
                    "value": "document year 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56201,
            "names": [],
            "terms": [
                {
                    "ob_id": 21532,
                    "label": "long_name",
                    "value": "document year 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56202,
            "names": [],
            "terms": [
                {
                    "ob_id": 21533,
                    "label": "long_name",
                    "value": "event date 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56203,
            "names": [],
            "terms": [
                {
                    "ob_id": 21534,
                    "label": "long_name",
                    "value": "event date 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56204,
            "names": [],
            "terms": [
                {
                    "ob_id": 21535,
                    "label": "long_name",
                    "value": "event day 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56205,
            "names": [],
            "terms": [
                {
                    "ob_id": 21536,
                    "label": "long_name",
                    "value": "event day 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56206,
            "names": [],
            "terms": [
                {
                    "ob_id": 21537,
                    "label": "long_name",
                    "value": "event month 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56207,
            "names": [],
            "terms": [
                {
                    "ob_id": 21538,
                    "label": "long_name",
                    "value": "event month 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56208,
            "names": [],
            "terms": [
                {
                    "ob_id": 21539,
                    "label": "long_name",
                    "value": "event year 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56209,
            "names": [],
            "terms": [
                {
                    "ob_id": 21540,
                    "label": "long_name",
                    "value": "event year 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56210,
            "names": [],
            "terms": [
                {
                    "ob_id": 21541,
                    "label": "long_name",
                    "value": "impact quotes",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56211,
            "names": [],
            "terms": [
                {
                    "ob_id": 21542,
                    "label": "long_name",
                    "value": "impact summary",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56212,
            "names": [],
            "terms": [
                {
                    "ob_id": 21543,
                    "label": "long_name",
                    "value": "impact type list",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56213,
            "names": [],
            "terms": [
                {
                    "ob_id": 21544,
                    "label": "long_name",
                    "value": "place name",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56214,
            "names": [],
            "terms": [
                {
                    "ob_id": 21545,
                    "label": "long_name",
                    "value": "place type",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56215,
            "names": [],
            "terms": [
                {
                    "ob_id": 21546,
                    "label": "long_name",
                    "value": "places",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56216,
            "names": [],
            "terms": [
                {
                    "ob_id": 21547,
                    "label": "long_name",
                    "value": "response type list",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56217,
            "names": [],
            "terms": [
                {
                    "ob_id": 21548,
                    "label": "long_name",
                    "value": "weather types",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56218,
            "names": [],
            "terms": [
                {
                    "ob_id": 16342,
                    "label": "standard_name",
                    "value": "status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 26474,
                    "label": "long_name",
                    "value": "PTU_status",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26475,
                    "label": "var_id",
                    "value": "PTU_status",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56219,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 155,
                    "label": "var_id",
                    "value": "p",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 7670,
                    "label": "long_name",
                    "value": "air_pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56220,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3730,
                    "label": "var_id",
                    "value": "ta",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6188,
                    "label": "long_name",
                    "value": "air_temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56221,
            "names": [],
            "terms": [
                {
                    "ob_id": 16342,
                    "label": "standard_name",
                    "value": "status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 26467,
                    "label": "long_name",
                    "value": "dropping_status",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26468,
                    "label": "var_id",
                    "value": "dropping",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56222,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3732,
                    "label": "var_id",
                    "value": "ua",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6199,
                    "label": "long_name",
                    "value": "eastward_wind",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56223,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2261,
                    "label": "standard_name",
                    "value": "height",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11812,
                    "label": "var_id",
                    "value": "z",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26473,
                    "label": "long_name",
                    "value": "height_above_mean_sea_level",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56224,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 54,
                    "label": "standard_name",
                    "value": "northward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3733,
                    "label": "var_id",
                    "value": "va",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6207,
                    "label": "long_name",
                    "value": "northward_wind",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56225,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26478,
                    "label": "long_name",
                    "value": "radiosonde_east_distance_since_launch",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26479,
                    "label": "var_id",
                    "value": "east",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56226,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26471,
                    "label": "long_name",
                    "value": "radiosonde_north_distance_since_launch",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26472,
                    "label": "var_id",
                    "value": "north",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56227,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26476,
                    "label": "long_name",
                    "value": "radiosonde_up_distance_since_launch",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26477,
                    "label": "var_id",
                    "value": "up",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56228,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7683,
                    "label": "long_name",
                    "value": "relative_humidity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9490,
                    "label": "var_id",
                    "value": "hur",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56229,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 4277,
                    "label": "var_id",
                    "value": "wind_direction",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7666,
                    "label": "long_name",
                    "value": "wind_from_direction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56230,
            "names": [],
            "terms": [
                {
                    "ob_id": 16342,
                    "label": "standard_name",
                    "value": "status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 26469,
                    "label": "long_name",
                    "value": "wind_interpolated_status",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26470,
                    "label": "var_id",
                    "value": "wind_interp",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56231,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 45,
                    "label": "var_id",
                    "value": "wind_speed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7668,
                    "label": "long_name",
                    "value": "wind_speed",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56232,
            "names": [],
            "terms": [
                {
                    "ob_id": 21698,
                    "label": "long_name",
                    "value": "T",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56233,
            "names": [],
            "terms": [
                {
                    "ob_id": 21699,
                    "label": "long_name",
                    "value": "ns",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56234,
            "names": [],
            "terms": [
                {
                    "ob_id": 21700,
                    "label": "long_name",
                    "value": "K",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56235,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21581,
                    "label": "long_name",
                    "value": "Flag = 1 if data for the measurement mode exists; Flag = 0 if data is dummy only",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21582,
                    "label": "var_id",
                    "value": "MEASUREMENT_MODE_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56236,
            "names": [],
            "terms": [
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3495,
                    "label": "units",
                    "value": "km",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21583,
                    "label": "long_name",
                    "value": "Altitude (km) information for profiles in MIPAS NOMINAL mode",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21669,
                    "label": "var_id",
                    "value": "ALTITUDE_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56237,
            "names": [],
            "terms": [
                {
                    "ob_id": 13088,
                    "label": "units",
                    "value": "km-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21587,
                    "label": "long_name",
                    "value": "Cloud Extinction (km-1) from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21671,
                    "label": "var_id",
                    "value": "CEX_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56238,
            "names": [],
            "terms": [
                {
                    "ob_id": 13088,
                    "label": "units",
                    "value": "km-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21589,
                    "label": "long_name",
                    "value": "Cloud Extinction (km-1) standard deviation from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21672,
                    "label": "var_id",
                    "value": "CEX_SD_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56239,
            "names": [],
            "terms": [
                {
                    "ob_id": 13088,
                    "label": "units",
                    "value": "km-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21591,
                    "label": "long_name",
                    "value": "Cloud Index from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21673,
                    "label": "var_id",
                    "value": "CI_OX_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56240,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5691,
                    "label": "standard_name",
                    "value": "air_temperature_at_cloud_top",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 21593,
                    "label": "long_name",
                    "value": "Cloud Top Temperature (K) from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21674,
                    "label": "var_id",
                    "value": "CTT_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56241,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21595,
                    "label": "long_name",
                    "value": "Cloud Top Temperature (K) standard deviation from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21675,
                    "label": "var_id",
                    "value": "CTT_SD_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56242,
            "names": [],
            "terms": [
                {
                    "ob_id": 3495,
                    "label": "units",
                    "value": "km",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19171,
                    "label": "standard_name",
                    "value": "cloud_top_altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 21597,
                    "label": "long_name",
                    "value": "Cloud Top height (km) from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21676,
                    "label": "var_id",
                    "value": "CTH_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56243,
            "names": [],
            "terms": [
                {
                    "ob_id": 3495,
                    "label": "units",
                    "value": "km",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21599,
                    "label": "long_name",
                    "value": "Cloud Top height (km) standard deviation from Oxford MIPAS retrieval",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21677,
                    "label": "var_id",
                    "value": "CTH_SD_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56244,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21601,
                    "label": "long_name",
                    "value": "Cloud index calculated from bands A,B & D for MIPAS NOMINAL mode",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21678,
                    "label": "var_id",
                    "value": "CI_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56245,
            "names": [],
            "terms": [
                {
                    "ob_id": 3495,
                    "label": "units",
                    "value": "km",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21603,
                    "label": "long_name",
                    "value": "Cloud/Aerosol top height (km) calculated from CI-A MIPAS NOMINAL mode measurements",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21679,
                    "label": "var_id",
                    "value": "CATH_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56246,
            "names": [],
            "terms": [
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13222,
                    "label": "units",
                    "value": "Degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21605,
                    "label": "long_name",
                    "value": "Latitude information for profiles in MIPAS NOMINAL mode",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21680,
                    "label": "var_id",
                    "value": "LATITUDE_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56247,
            "names": [],
            "terms": [
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13222,
                    "label": "units",
                    "value": "Degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21607,
                    "label": "long_name",
                    "value": "Longitude information for profiles in MIPAS NOMINAL mode",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21681,
                    "label": "var_id",
                    "value": "LONGITUDE_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56248,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21614,
                    "label": "long_name",
                    "value": "Timestamp (string) for profiles in MIPAS NOMINAL mode",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21684,
                    "label": "var_id",
                    "value": "TIMESTAMP_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56249,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21616,
                    "label": "long_name",
                    "value": "Uncertainty on cloud index calculated from bands A,B & D for MIPAS NOMINAL mode",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21685,
                    "label": "var_id",
                    "value": "CI_UNC_OR_UTLS2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56250,
            "names": [],
            "terms": [
                {
                    "ob_id": 7401,
                    "label": "var_id",
                    "value": "cld",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7425,
                    "label": "units",
                    "value": "percentage",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9954,
                    "label": "long_name",
                    "value": "cloud cover",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56251,
            "names": [],
            "terms": [
                {
                    "ob_id": 7395,
                    "label": "var_id",
                    "value": "dtr",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9955,
                    "label": "units",
                    "value": "degrees Celsius",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9956,
                    "label": "long_name",
                    "value": "diurnal temperature range",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56252,
            "names": [],
            "terms": [
                {
                    "ob_id": 3632,
                    "label": "units",
                    "value": "days",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7428,
                    "label": "var_id",
                    "value": "frs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9957,
                    "label": "long_name",
                    "value": "ground frost frequency",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56253,
            "names": [],
            "terms": [
                {
                    "ob_id": 7403,
                    "label": "var_id",
                    "value": "tmn",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9955,
                    "label": "units",
                    "value": "degrees Celsius",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9959,
                    "label": "long_name",
                    "value": "near-surface temperature minimum",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56254,
            "names": [],
            "terms": [
                {
                    "ob_id": 7272,
                    "label": "var_id",
                    "value": "tmp",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9955,
                    "label": "units",
                    "value": "degrees Celsius",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9960,
                    "label": "long_name",
                    "value": "near-surface temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56255,
            "names": [],
            "terms": [
                {
                    "ob_id": 6257,
                    "label": "units",
                    "value": "mm/day",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9961,
                    "label": "long_name",
                    "value": "potential evapotranspiration",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9962,
                    "label": "var_id",
                    "value": "pet",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56256,
            "names": [],
            "terms": [
                {
                    "ob_id": 7418,
                    "label": "var_id",
                    "value": "pre",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8393,
                    "label": "long_name",
                    "value": "precipitation",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12507,
                    "label": "units",
                    "value": "mm/month",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56257,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7397,
                    "label": "var_id",
                    "value": "vap",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7424,
                    "label": "long_name",
                    "value": "vapour pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56258,
            "names": [],
            "terms": [
                {
                    "ob_id": 3632,
                    "label": "units",
                    "value": "days",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7434,
                    "label": "var_id",
                    "value": "wet",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9963,
                    "label": "long_name",
                    "value": "wet day frequency",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56259,
            "names": [],
            "terms": [
                {
                    "ob_id": 3632,
                    "label": "units",
                    "value": "days",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5878,
                    "label": "long_name",
                    "value": "Length of average period",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5879,
                    "label": "var_id",
                    "value": "average_DT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56314,
            "names": [],
            "terms": [
                {
                    "ob_id": 21701,
                    "label": "long_name",
                    "value": "Temperature, oC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56315,
            "names": [],
            "terms": [
                {
                    "ob_id": 21707,
                    "label": "long_name",
                    "value": "uncertainty of the temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56316,
            "names": [],
            "terms": [
                {
                    "ob_id": 4424,
                    "label": "standard_name",
                    "value": "rainfall_rate",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 4439,
                    "label": "units",
                    "value": "mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18846,
                    "label": "long_name",
                    "value": "rainfall total - no more than 30 secs of missing data",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56317,
            "names": [],
            "terms": [
                {
                    "ob_id": 10939,
                    "label": "units",
                    "value": "minute",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18850,
                    "label": "long_name",
                    "value": "sunshine duration - no more than 30 secs of missing data",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56318,
            "names": [],
            "terms": [
                {
                    "ob_id": 21578,
                    "label": "long_name",
                    "value": "station level pressure - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56319,
            "names": [],
            "terms": [
                {
                    "ob_id": 7,
                    "label": "units",
                    "value": "degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18834,
                    "label": "standard_name",
                    "value": "wind_to_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 21566,
                    "label": "long_name",
                    "value": "10m wind direction - 5min vector mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56320,
            "names": [],
            "terms": [
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21567,
                    "label": "long_name",
                    "value": "10m wind speed - 5min arithmetic mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56321,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21568,
                    "label": "long_name",
                    "value": "air temperature - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56322,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6754,
                    "label": "standard_name",
                    "value": "cloud_base_altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 21569,
                    "label": "long_name",
                    "value": "cloud base height - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56323,
            "names": [],
            "terms": [
                {
                    "ob_id": 21570,
                    "label": "long_name",
                    "value": "conduction current - 5min mean",
                    "vocabulary": ""
                },
                {
                    "ob_id": 36647,
                    "label": "units",
                    "value": "pA/m2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56324,
            "names": [],
            "terms": [
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21571,
                    "label": "long_name",
                    "value": "direct beam solar irradiance - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56325,
            "names": [],
            "terms": [
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18841,
                    "label": "standard_name",
                    "value": "solar_irradiance",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 21572,
                    "label": "long_name",
                    "value": "global solar irradiance - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56326,
            "names": [],
            "terms": [
                {
                    "ob_id": 21573,
                    "label": "long_name",
                    "value": "negative conductivity - 5min mean",
                    "vocabulary": ""
                },
                {
                    "ob_id": 36648,
                    "label": "units",
                    "value": "fS/m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56327,
            "names": [],
            "terms": [
                {
                    "ob_id": 21574,
                    "label": "long_name",
                    "value": "positive conductivity - 5min mean",
                    "vocabulary": ""
                },
                {
                    "ob_id": 36648,
                    "label": "units",
                    "value": "fS/m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56328,
            "names": [],
            "terms": [
                {
                    "ob_id": 21575,
                    "label": "long_name",
                    "value": "potential gradient - 5min mean",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34373,
                    "label": "units",
                    "value": "V/m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56329,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21577,
                    "label": "long_name",
                    "value": "relative humidity - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56330,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21580,
                    "label": "long_name",
                    "value": "visibility - 5min mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56333,
            "names": [],
            "terms": [
                {
                    "ob_id": 20931,
                    "label": "units",
                    "value": "gram/m3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22082,
                    "label": "long_name",
                    "value": "Absolute Humidity, T-Electric Top",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22083,
                    "label": "var_id",
                    "value": "RHODT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56334,
            "names": [],
            "terms": [
                {
                    "ob_id": 22084,
                    "label": "units",
                    "value": "none",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22085,
                    "label": "long_name",
                    "value": "Aircraft Mach Number Squared",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22086,
                    "label": "var_id",
                    "value": "XMACH2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56335,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15161,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22087,
                    "label": "long_name",
                    "value": "Aircraft True Airspeed, Fuselage",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22088,
                    "label": "var_id",
                    "value": "TASF",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56336,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15161,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22089,
                    "label": "long_name",
                    "value": "Aircraft True Airspeed, Humidity Corrected",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22090,
                    "label": "var_id",
                    "value": "TASHC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56337,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15161,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22091,
                    "label": "long_name",
                    "value": "Aircraft True Airspeed, Radome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22092,
                    "label": "var_id",
                    "value": "TASR",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56338,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15161,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22093,
                    "label": "long_name",
                    "value": "Aircraft True Airspeed, Reference",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22094,
                    "label": "var_id",
                    "value": "TASX",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56339,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22095,
                    "label": "units",
                    "value": "deg_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22096,
                    "label": "long_name",
                    "value": "Ambient Temperature, Deiced HARCO 1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22097,
                    "label": "var_id",
                    "value": "ATFH1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56340,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22095,
                    "label": "units",
                    "value": "deg_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22098,
                    "label": "long_name",
                    "value": "Ambient Temperature, Deiced HARCO 2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22099,
                    "label": "var_id",
                    "value": "ATFH2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56341,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22095,
                    "label": "units",
                    "value": "deg_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22100,
                    "label": "long_name",
                    "value": "Ambient Temperature, Radome Left",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22101,
                    "label": "var_id",
                    "value": "ATRL",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56342,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22095,
                    "label": "units",
                    "value": "deg_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22102,
                    "label": "long_name",
                    "value": "Ambient Temperature, Reference",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22103,
                    "label": "var_id",
                    "value": "ATX",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56343,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7432,
                    "label": "standard_name",
                    "value": "water_vapor_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22104,
                    "label": "long_name",
                    "value": "Ambient Water Vapor Pressure, Reference",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22105,
                    "label": "var_id",
                    "value": "EDPC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56344,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22106,
                    "label": "long_name",
                    "value": "Attack Angle, Radome Diff. Pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22107,
                    "label": "var_id",
                    "value": "AKRD",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56345,
            "names": [],
            "terms": [
                {
                    "ob_id": 22108,
                    "label": "long_name",
                    "value": "CDP Average Transit Time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22109,
                    "label": "var_id",
                    "value": "AVGTRNS_RWI",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56346,
            "names": [],
            "terms": [
                {
                    "ob_id": 4369,
                    "label": "units",
                    "value": "dBZ",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22110,
                    "label": "long_name",
                    "value": "CDP Calculated Reflectivity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22111,
                    "label": "var_id",
                    "value": "DBZD_RWI",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56347,
            "names": [],
            "terms": [
                {
                    "ob_id": 22112,
                    "label": "units",
                    "value": "#/cm3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22113,
                    "label": "long_name",
                    "value": "CDP Concentration (all cells)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22114,
                    "label": "var_id",
                    "value": "CONCD_RWI",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 56348,
            "names": [],
            "terms": [
                {
                    "ob_id": 22112,
                    "label": "units",
                    "value": "#/cm3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22115,
                    "label": "long_name",
                    "value": "CDP Concentration (per cell)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22116,
                    "label": "var_id",
                    "value": "CCDP_RWI",
                    "vocabulary": ""
                }
            ]
        }
    ]
}