Country Example
Response Structure
{ "country_id": 105, "country_name": "Ireland", "country_slug": "ireland", "regions": [ { "region_id": 1, "name": "Leinster", "slug": "leinster" }, { "region_id": 2, "name": "Munster", "slug": "munster" }, { "region_id": 3, "name": "Connacht", "slug": "connacht" }, { "region_id": 4, "name": "Ulster", "slug": "ulster" } ], "towns": [ { "id": 123, "name": "Dublin", "slug": "dublin", "hubs": [ { "id": "DUB", "iata": "DUB", "type": "airport", "name": "Dublin Airport" }, { "id": "IEDUB", "type": "cruise port", "name": "Dublin Cruise Port" }, { "id": "1001", "type": "train station", "name": "Heuston Station" }, { "id": "1002", "type": "train station", "name": "Connolly Station" } ] }, { "id": 124, "name": "Galway", "slug": "galway", "hubs": [ { "id": "GWY", "iata": "GWY", "type": "airport", "name": "Galway Airport" } ] }, { "id": 125, "name": "Cork", "slug": "cork", "hubs": [ { "id": "ORK", "iata": "ORK", "type": "airport", "name": "Cork Airport" }, { "id": "IECOB", "type": "cruise port", "name": "Cobh Cruise Terminal" } ] }, { "id": 126, "name": "Killarney", "slug": "killarney", "hubs": [] } ], "sights_attractions": [ { "sa_id": 456, "name": "Cliffs of Moher", "region_id": "2", "town_id": "789", "slug": "cliffs-of-moher", "tags": [ "nature", "scenic", "unesco" ], "child_towns": [] }, { "sa_id": 457, "name": "Ring of Kerry", "region_id": "2", "town_id": "126", "slug": "ring-of-kerry", "tags": [ "nature", "scenic", "driving" ], "child_towns": [] }, { "sa_id": 458, "name": "Guinness Storehouse", "region_id": "1", "town_id": "123", "slug": "guinness-storehouse", "tags": [ "cultural", "food-drink", "museum" ], "child_towns": [] }, { "sa_id": 459, "name": "Book of Kells", "region_id": "1", "town_id": "123", "slug": "book-of-kells", "tags": [ "cultural", "historical", "museum" ], "child_towns": [] } ]}