Open dataset of 185 research peptides, GLP-1 agonists, and growth-hormone secretagogues — with half-life, default dosing, injection routes, and compound metadata.
This is the public dataset that powers compound lookup, dose calculations, and the body-map injection tracker inside Dosi, an open peptide / GLP-1 / TRT tracker.
We open-sourced it because the underlying compound facts (half-life, common doses, routes, brand names) belong to the community, not a single app. If you're building anything peptide-adjacent — a research tool, a tracker, a clinical reference, a dosage calculator — start here instead of re-typing 185 rows from PubMed.
peptides.json— full dataset, 185 entries, all fieldspeptides.csv— flat CSV of the most-used columns (great for spreadsheets and quick imports)by-category/— same data split by category (16 files)
Anti-Aging & Longevity · Bone & Joint · Cognitive Enhancement · Cosmetic & Skin · Fertility · Growth Hormone Secretagogues · Healing & Recovery · Hormone Replacement · Immune Support · Men's Health · Metabolism & Fat Loss · Sexual Health · Sleep & Recovery · Vitamins & Supplements · Weight Loss / GLP-1 Agonists · Blends
Each entry has these fields (nullable where data is unknown):
| field | type | notes |
|---|---|---|
name |
string | Common name (e.g. "Tirzepatide") |
full_name |
string | Long form with mechanism |
abbreviations |
string[] | Common short forms |
brand_names |
string[] | FDA-approved or brand variants |
category |
string | One of the 16 above |
half_life |
string | Human-readable half-life |
half_life_hours |
number | Numeric for math |
storage |
string | Storage conditions |
reconstitution |
string | Reconstitution guidance |
injection_sites |
string[] | Common SC sites |
benefits |
string[] | Reported effects |
stacking_info |
string | Stack-with / avoid-with notes |
contraindications |
string[] | Documented contraindications |
tags |
string[] | e.g. fda_approved, beginner_friendly |
default_dose |
number | Common starting dose |
default_dose_unit |
string | mg, mcg, IU |
default_route |
string | subcutaneous, oral, etc. |
default_frequency |
string | weekly, daily, etc. |
Educational use only. Nothing in this dataset is medical advice, a prescription, or a recommendation to use any compound. Many of these are research peptides that are not FDA-approved for human use. Talk to a licensed clinician before starting any protocol. Use of this dataset is governed by the license below.
This dataset is exported from the live Dosi compound database. We push refreshed exports periodically. Open an issue if you spot a fact that needs correcting or a peptide that should be added.
- Dosi — the peptide / GLP-1 / TRT tracker that produced this dataset. iOS, Android, and web. Free tier with 178+ compounds, body-map site rotation, reconstitution math, and an in-app AI assistant. (App Store · Google Play)
If you build something with this data, open a PR and we'll add you to the list.
If you use this dataset in research or a publication, please cite:
Dosi Health. (2026). Peptide Compound Reference Database (Version 1.0) [Data set]. https://github.com/hdeanwhitebot/peptide-database
For academic citations, a DOI will be added via Zenodo shortly.
- Dosi — peptide / GLP-1 / TRT tracker. iOS, Android, and web. Free tier with 180+ compounds, body-map site rotation, reconstitution math, and AI education. (App Store · Google Play)
If you build something with this data, open a PR and we'll add you to the list.
CC BY 4.0 — use it, fork it, ship it. Attribution to Dosi (link to https://heydosi.com) appreciated.
Found a peptide that's missing or a half-life that's off? Open a PR or an issue with a citation. We accept contributions that include a primary source (PubMed ID, FDA label, manufacturer monograph).