Detail View for BacDive IDs

Description

This view contains detailed information on the strain associated with the requested BacDive ID. All other endpoints contain links pointing to this view.

/fetch/{bacdive_id}?predictions={predictions}

  • {bacdive_id} - the number for the BacDive ID or IDs separated by semicolon. Limit of 100 IDs per call
  • {predictions} - optional parameter. If set to 1 the prediction data generated with AI will be shown. If unset or set to 0, predictions will be excluded from the data.

Examples

/fetch/24493;24494

/fetch/24493;24494?predictions=1

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 (strains) for the given genus name, paginated with 100 entries per page.
    • You can find detailed information of the content delivered from the API per strain here
GET   /fetch/24493

Status: 403

Message: "Access forbidden. Authentication required."