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 آذار </b><b style=\"background-color: transparent;\">إلى 20 نيسان 2025</b></div>",
"en": ""
},
"daily_parts": []
}
]
]
}Replies with the text forecasts of locations IDs requested
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 آذار </b><b style=\"background-color: transparent;\">إلى 20 نيسان 2025</b></div>",
"en": ""
},
"daily_parts": []
}
]
]
}