Retrieve a list of plant genres
GET
/genres
curl \
-X GET http://104.248.160.134/api/genres
Response examples (200)
[
{
"id": 42,
"name": "string"
}
]
curl \
-X GET http://104.248.160.134/api/genres
[
{
"id": 42,
"name": "string"
}
]