Skip to content

tomorisakura/unofficial-masakapahariini-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Masakapahariini Api ๐Ÿง™ ๐Ÿณ


preview


Food recipes api bahasa Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ build with Cheerio and Node js ๐ŸŒธ

** โš ๏ธ Status** : Maintained ๐Ÿš€ (will be updated with new changes ๐Ÿšง)

Documentation


Field Description
key is a unique key used to access the next endpoint example key : 'resep-sambal-teri-petai'
page load a next of data if want to make pagination in your app
tag is unique key of a article category to hit a detail of article
limit set limit of result note make sure you set limit below of 10

Endpoint Usage


Base Url : https://masak-apa.tomorisakura.vercel.app

Endpoint Usage Example
new recipes /api/recipes -
new recipes by page /api/recipes/:page /api/recipes/1
new recipes limit /api/recipes-length/?limit=size /api/recipes-length/?limit=5
recipes by category /api/category/recipes/:key /api/category/recipes/masakan-hari-raya
recipes category /api/category/recipes -
recipe detail /api/recipe/:key -
search recipes /api/search/?q=parameter /api/search/?q=coto
article categorys /api/category/article -
article by category /api/category/article/:key /api/category/article/makanan-gaya-hidup
article /api/articles/new -
article detail /api/article/:tag/:key /api/article/makanan-gaya-hidup/papeda-dan-masakan-indonesia-timur

Show Case


Credits

Copyright ยฉ 2020 Reski Arianto

Build With ๐Ÿ’™