Cities

Cities are bound to all objects.

Get Cities

GET https://api.berymo.com/api/common/v1/cities

This endpoint allows you to get all cities.

{
    "supported_cities": [
        {
            "id": 2,
            "name": "Izmir",
            "slug": "izmir",
            "base_price": 5.45,
            "delivery_prices": "{\"items\": [{\"mile\": 10, \"amount\": 5.95},{\"mile\": 15, \"amount\": 7.95},{\"mile\": 20, \"amount\": 9.95},{\"mile\": 25, \"amount\": 11.95}]}",
            "latitude": "38.429217",
            "longitude": "27.162858",
            "county_name": "Izmir",
        }
}

Last updated

Was this helpful?