1. Get Home
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET
S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Home get_home Yes Value is not mandatory but field name (keyname) is required --
2 API Key api_key Yes Contact Administrator or check the inside app --

2. Get Recent Recipes
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Recent Recipes get_recent_recipes Yes -- --
2 API Key api_key Yes -- --
3 Filter filter Yes -- --
4 Count count Yes -- --
5 Page page Yes -- --

3. Get Recipe Detail
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Recipe Detail get_recipe_detail Yes -- --
2 Recipe ID id Yes -- --

4. Get All Categories
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get All Categories get_category_index Yes -- --
2 API Key api_key Yes -- --

5. Get Category Posts
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Category Posts get_category_posts Yes -- --
2 API Key api_key Yes -- --
3 Category ID id Yes -- --
4 Filter filter Yes -- --
5 Count count Yes -- --
6 Page page Yes -- --

6. Get Search Results
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Search Results get_search_results Yes -- --
2 API Key api_key Yes -- --
3 Search search Yes -- --
4 Count count Yes -- --
5 Page page Yes -- --

7. Get Search Results RTL
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Search Results RTL get_search_results_rtl Yes -- --
2 API Key api_key Yes -- --
3 Search search Yes -- --
4 Count count Yes -- --
5 Page page Yes -- --

8. Get Ads
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Ads get_ads Yes -- --
2 API Key api_key Yes -- --

9. Get Settings
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get Settings get_settings Yes -- --
2 API Key api_key Yes -- --

10. Get User Token
URL: https://skyraanapps.com/recipe/v1/YourRecipesApp/admin_panel/api/api.php
Method: GET

S.No Label Name Value Variable Name Mandatory Note Sample Value
1 Get User Token get_user_token Yes -- --
2 User Unique Id user_unique_id Yes -- --