VirJenDB

Documentation

last update

2025-August-04

VirJenDB

v0.1


VirJenDB Application Programming Interface (API)

Available at https://api2.virjendb.org/swagger.

Download

Allows users to download data from the VirJenDB database based on specific search criteria or selected entries. This endpoint supports various data types (metadata, accessions, sequences) and file formats (TSV, CSV, JSON, XML, FASTA).

### Download Scope (download.scope): Control what data is included in your download:

### Information Type (download.information): Specify the type of information to be downloaded for the selected records:

### File Type (download.fileType): Choose the desired output file format:

### Search Parameters (search object): When download.scope is max, the search object’s parameters are used to define the dataset to be downloaded. These parameters work identically to the /v2/search endpoint, allowing for complex queries, filtering, sorting, and pagination.

Important Notes:

What is Swagger UI?

Learn more at swagger.io.

What is a RestAPI?

Learn more at freecodecamp.org.

Table of Contents