{
  "advisory": {
    "id": 0,
    "title": "string",
    "text": "string",
    "end_date": "string",
    "risk_level": {
      "id": "string",
      "name": "string"
    },
    "countries": [
      {
        "iso_code": "string",
        "name": "string"
      }
    ],
    "revision": {
      "version": "string",
      "text": "string",
      "last_update": "string"
    }
  },
  "meta": {
    "geojson_file": "string",
    "country_geometry_file": "string",
    "language": "string"
  }
}| Field | Format | Example | Possible values | Explanation | 
|---|---|---|---|
| id | integer | 35762 | |
| title | string | Yangtze River flood risk in Hubei, Hunan and Jiangxi provinces | |
| text | string | Exercise caution for travel to areas along the Yangtze River... | |
| end_date | string | 2024-11-01 | 
risk_level
| Field | Format | Example | Possible values | Explanation | 
|---|---|---|---|
| id | string | 3 | 1 to 5 | 
| name | string | Medium | Low, Moderate, Medium, High or Extreme | 
countries
| Field | Format | Example | Possible values | Explanation | 
|---|---|---|---|
| iso_code | string | CN | 2-letter ISO code | 
| name | string | China | 
revision
| Field | Format | Example | Possible values | Explanation | 
|---|---|---|---|
| version | string | 2 | |
| text | string | The Situation section was updated for ... | |
| last_update | string | 2025-10-20T23:01:55Z | 
meta
| Field | Format | Example | Possible values | Explanation | 
|---|---|---|---|
| geojson_file | string | https://... | contains links for the area affected by the Advisory | 
| country_geometry_file | string | https://... | contains links for the country/countries geometries. | 
| language | string | de, en, es, fr, it, ja, pt | 
