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
}
}Replies with a JSON object containing statuses data including id, arabic and english description
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
}
}