House Plants
This API returns an array of many different house plants and information on each including a link to its associated image Routes Available: GetAll: Returns an array with all the plant data in the database GetAllLite: Returns a lightweight array of all plants GetById: Returns a single plant’s full details based on its unique ID GetBySearch: Returns an array of plants matching a given search query…
House Plants endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GetByCategory /category/{category} |
Get all item based on a category |
| GET |
GetAllCategories /categories |
Get all available categories for all plants |
| GET |
GetAll /all |
Returns all plant data within an array. Information for each plant returned contains (but not limited to) the list below - Latin name - Img - Id - Family - Other names - Common… |
| GET |
GetAllLite /all-lite |
Gets all items but only identifying data. All additional data can be grabbed from the GetById route or the GetAll route which return all item with all its keys, no restriction |
| GET |
GetById /id/{id} |
Returns a single plants data within an object. Information for each plant returned contains (but not limited to) the list below - Latin name - Img - Id - Family - Other names -… |
| GET |
GetBySearch /search |
Searches through all plants and returns the closest results matching "Latin name", "Family", "Other names", "Common name", "Common name (fr.)", "Description", "Categories",… |
House Plants pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO Recommended | $1.99 / month | 2 / second |
|
| ULTRA | $5.99 / month | 2 / second |
|