API & Downloads
Get the full dataset
KinaDB is built from three CSV files. They are provided here as-is so you can work with the raw data directly. Column definitions are on the documentation page.
Data files
Browse.csv
Every kinase structure (PDB chain) with protein name, kinase, group, species, ligands, conformation markers, predicted activity and full sequences. 8,626 rows.
Download ↓Browse_each_pdb_structure.csv
The per-structure source used to build each detail page — header, kinase, sequence, structure, ligand and activity-prediction fields.
Download ↓kinase_inhibitor_drugs.csv
Approved and investigational kinase-inhibitor drugs with target genes, group, approval status, indication and inhibitor type. 85 rows.
Download ↓browse.json
The lightweight JSON index that powers the Browse table and global search on this site — one compact record per structure.
Download ↓Programmatic access
The site's own data is served as static JSON and can be fetched directly, no key required:
GET /data/browse.json — all 8,626 structures (light columns)GET /data/drugs.json — all 85 drugsGET /data/facets.json — filter values · GET /data/stats.json — summary counts