GALENAPI
v1.0 — Now available

The Cancer Research API

Programmatic access to a 280,000+-entity cancer knowledge graph with causal inference, drug-target analysis, and clinical interpretation. Built for developers, researchers, and AI agents.

280K+

entities

4.75M+

relationships

28

data sources

Already have an account? Sign in to Dashboard

What makes Galen different

No free biomedical API offers causal inference, counterfactual reasoning, or patient-level mutation interpretation. Galen does.

CapabilityGalenPubChemBioThingsOpen Targets
Cancer knowledge graph
Causal inference (do-calculus)
Counterfactual reasoning
Multi-mutation patient interpretation
Drug bioactivity data
Gene essentiality (CRISPR)
Pearl Causal Hierarchy (L1/L2/L3)
Clinical trial matching

7 API modules, 40+ endpoints

From entity search to causal inference to patient interpretation — everything connected through a unified knowledge graph.

Free

Knowledge Graph

Search, explore, and traverse 280K+ cancer biology entities and 4.75M relationships.

GET/entities/{entity_id}
GET/entities/search
GET/entities/{entity_id}/relationships

+3 more endpoints

View documentation →
Researcher

Databases

Query 28 integrated biomedical databases through a unified API.

GET/chembl/compound/{name}
GET/depmap/gene/{gene}
GET/gdsc/drug/{drug}

+5 more endpoints

View documentation →
Researcher

Causal Inference

Simulate interventions, run do-calculus queries, and explore counterfactual scenarios.

POST/causal/intervention
POST/causal/explain
POST/causal/do-calculus

+4 more endpoints

View documentation →
Researcher

Predictions

Predict drug responses, gene essentiality, and mutation effects with confidence scores.

POST/predictions/drug-response
POST/predictions/essentiality
POST/predictions/mutation-effect

+1 more endpoints

View documentation →
Researcher

Hypotheses

Discover knowledge gaps and explore the frontier of cancer biology.

GET/hypotheses/frontier
GET/hypotheses/gaps/{entity}
View documentation →
Pro

Patient Interpretation

Interpret multi-mutation profiles, find treatments, match clinical trials.

POST/patient/profile
POST/patient/treatments
POST/patient/resistance

+2 more endpoints

View documentation →
Free

System

Health checks, system statistics, and data source information.

GET/health
GET/health/status
GET/health/stats

+1 more endpoints

View documentation →

Start with a few lines of code

Query the knowledge graph, simulate causal interventions, and explore downstream effects — all through simple REST calls.

import requests

API_KEY = "your_api_key"
BASE = "https://research.usegalen.com/api/v1"

# Find all EGFR relationships in the knowledge graph
resp = requests.get(
    f"{BASE}/entities/EGFR/relationships",
    headers={"X-API-Key": API_KEY},
    params={"limit": 10}
)
relationships = resp.json()["relationships"]

# Simulate inhibiting EGFR — what happens downstream?
causal = requests.post(
    f"{BASE}/causal/intervention",
    headers={"X-API-Key": API_KEY},
    json={
        "target": "EGFR",
        "intervention_type": "inhibit"
    }
)
print(causal.json()["downstream_effects"])

Simple, transparent pricing

Start free. Scale when you need to. No surprise charges.

Explorer

Free

100 requests/day

  • Knowledge graph queries (entities, search, relationships)
  • ChEMBL database access
  • Community support
Get Free API Key

Researcher

$49/month

5,000 requests/day

  • Everything in Explorer
  • All 8 database integrations
  • Causal inference (intervention, explain)
  • Predictions (drug response, essentiality)
Start Free Trial
Most Popular

Pro

$199/month

50,000 requests/day

  • Everything in Researcher
  • Full causal stack (do-calculus, counterfactual)
  • Patient interpretation endpoints
  • Bulk data download
Start Free Trial

Enterprise

Custom

Unlimited

  • Everything in Pro
  • Dedicated infrastructure
  • Custom SLA (99.9%+ uptime)
  • Dedicated support engineer
Contact Sales

View full pricing details →

Built on 28 trusted biomedical data sources

Integrated, cross-referenced, and continuously updated

ChEMBLcBioPortalDepMapGDSCGTExSTRINGOncoKBDrugCombCOSMICClinVarPharmGKBIntOGenMSigDBDrugBankCTDBioGRID

Ready to build with Galen?

Get your free API key in 30 seconds. No credit card required. 100 requests per day included.