📄️ Introduction
The web APIs related to UnHIDE are made available at https://search.unhide.helmholtz-metadaten.de/api/[endpoint]. There are currently four APIs defined, the details of which are covered in the following sections
📄️ /hello
This API is currently used to test that the server is up and available. It will eventually be pointing to this documentation.
📄️ /categories
This API provides the user information on the basic categories by the which the information in the HKG is grouped, and the total number of records found for each of this categories, respectively.
📄️ /search
This API provides the user the search results for a given search query.
📄️ /source
This API provides the user the JSON-LD object containing information of a record for the given ID.
📄️ /details
This API provides the user detailed information of a record for the given record ID.