Clima en República Dominicana

{
    "message": [
        "lat must not be greater than 90",
        "lat must not be less than -90",
        "lon must not be greater than 180",
        "lon must not be less than -180",
        "model must be one of the following values: arome, iconEu, gfs, gfsWave, namConus, namHawaii, namAlaska, cams",
        "each value in levels must be one of the following values: surface, 1000h, 950h, 925h, 900h, 850h, 800h, 700h, 600h, 500h, 400h, 300h, 200h, 150h",
        "levels must be an array",
        "Invalid parameters provided. No model provided.",
        "key must be a string"
    ],
    "error": "Bad Request",
    "statusCode": 400
}
{ "message": [ "lat must not be greater than 90", "lat must not be less than -90", "lon must not be greater than 180", "lon must not be less than -180", "model must be one of the following values: arome, iconEu, gfs, gfsWave, namConus, namHawaii, namAlaska, cams", "each value in levels must be one of the following values: surface, 1000h, 950h, 925h, 900h, 850h, 800h, 700h, 600h, 500h, 400h, 300h, 200h, 150h", "levels must be an array", "Invalid parameters provided. No model provided.", "key must be a string" ], "error": "Bad Request", "statusCode": 400 }