Open jpadfield opened 3 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)
Thanks - yes I think the shift to RDM may change things - we will have to wait and see how it is implemented.
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)?