UnifyAPI
← Back to catalog

openfda_devices.classification

mock data$0.001 / call

FDA Medical Device Classification

Search FDA medical device classification database — 7,000+ product codes with risk class and regulatory requirements. Returns device name, product code, device class (1=low/exempt, 2=moderate/510k, 3=high/PMA), medical specialty, regulation number, definition, life-sustain/implant flags. Filter by device name, product code, device class, or specialty description. Device class determines the regulatory pathway: Class I (General Controls), Class II (510k), Class III (PMA). Source: FDA CDRH device classification database, US public domain.

Healthprovider: Openfda_devices#openfda_devices#health

Input schema

skip

Number of records to skip for pagination (default 0).

integer
limit

Number of records to return (1–99, default 10).

integer
search

OpenFDA search expression using Lucene syntax. Single field: device_name:"pacemaker" or recall_status:"Ongoing". Combined: device_name:"insulin pump"+AND+recall_status:"Ongoing". Omit to return recent records sorted by date.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/openfda_devices.classification \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"skip":0,"limit":0,"search":"<search>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.