{
    "results": 1,
    "data": [
        {
            "icao": "LTBA",
            "timestamp": {
                "issued": "13-05-2018 @ 10:40Z",
                "bulletin": "13-05-2018 @ 11:00Z",
                "valid_from": "13-05-2018 @ 12:00Z",
                "valid_to": "14-05-2018 @ 18:00Z"
            },
            "raw_text": "TAF LTBA 131040Z 1312\/1418 22008KT 9999 FEW040 BECMG 1312\/1316 03010KT CAVOK BECMG 1403\/1407 22008KT",
            "forecast": [
                {
                    "timestamp": {
                        "forecast_from": "13-05-2018 @ 12:00Z",
                        "forecast_to": "14-05-2018 @ 18:00Z"
                    },
                    "clouds": [
                        {
                            "code": "FEW",
                            "text": "Few",
                            "base_feet_agl": 4000,
                            "base_meters_agl": 1219.2
                        }
                    ],
                    "visibility": {
                        "miles": "Greater than 6",
                        "meters": "10,000+"
                    },
                    "wind": {
                        "degrees": 220,
                        "speed_kts": 8,
                        "speed_mph": 9,
                        "speed_mps": 4
                    }
                },
                {
                    "timestamp": {
                        "forecast_from": "13-05-2018 @ 12:00Z",
                        "forecast_to": "14-05-2018 @ 03:00Z"
                    },
                    "change_indicator": "Becoming",
                    "clouds": [
                        {
                            "code": "NSC",
                            "text": "No significant clouds",
                            "base_feet_agl": 0,
                            "base_meters_agl": 0
                        }
                    ],
                    "conditions": [
                        {
                            "code": "NS",
                            "text": ""
                        },
                        {
                            "code": "W",
                            "text": ""
                        }
                    ],
                    "time_becoming": "2018-05-13T16:00:00Z",
                    "visibility": {
                        "miles": "Greater than 6",
                        "meters": "10,000+"
                    },
                    "wind": {
                        "degrees": 30,
                        "speed_kts": 10,
                        "speed_mph": 12,
                        "speed_mps": 5
                    }
                },
                {
                    "timestamp": {
                        "forecast_from": "14-05-2018 @ 03:00Z",
                        "forecast_to": "14-05-2018 @ 18:00Z"
                    },
                    "change_indicator": "Becoming",
                    "clouds": [
                        {
                            "code": "NSC",
                            "text": "No significant clouds",
                            "base_feet_agl": 0,
                            "base_meters_agl": 0
                        }
                    ],
                    "conditions": [
                        {
                            "code": "NS",
                            "text": ""
                        },
                        {
                            "code": "W",
                            "text": ""
                        }
                    ],
                    "time_becoming": "2018-05-14T07:00:00Z",
                    "visibility": {
                        "miles": "Greater than 6",
                        "meters": "10,000+"
                    },
                    "wind": {
                        "degrees": 220,
                        "speed_kts": 8,
                        "speed_mph": 9,
                        "speed_mps": 4
                    }
                }
            ]
        }
    ]
}