I have an ORCID number but my institution is not a "member". I'm editing Proceedings where each author has supplied eir ORCID numbers and I would like to check that these are correct. Instead of typing about 60 names into the www.orcid.org search interface, is there some way to do this through an API? (I can program in Perl, Python, PHP.)
Get the name attached to an ORCID ID through some API without Institution credentials
182 views Asked by yannis At
1
Actually it was easier than I thought. All you need is to use the URL
http://orcid.org/0000-0000-0000-0000with the ORCID ID instead of the zeros, and you receive a file containing the name of the owner of that ID.Here is Perl code to do it (
$ORCIDcontains the ID for which we seek the owner):