Data API

Peptide records for your own tools.

Read-only access to versioned compound records, source trails, material changes, regulatory events, and comparisons.

Authentication

One key, shown once.

Create a revocable key from your account. Send it as a Bearer token or in the X-API-Key header. Peptides Media stores only a SHA-256 hash of the key.

curl https://www.peptides.media/api/v1/compounds/retatrutide \
  -H "Authorization: Bearer pm_live_..."

Resources

Stable version-one routes.

GET/api/v1/compoundsCompound index
GET/api/v1/compounds/{slug}Complete public record
GET/api/v1/compounds/{slug}/sourcesSource list
GET/api/v1/claims?compound={slug}Claim and evidence rows
GET/api/v1/changes?compound={slug}Published material changes
GET/api/v1/regulatory-eventsRegulatory event index
GET/api/v1/comparisonsComparison index

Limits

Built for internal research workflows.

Pro includes 10,000 requests each month and up to 60 requests per minute. Research Desk includes 100,000 requests each month and up to 300 requests per minute.

Responses use a stable data envelope and identify the API version in meta.apiVersion. Errors return a machine-readable code and message.

Embeds

Branded evidence cards.

Free branded cards can be embedded in articles and newsletters. Each card links readers to the complete source trail on Peptides.media.

<iframe
  src="https://www.peptides.media/embed/peptides/retatrutide"
  width="100%"
  height="360"
  loading="lazy"
></iframe>