WorldFood.Guide provides free API interface for its more important information listed below.
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
},
]
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"
},
]
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"
},
]
Sample:
[
{
"dish_name": "Dish Name",
"location": "http://worldfoodguide/media/dishes/dish_name_45.jpg",
"datetime": "2018-05-01T - 12:56:32",
"uploaded_by": "username"
},
]