/source
This API provides the user the JSON-LD object containing information of a record for the given ID.
Method
GET
Search Params
id - the identifier value of the record of interest
Examples
id=e6be83435b277f34cab97adbefbe7b03 Or
id=https%3A%2F%2Fror.org%2F04t3en479
URL
https://search.unhide.helmholtz-metadaten.de/api/source?id=
Response Model
{
@type: string,
...
}
where, @type is the type of the metadata record identified,
additionally, all information that is avaliable in the record, depending on its type is sent across as part of the response object
Examples
For id=https%3A%2F%2Forcid.org%2F0000-0001-9827-4429
{
"@id": "https://orcid.org/0000-0001-9827-4429",
"@type": "Person",
"affiliation": {
"@id": "https://ror.org/03v76x132",
"@type": "Organization",
"name": "Yale University"
},
"familyName": "Liang",
"givenName": "Yu",
"name": "Yu Liang"
}
For id=https%3A%2F%2Fror.org%2F04t3en479
{
"@id": "https://ror.org/04t3en479",
"@type": "Organization",
"name": "Karlsruhe Institute of Technology"
}