Responses

  • 200 application/json

    A list of plant families

    Hide response attributes Show response attributes object
GET /families
curl \
 -X GET http://104.248.160.134/api/families
Response examples (200)
[
  {
    "id": 42,
    "name": "string"
  }
]