Sample
{
"id": 0,
"name": "string",
"code": "string",
"country": "string",
"risk_level_id": 0,
"overview": "string",
"arrival": "string",
"getting_around": "string",
"safety": "string",
"health": "string",
"calendar": "string",
"latitude": 0.0,
"longitude": 0.0,
"zoom": 0,
"client_id": 0,
"geometries": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0.0,
0.0
]
]
]
},
"properties": {
"name": "string",
"description": "string"
}
}
]
}
}City report fields
| Field | Format | Example |
|---|---|---|
name | string | City name |
code | string | IATA 3-letter code |
country | string | Two-letter ISO country code |
risk_level_id | integer | One of: 1, 2, 3, 4, 5 |
overview | text | Overview of the city |
arrival | text | Arrival information and guidance |
getting_around | text | Information about local transportation |
safety | text | Safety information and advice |
health | text | Health-related information and recommendations |
calendar | text | Relevant events or dates, such as public holidays |
latitude | string | Latitude coordinate marking the city centre |
longitude | string | Longitude coordinate marking the city centre |
zoom | string | Recommended map zoom level |
client_id | integer | Company ID (for internal Riskline use) |
geometries | object | Collection of geographic features associated with the city report |
geometries.type | string | GeoJSON object type |
geometries.features | array | Array of GeoJSON features representing areas of interest |
geometries.features[].type | string | GeoJSON feature type |
geometries.features[].geometry | object | GeoJSON geometry object containing the shape definition |
geometries.features[].geometry.type | string | Geometry type |
geometries.features[].geometry.coordinates | array | Coordinates defining the geometry |
geometries.features[].properties | object | Metadata describing the geographic feature |
geometries.features[].properties.name | string | Name of the geographic feature or area |
geometries.features[].properties.description | string | Description of the feature and any associated travel or safety information |
Please note that the risk_level for this API is not a string, but an integer (due to historical reasons).

