An Open API containing all information regarding student licenses for popular professional products.
Route | Method | Function |
---|---|---|
/benefits/ | GET | Get All Benefits |
/benefits/ | POST | Create a benefit |
/benefits/<PK>/ | GET | Fetch Benefit By PK |
/category/ | GET | Get all categories |
/category/<PK> | GET | Fetch Category by PK |
Arguments | Type | Details |
---|---|---|
id | Integer | Primary Key |
title | String | Title of the benefit |
description | String | A small description of the benefit |
link | String | Link to the website of the benefit |
category | Integer | The category of the benefit |
img_link | String | The link to the image of the benefit |
highlights | JSON String | JSON List of Strings containing important features of the benefit |
Get all the verified benefits stored in this API.
To filter by category, pass category=<category_id> as a GET parameter
Get details of Benefit by PK
Contribute to this collection by adding an unlisted benefit
Arguments | Type | Required |
---|---|---|
title | String | Yes |
description | String | Yes |
link | String | Yes |
category | Integer | No |
img_link | String | No |
highlights | JSON String | No |
NOTE: Your contribution will be listed only after verification by community members.
Get all the categories.
Fetch a category by it's PK