Skip to main content
POST
/
api
/
openfda
/
device
/
events
/openfda/device/events
curl --request POST \
  --url https://api.anysite.io/api/openfda/device/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>",
  "timeout": 300
}
'
[
  {
    "report_number": "<string>",
    "@type": "OpenfdaDeviceEvent",
    "mdr_report_key": "<string>",
    "event_type": "<string>",
    "event_location": "<string>",
    "date_of_event_at": 123,
    "date_received_at": 123,
    "date_report_at": 123,
    "date_added_at": 123,
    "date_changed_at": 123,
    "date_report_to_fda_at": 123,
    "product_problem_flag": true,
    "adverse_event_flag": true,
    "report_source_code": "<string>",
    "source_type": [],
    "type_of_report": [],
    "reporter_occupation_code": "<string>",
    "manufacturer_name": "<string>",
    "pma_pmn_number": "<string>",
    "single_use_flag": true,
    "number_devices_in_event": "<string>",
    "number_patients_in_event": "<string>",
    "product_problems": [],
    "remedial_action": [],
    "devices": [],
    "patients": [],
    "mdr_texts": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
string
required

MAUDE device event report number

Minimum string length: 1
Examples:

"2243621-1992-00036"

"10"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

report_number
string
required
@type
string
default:OpenfdaDeviceEvent
mdr_report_key
string | null
event_type
string | null
event_location
string | null
date_of_event_at
integer | null
date_received_at
integer | null
date_report_at
integer | null
date_added_at
integer | null
date_changed_at
integer | null
date_report_to_fda_at
integer | null
product_problem_flag
boolean | null
adverse_event_flag
boolean | null
report_source_code
string | null
source_type
string[]
type_of_report
string[]
reporter_occupation_code
string | null
manufacturer_name
string | null
pma_pmn_number
string | null
single_use_flag
boolean | null
number_devices_in_event
string | null
number_patients_in_event
string | null
product_problems
string[]
remedial_action
string[]
devices
object[]
patients
object[]
mdr_texts
object[]