Skip to content

get author identifier (VIAF and Wikidata Qid) from ISBN

Notifications You must be signed in to change notification settings

atomotic/isbn-authors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isbn-authors

simple http wrapper around OCLC Classify and Wikidata SPARQL to get author identifier (VIAF and Wikidata Qid) from ISBN

run:

docker run -d -p 8093:8093 atomotic/isbn-authors 

curl http://localhost:8093/isbn/{ISBN}

example

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"
    }
  ]
}

About

get author identifier (VIAF and Wikidata Qid) from ISBN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published