Informational only. Not medical advice.INFORMATIONAL PLATFORM ONLY — NOT MEDICAL ADVICE, DIAGNOSIS, OR TREATMENT
Build on the most complete corpus of RUO peptide data anywhere. We collect, structure, and lab-verify certificates of analysis from across the market — and now you can pull that data directly into your own apps, sites, and research.
The API is free. In exchange, we ask for a visible dofollow link to disclosedlabs.com wherever the data appears (see Getting started).
The API gives you the raw data — the COAs, their test results, and anomaly flags — not our scores or aggregates. Disclosed Labs' trust scores, credibility grades, and rollups (avg purity, report rates, COA counts, etc.) are our own layer; through the API you get the underlying records and build whatever scoring, ranking, or stats make sense for your project. Be creative.
1. Peptide database — canonical peptides with aliases, category, legal status, molecular data, and research summaries. GET /api/v1/peptides
2. COA corpus — parsed certificates of analysis: purity, potency, identity tests (mass spec / FTIR / HPLC), safety panels (endotoxin, sterility, heavy metals), and raw anomaly flags. GET /api/v1/coas
3. Vendors & prices — vendor identity + transparency (domain, country, domain age, founded year, business entity, socials) and cross-vendor price comparison. Confirmed vendors can also write their own prices and deals. GET /api/v1/vendors, GET /api/v1/prices
Labs round out the picture with identity + credentials (country, ISO-17025 flag, full accreditation list, verify portal, logo): GET /api/v1/labs. To aggregate by lab or vendor, pull /coas?lab=… or /coas?vendor=… and roll up yourself.
/api/v1/. Breaking changes ship as /api/v2/; v1 keeps working.curl https://disclosedlabs.com/api/v1/coas?peptide=retatrutide \
-H "Authorization: Bearer dlk_your_key_here"