Skip to main content
POST
/
text
Get text forecasts for multiple locations
curl --request POST \
  --url http://pinpoint.devops.arabiaweather.com/text \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "locations": [
    [
      {
        "level": "info",
        "created_at": 1742568212,
        "category": "consumer/long_term_status",
        "text": {
          "ar": "<div><b>التوقعات الجوية من 21 آذار&nbsp;</b><b style=\"background-color: transparent;\">إلى 20 نيسان 2025</b></div>",
          "en": ""
        },
        "daily_parts": []
      }
    ]
  ]
}

Body

application/json

The body is of type object.

Response

Text forecast data for multiple locations

{key}
object