OGWUGO API DOCUMENTATION

  1. Home
  2. Docs
  3. OGWUGO API DOCUMENTATION
  4. Ogwugo Food
  5. Restaurants in Location

Restaurants in Location

Restaurants in Location

Header Authorization: required.

Header Authentication : not required.

 

PATH

[GET]   /restaurant/list/location/{location_id} 
[GET]   /restaurant/featured/list/location/{location_id} 
[GET]   /restaurant/list/featured 

PARAMETERS:

RESPONSE:

{
    "data": [
        {
            "id": 14,
            "logo_url": "UPLOADS/stores/images/1499441676_logo_Store-Logos-Onyx.png",
            "url": "onyxapparel",
            "name": "Oyenx Apparel",
            "banner_url": "UPLOADS/stores/images/1497536183_banner_onyxx-store2.jpg",
            "city": "Enugu",
            "opening_time": null,
            "address": "6 Ngwu Aneke Crescent Emene",
            "store_type": "Manufacturer"
        },
        {
            "id": 15,
            "logo_url": "UPLOADS/stores/images/1505317373_logo_Store-Logos-ntachi3.png",
            "url": "ntachiosa",
            "name": "Ntachi Osa",
            "banner_url": "UPLOADS/stores/images/1505399494_banner_Ntachi-Osa4.jpg",
            "city": "Enugu",
            "opening_time": null,
            "address": "New Haven Junction",
            "store_type": "Manufacturer"
        }
    ],
    "status": "success",
    "message": "Restaurants listed",
    "error": {
        "detail": "all restaurants listed",
        "code": "200"
    }
}
Was this article helpful to you? Yes No

How can we help?