Life Sciences website screenshot

Life Sciences

Industry-vertical index for the life sciences, biotechnology, and pharmaceutical landscape. Catalogs the major public and commercial APIs spanning clinical trial registries, drug and regulatory data, genomic reference data, electronic health record exchange, laboratory informatics systems, and bioinformatics pipeline platforms. The catalog is anchored by shared schemas for the three core records that recur across this domain: the clinical trial, the drug, and the gene.

20 APIs 0 Features
Life SciencesBiotechPharmaHealthcareClinical TrialsDrug InformationGenomicsBioinformaticsEHRFHIRLab Informatics

APIs

ClinicalTrials.gov API v2

The U.S. National Library of Medicine's modernized REST/JSON API for the ClinicalTrials.gov registry. Provides programmatic access to records of privately and publicly funded cl...

EU Clinical Trials Register / CTIS

The European Medicines Agency's Clinical Trials Information System (CTIS) and the legacy EU Clinical Trials Register. CTIS is the single entry point for sponsors and regulators ...

openFDA

A U.S. Food and Drug Administration project that exposes public FDA data via a single Elasticsearch-backed REST/JSON API. Covers adverse-event reports, drug labels, recalls, NDC...

DailyMed

The National Library of Medicine's authoritative source of FDA-approved Structured Product Labeling (SPL) for prescription and over-the-counter medications marketed in the Unite...

RxNorm API

The National Library of Medicine's web service for accessing RxNorm, the standardized nomenclature for clinical drugs that links names of drugs across the major U.S. drug vocabu...

DrugBank API

A commercial drug knowledge API providing curated pharmacology, pharmacokinetics, drug-drug interaction, indication, and identifier cross-walk data covering small molecules and ...

NCBI Entrez E-utilities

The set of nine programmatic interfaces (ESearch, EPost, ESummary, EFetch, ELink, EInfo, EGQuery, ESpell, ECitMatch) that provide unified access to all NCBI databases including ...

Ensembl REST API

The European Bioinformatics Institute's REST/JSON interface to the Ensembl genome browser. Provides programmatic access to genomic annotation, variation, comparative genomics, r...

UCSC Genome Browser REST API

The University of California Santa Cruz Genome Browser's REST API for programmatic retrieval of assemblies, tracks, sequences, and annotations across the genomes hosted in the U...

ClinVar (via E-utilities)

The NIH/NLM database of relationships among human genomic variation and phenotype, with supporting evidence. Accessible programmatically via Entrez E-utilities and via a structu...

dbSNP (via E-utilities)

The NCBI Short Genetic Variations database, the canonical reference for single nucleotide polymorphisms (SNPs) and small insertions/deletions in humans and other organisms. Acce...

HL7 FHIR

Fast Healthcare Interoperability Resources (FHIR) is HL7's standard for health care data exchange. The current normative version is R5, released March 2023. Defines roughly 150 ...

SMART on FHIR

An open-spec authorization profile layered on top of FHIR that enables third-party clinical applications to launch within an EHR session with OAuth 2.0 / OpenID Connect scopes s...

Benchling Developer Platform

Benchling's REST API and webhook platform for its R&D cloud, exposing programmatic access to the Notebook (entries), Registry (registered entities, sequences, plasmids), Invento...

TetraScience Data Platform

A cloud-native scientific data platform that harmonizes instrument and informatics data across pharma R&D. Exposes REST APIs and SDKs for ingesting, querying, and integrating la...

Sapio Sciences ELN/LIMS API

Sapio Sciences' platform API providing programmatic access to its Electronic Laboratory Notebook, Laboratory Information Management System, and Scientific Data Cloud, covering s...

DNAnexus Platform API

DNAnexus is a cloud bioinformatics platform used by pharma, biotech, and research institutions to run genomic and biomedical compute workflows. Its platform API provides program...

Seven Bridges (Velsera) Platform API

A multi-cloud bioinformatics platform (now part of Velsera) offering hosted instances of the NCI Cancer Genomics Cloud and other cohort analysis environments. Provides REST APIs...

Galaxy Project API

The open-source Galaxy bioinformatics workbench exposes a REST API for managing histories, datasets, workflows, tools, jobs, and users across community Galaxy servers and self-h...

GA4GH APIs (htsget, DRS, WES, TES, Beacon)

The Global Alliance for Genomics and Health publishes a suite of open REST specifications enabling federated access to genomic data and compute. Includes htsget (sequencing read...

Collections

Semantic Vocabularies

Life Sciences Context

16 classes · 50 properties

JSON-LD

Example Payloads

Clinical Trial Example

16 fields

EXAMPLE

Drug Example

17 fields

EXAMPLE

Gene Example

14 fields

EXAMPLE

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: ClinicalTrials.gov API v2
  version: 2.0.0
items:
- info:
    name: Search studies
    type: http
  http:
    method: GET
    url: https://clinicaltrials.gov/api/v2/studies
    params:
    - name: query.term
      value: ''
      type: query
      description: Essie expression to search across the full study document.
    - name: query.cond
      value: ''
      type: query
      description: Search expression scoped to conditions and diseases.
    - name: query.intr
      value: ''
      type: query
      description: Search expression scoped to interventions.
    - name: filter.overallStatus
      value: ''
      type: query
      description: Comma-separated overall study status values to filter on.
    - name: pageSize
      value: ''
      type: query
      description: Number of studies per page (max 1000).
    - name: pageToken
      value: ''
      type: query
      description: Token for fetching the next page.
    - name: format
      value: ''
      type: query
      description: Response format.
  docs: 'Returns a paginated list of studies that match the search expression.

    Supports field selection, filtering, geo distance, and sorting.

    '
- info:
    name: Get a single study by NCT ID
    type: http
  http:
    method: GET
    url: https://clinicaltrials.gov/api/v2/studies/:nctId
    params:
    - name: nctId
      value: ''
      type: path
      description: ClinicalTrials.gov identifier, e.g. NCT00000000.
    - name: format
      value: ''
      type: query
  docs: Returns the full study record identified by its NCT identifier.
- info:
    name: Get study data model metadata
    type: http
  http:
    method: GET
    url: https://clinicaltrials.gov/api/v2/studies/metadata
  docs: Returns metadata describing the study data model and field definitions.
- info:
    name: Get registry size statistics
    type: http
  http:
    method: GET
    url: https://clinicaltrials.gov/api/v2/stats/size
  docs: Returns counts and size statistics for the studies in the registry.
- info:
    name: Get API version information
    type: http
  http:
    method: GET
    url: https://clinicaltrials.gov/api/v2/version
  docs: Returns the version of the ClinicalTrials.gov API and data snapshot.
bundled: true