Country
Properties
| Property | Type | Description |
|---|
country_id | integer | |
country_name | string | |
country_slug | string | |
regions | array | |
towns | array | |
sights_attractions | array | Points of interest in this country |
Region
Properties
| Property | Type | Description |
|---|
region_id | integer | |
name | string | |
slug | string | |
child_towns | array | Town IDs within this region |
Town
Properties
| Property | Type | Description |
|---|
id | integer | |
name | string | |
slug | string | |
hubs | array | |
child_towns | array | Child town IDs within this town |
Hub
Transportation hub (airport, cruise port, or train station)
Properties
| Property | Type | Description |
|---|
id | string | IATA code for airports, UNLOCODE for cruise ports, numeric ID for train stations |
iata | string | IATA code (airports only) |
type | string | |
name | string | |
SightAttraction
Properties
| Property | Type | Description |
|---|
sa_id | integer | |
name | string | |
region_id | string | |
town_id | string | |
slug | string | |
tags | array | |
child_towns | array | |