Skip to main content
GET
/
statuses
Get weather statuses
curl --request GET \
  --url http://pinpoint.devops.arabiaweather.com/statuses
{
  "01d": {
    "en": "Clear sky",
    "ar": "صافٍ",
    "needs_taqs_prefix": true
  },
  "01n": {
    "en": "Clear sky",
    "ar": "صافٍ",
    "needs_taqs_prefix": true
  },
  "02d": {
    "en": "Partly cloudy",
    "ar": "غائم جزئياً",
    "needs_taqs_prefix": true
  }
}

Query Parameters

extras
string

Extra status data to include (e.g., 'needs_taqs_prefix')

Response

200 - application/json

Weather statuses data

{key}
object