Maintenance: A BIGSdb-Pasteur maintenance is scheduled on Tuesday, May 12th (Central European Time). During this period, the server and API will be unavailable. Please note that job submission will not be available and all unfinished jobs will be killed. Sorry for any inconvenience. If any questions, contact us

Application Programming Interface

The BIGSdb API allows programmatic access to database resources.

🔗 Access & Documentation


API endpoint:
https://bigsdb.pasteur.fr/api

Documentation:
https://bigsdb.readthedocs.io/en/latest/rest.html

The BIGSdb API is described in Jolley et al. (2017), Database 2017: bax060.

🔑 Request an API Key

Access to the BIGSdb API requires authentication using a personal API key.

➡️ How to request an API key

This page explains the full procedure, required information, and contact points depending on user affiliation.

⚙️ Use the BIGSdb API

Once an API key has been issued, the API can be used directly or via dedicated client tools.

🧰 BIGSdb_downloader

BIGSdb_downloader is a command-line tool designed to download alleles and profiles from PubMLST and BIGSdb Pasteur using authenticated API access.

It replaces wget or curl in automated scripts while handling OAuth authentication.

➡️ BIGSdb_downloader on GitHub
Edit on GitLab