Responses

GET /plants
curl \
 -X GET http://104.248.160.134/api/plants
Response examples (200)
{
  "count": 42,
  "next": "string",
  "previous": "string",
  "results": [
    {
      "id": 42,
      "num_inpn": "string",
      "rank_code": "string",
      "family": {
        "id": 42,
        "name": "string"
      },
      "genre": {
        "id": 42,
        "name": "string"
      },
      "scientific_name": "string",
      "correct_name": "string",
      "french_name": "string",
      "author": "string",
      "publ_year": 42,
      "eflore_url": "string"
    }
  ]
}