This API provides an interface to fetch all cities where AyMakan ship. This is a public API and does not require API token.
Also, the complete list of cities can be downloaded by clicking on below link.
This API only accepts GET requests.
https://dev-api.aymakan.com.sa/v2/cities
https://api.aymakan.net/v2/cities
The following headers should be sent along with the request
Upon successful request, the following response will be sent back with an HTTP status 200 OK.
{
  "success": true,
    "data": {
      "cities": [
        {
          "city_en": "Riyadh",
          "city_ar": "الرياض"
        },
        {
          "city_en": "Khobar",
          "city_ar": "الخبر"
        },
        ...
        ...
      ]
    }
}