World Food Guide API

WorldFood.Guide provides free API interface for its more important information listed below.

Cuisines

Sample:


[
    {
        "name": "Cuisine Name",
        "othernames": "Alternative name 1, Alternative name 2",
        "territory": "Territory",
        "description": "Description of the cuisine,
        "uri": "http://worldfoodguide/cuisine/cuisine_name",
        "dishes_count": 50,
        "pictures_count": 30
    },
]


		

Dishes

Sample:


[
    {
        "name": "Dish Name",
        "othernames": "Alternative name 1, Alternative name 2",
        "ingredients": "ingredient, ingredient, ingredient",
        "description": "Description of the dish",
        "uri": "http://worldfoodguide/dish/dish_name"
    },
]


		

List of Dishes

Sample:


[
    {
        "name": "Name of the list",
        "description": "Description of the list",
        "uri": "http://worldfoodguide/list/name_of_the_list",
        "created": "2019-03-18T - 06:22:42"
    },
]



Dishes Photos

Sample:


[
    {
        "dish_name": "Dish Name",
        "location": "http://worldfoodguide/media/dishes/dish_name_45.jpg",
        "datetime": "2018-05-01T - 12:56:32",
        "uploaded_by": "username"
    },
]