API & bulk download
The whole corpus is published as static JSON with open CORS. No key, no rate limit, no account. Currently 4,592 entries.
endpoints
- /v1/registry.json
- Every entry, full records, in one document.
- /v1/registry.jsonl
- The same records, newline-delimited, for streaming.
- /v1/registry-lite.json
- Reduced records for search and list views.
- /v1/meta.json
- Counts by category, status, and trust tier; facets; build timestamp.
- /v1/entries/<id>.json
- A single entry.
- /v1/categories/<category>.json
- Every entry in one category.
categories: therapeutics · devices · manufacturing · software · protocols · data
example
curl -s https://openmedical.org/v1/registry-lite.json \ | jq '.entries[] | select(.category=="devices") | .name'
license
The corpus is licensed under MIT. Take it, fork it, mirror it, build a business on it — keep the copyright notice.
This covers the compilation only. Every project described here keeps its own license, stated in each record’s license field as best we could verify it. Consult the project itself for authoritative terms — do not rely on this registry for a licensing decision.