simple http api to get author identifiers (VIAF and Wikidata Qid) from ISBN
403
simple http wrapper around OCLC Classify and Wikidata SPARQL to get author identifier (VIAF and Wikidata Qid) from ISBN
docker run -d -p 8093:8093 atomotic/isbn-authors
curl http://localhost:8093/isbn/{ISBN}
https://isbn-authors-ojkdbuhbjk.now.sh/isbn/{ISBN}
curl -s https://isbn-authors-ojkdbuhbjk.now.sh/isbn/1846943175 | jq
{
"book": {
"title": "Capitalist realism : is there no alternative?"
},
"authors": [
{
"viaf": "107261862",
"wikidata": "Q20740852",
"name": "Fisher, Mark, 1968-2017"
}
]
}
Content type
Image
Digest
Size
8.1 MB
Last updated
over 7 years ago
docker pull atomotic/isbn-authors