Ghana Food Recipe Api
Ghana has a rich culture of food,with 1000s of food recipes. This api will enable both local and international developers build apps tailored around this rich culture of food or for developers building recipe apps specific to countries.More recipe to be added. Contact the developer if you love to help.
Ghana Food Recipe Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Foods | ||
| GET |
Get all food /food-names/ |
This endpoint gets all Ghanaian food along with ingredients and a short description. Each page supplies 5 payload, use the parameter ?page=(page number) to access other pages.… |
| GET |
Get food by ID /food-name/{id} |
This endpoint gets food by ID. |
| GET |
Search Food /search-food/{key} |
This endpoint uses regex to search for specific food using lowercase,uppercase,single letter, multiple letter. |
| GET |
Search Ingredient /search-ingred/{key} |
This endpoint uses regex to search for specific food by ingredient. |
| GET |
Search Description /search-desc/{key} |
This endpoint uses regex to search for specific food using text description. |
| Local Drinks | ||
| GET |
Drinks /drinks |
This endpoint gets all local drinks,image,ingredient and preparation. |
| GET |
Drink by Id /drink/{id} |
Get Specific drink recipe by ID |
| GET |
Search Drink by Name /search-drink/{key} |
Endpoint allows you to search local drink by name |
| GET |
Search Drink by Ingredient /search-ingredient/{key} |
Endpoint searches drink by ingredient. |
| Recipe | ||
| GET |
Get Recipe by ID /recipe/{id} |
This endpoint gets specific recipe by id |
| GET |
Search Recipe by Name /recipe-name/{key} |
This endpoint searches recipe by name |
| GET |
Search Recipe by Ingredient /recipe-ingredient/{key} |
This endpoint searches recipe by ingredient |
| GET |
Get all Recipe /recipes |
This endpoint gets all food recipes. |
Ghana Food Recipe Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $3 / month | 10 / second |
|
| ULTRA | $8 / month | 200 / second |
|
| MEGA | $18 / month | — |
|