medRxiv website screenshot

medRxiv

Cold Spring Harbor Laboratory preprint server for health sciences providing a REST API for searching and accessing medical and clinical research preprints before peer review. The API enables programmatic access to preprint metadata, publication information, and usage statistics for health science papers posted to medRxiv.

medRxiv publishes 3 APIs on the APIs.io network: Details API, Publications API, and Usage API. Tagged areas include Health Sciences, Preprints, Research, Open Access, and Medical Research.

The medRxiv catalog on APIs.io includes 1 Spectral governance ruleset.

medRxiv’s developer surface includes engineering blog and 5 more developer resources.

39.3/100 thin ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFree
3 APIs
Health SciencesPreprintsResearchOpen AccessMedical ResearchClinical ResearchScientific Publications

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 39.3/100 · thin
Contract Quality 16.5 / 25
Developer Ergonomics 0.4 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 0.0 / 13
Governance 7.0 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/medrxiv: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

medRxiv Details API

Retrieve preprint metadata by date interval or DOI

medRxiv Publications API

Retrieve publication records linking preprints to published articles

medRxiv Usage API

Retrieve usage statistics for preprints

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Finops

FINOPS

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

medRxiv API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 2

Standalone JSON Schema definitions for this provider's data models.

PreprintDetail

14 properties

JSON SCHEMA

PublicationRecord

12 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Get Preprint By Doi

4 fields

EXAMPLE

Get Publication Records

4 fields

EXAMPLE

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Medrxiv Domain Security

TLSv1.3

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Medrxiv Agentic Access

5 operations

5 operations · 0 acting

AGENTIC

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 1

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
name: medRxiv
description: Cold Spring Harbor Laboratory preprint server for health sciences providing a REST API for searching and accessing
  medical and clinical research preprints before peer review. The API enables programmatic access to preprint metadata, publication
  information, and usage statistics for health science papers posted to medRxiv.
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/medrxiv.png
url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/apis.yml
version: '0.19'
created: '2026-06-13'
modified: '2026-06-13'
tags:
- Health Sciences
- Preprints
- Research
- Open Access
- Medical Research
- Clinical Research
- Scientific Publications
apis:
- aid: medrxiv:medrxiv-details-api
  name: medRxiv Details API
  description: Retrieve preprint metadata by date interval or DOI
  humanURL: https://www.medrxiv.org/
  baseURL: https://api.medrxiv.org
  tags:
  - Details
  properties:
  - type: OpenAPI
    url: openapi/medrxiv-details-api-openapi.yml
  - type: Documentation
    url: https://api.medrxiv.org/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-schema/preprint-detail.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-schema/publication-record.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/vocabulary/vocabulary.yml
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-ld/context.json
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/finops/finops.yml
- aid: medrxiv:medrxiv-publications-api
  name: medRxiv Publications API
  description: Retrieve publication records linking preprints to published articles
  humanURL: https://www.medrxiv.org/
  baseURL: https://api.medrxiv.org
  tags:
  - Publications
  properties:
  - type: OpenAPI
    url: openapi/medrxiv-publications-api-openapi.yml
  - type: Documentation
    url: https://api.medrxiv.org/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-schema/preprint-detail.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-schema/publication-record.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/vocabulary/vocabulary.yml
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-ld/context.json
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/finops/finops.yml
- aid: medrxiv:medrxiv-usage-api
  name: medRxiv Usage API
  description: Retrieve usage statistics for preprints
  humanURL: https://www.medrxiv.org/
  baseURL: https://api.medrxiv.org
  tags:
  - Usage
  properties:
  - type: OpenAPI
    url: openapi/medrxiv-usage-api-openapi.yml
  - type: Documentation
    url: https://api.medrxiv.org/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-schema/preprint-detail.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-schema/publication-record.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/vocabulary/vocabulary.yml
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/json-ld/context.json
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/medrxiv/refs/heads/main/finops/finops.yml
common:
- type: AgenticAccess
  url: agentic-access/medrxiv-agentic-access.yml
- type: DomainSecurity
  url: security/medrxiv-domain-security.yml
- type: Website
  url: https://www.medrxiv.org/
- type: TermsOfService
  url: https://www.medrxiv.org/about-medrxiv
- type: About
  url: https://www.medrxiv.org/about-medrxiv
- url: https://connect.medrxiv.org/medrxiv_xml.php?subject=all
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com