Detail View for Genome Sequence

Description

This view contains BacDive IDs and URLs to the detail view for BacDive ID. Paginated with 100 entries per page.

/sequence_genome/{seq_acc_num}?search_type={search_type}

  • {seq_acc_num} - the sequence accession number, i.e. INSDC. If you use the "exact" default option, you can request multiple culture collection numbers (limit 100) separated by semicolon.
  • {search_type} - optional parameter. Possible values: exact (default), contains, startswith, endswith

Examples

/sequence_genome/GCA_003332855;GCA_024623325;GCA_017377855

/sequence_genome/GCA?search_type=startswith

Result description

  • count - the number of retrieved entries (strains) for the given genus name
  • next - URL to the next page, if available, otherwise null
  • previous - URL to the previous page, if available, otherwise null
  • results - list of retrieved entries for the given query, paginated with 100 entries per page.
GET   /sequence_genome/GCA_006094295?search_type=exact&page=0

title: BacDive API error

code: 403

message: "Access forbidden. Authentication required."