Clinical Trials
Get a single clinical trial
Fetch one trial by NCT id (or internal id), including eligibility criteria and locations.
get/api/v1/clinical-trials/{nctId}
Path parameters
nctIdstring required
NCT id or internal id.
Response
The clinical trial with eligibility and locations.
Example response
{
"data": {
"status": "RECRUITING"
}
}