powered by
Checks the health and availability of the ORCID public API. Useful for diagnostics and ensuring the API is accessible before making requests.
orcid_ping()
Character string with API status message (typically "OK" if healthy)
This function queries the ORCID API status endpoint: https://pub.orcid.org/v3.0/status
https://pub.orcid.org/v3.0/status
if (FALSE) { # Check API status status <- orcid_ping() print(status) }
Run the code above in your browser using DataLab