openFDA · API Governance Rules
openFDA API Rules
Spectral linting rules defining API design standards and conventions for openFDA.
0 Rules
Spectral Ruleset
x-name: openFDA Usage Rules
description: Operational, security, and compliance rules for the openFDA API.
rules:
- id: api-key-required-at-scale
statement: An API key is recommended for any sustained or production-grade usage.
rationale: >-
Without a key, requests are limited to 240/min and 1,000/day per IP. With
a key the daily ceiling rises to 120,000.
severity: required
- id: https-only
statement: All requests must be made over HTTPS.
severity: required
- id: not-clinical-grade
statement: Data must not be used for individual clinical care decisions.
rationale: openFDA explicitly disclaims clinical and production validation.
severity: required
- id: no-public-alerts
statement: Do not use openFDA as the source of public health alerts.
rationale: FDA does not update recall status post-classification; alerting belongs to FDA channels.
severity: required
- id: pagination-cap
statement: Results pagination is capped at skip=25,000 and limit=1,000.
severity: advisory
- id: respect-rate-limits
statement: Implement exponential backoff on HTTP 429 responses.
severity: required
- id: causality-disclaimer
statement: Adverse event reports do not establish causation between product and reaction.
severity: required
Work with this as data
Every ruleset here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/open-fda-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.