GET
/plants
List & search all plants (paginated)
βΆ
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | optional | Number of results per page (default 20) |
offset | integer | optional | Number of results to skip for pagination |
q | string | optional | Search term β filters by plant name |
GET
/plants/:name
Details for a single plant, including all regions where it occurs
βΆ
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string (path) | required | Plant name, e.g. oak or acer saccharum |
GET
/states
List all US states & Canadian provinces with species counts
βΆ
No parameters β returns all regions with their code, name, and plant_count.
GET
/states/:code
All plants recorded in a given state or province
βΆ
| Parameter | Type | Required | Description |
|---|---|---|---|
code | string (path) | required | State/province code, e.g. CA, TX, ON |