Retrieves a list of viruses with its information as shown in taxonomy browser (main table). If filter not set, all results will be retrieved.
Viruses can be filtered by the following parameters:
Name |
Description |
host (optional) |
Host of the virus. Filter: includes. |
genome (optional) |
Genome type. Filter: exact match. |
family (optional) |
Family, if set the genome is ignored. Filter: exact match. |
genus (optional) |
Genus, if set the family and genome are ignored. Filter: exact match. |
Example using filters: host is
human and family is
parvoviridae.
curl -X 'GET' -k 'https://virus-world.org/api.php/list/viruses?host=human&family=parvoviridae' -H 'accept: application/json'
Request URL:
https://virus-world.org/api.php/list/viruses?host=human&family=parvoviridae