cURL
curl --request GET \ --url https://api-v2.vitau.mx/api/diseases/ \ --header 'X-API-KEY: <api-key>'
{ "count": 123, "results": [ { "name": "<string>", "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "next": "<string>", "previous": "<string>" }
A search term.
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Show child attributes
Was this page helpful?