Skip to main content
GET
/
text
/
{id}
Get text forecasts
curl --request GET \
  --url http://pinpoint.devops.arabiaweather.com/text/{id}
{
  "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": []
      }
    ]
  ]
}

Path Parameters

id
string
required

Location ID or comma-separated list of location IDs

Response

Text forecast data

{key}
object