ORCID

Module for ORCID interaction

pyked.orcid.search_orcid(orcid)[source]

Search the ORCID public API

Specfically, return a dictionary with the personal details (name, etc.) of the person associated with the given ORCID

Parameters:

orcid (str) – The ORCID to be searched

Returns:

Dictionary with the JSON response from the API

Return type:

dict

Raises:

HTTPStatusError – If the given ORCID cannot be found, an HTTPStatusError is raised with status code 404