An unofficial API from Masakapahariini. I made this API using the scrapping method with the help of the cheerio library. Hopefully it can help you to develop food recipes applications π.
STATUS
β οΈ : π»On Development!
https://masakapahariini-api.vercel.app/
/api/v1/recipes| Method | Type | Description |
|---|---|---|
GET |
string |
Get list new recipes |
/api/v1/recipes/:idex: /api/v1/recipes/2
| Method | Type | Description |
|---|---|---|
GET |
string |
Get recipes by page |
/api/v1/recipe/:slugex: /api/v1/recipes/2
| Method | Type | Description |
|---|---|---|
GET |
string |
Get recipes detail |