-
Notifications
You must be signed in to change notification settings - Fork 12
JSON Endpoint
Aside from the HTML view of HEPData, all of our pages and data have a JSON equivalent.
Simply add &format=json
to the search URL or detailed record URL to get the results back in JSON.
HTML view - https://hepdata.net/search/?q=&collaboration=ATLAS&page=1
JSON view - https://hepdata.net/search/?q=&collaboration=ATLAS&page=1&format=json
By default, the search results are returned with up to 25 records on each page, but this number can be altered by passing size=1
up to size=200
in the search URL.
HTML view - https://hepdata.net/record/ins1419244
JSON view - https://hepdata.net/record/ins1419244?format=json
Light JSON view - https://hepdata.net/record/ins1419244?format=json&light=true
The light view removes author fields and data tables to reduce the size of the JSON (useful for just getting information about the publication).