zotero / translators

Zotero Translators
http://www.zotero.org/support/dev/translators
1.19k stars 742 forks source link

Update ClinicalTrials.gov to work with new API #3296

Open adam3smith opened 2 months ago

adam3smith commented 2 months ago

The relevant documentation is here: https://clinicaltrials.gov/data-api/about-api/api-migration?expr=NCT03383315&fmt=JSON#query-full-studies It doesn't look like the new API requires authentication, as previously suggested, so should be fine to migrate. There's a legacy endpoint, but that only supports XML and the translator is written for JSON, so we might as well figure out the new API (v2) format and save work on the data structure.