zenodo / zenodo

Research. Shared.
https://zenodo.org
GNU General Public License v2.0
912 stars 243 forks source link

Is there direct URL for file json details? #2080

Open jpadfield opened 3 years ago

jpadfield commented 3 years ago

Now obviously there are the developer APIs but I was wondering if there was a simple solution to getting actionable data for a record?

Is there anything like: https://zenodo.org/record/1434056.json (That just returns the same data as a json file)?

Herrner commented 2 years ago

You could curl --location --request GET 'https://www.zenodo.org/api/records/1434056' --header 'Accept: application/json', but that is obviously not a link (and can't be done through one).

This will probably change with Invenio RDM (and thus for Zenodo.org as well) (see here as an example)

jpadfield commented 2 years ago

Thanks - yes I think the shift to RDM may change things - we will have to wait and see how it is implemented.