Get a single publisher
Last updated
Last updated
It's easy to get a publisher from from the API with: /publishers/<entity_id>
. Here's an example:
Get the publisher with the P4310319965
:
That will return a object, describing everything OpenAlex knows about the publisher with that ID:
You can look up publishers using external IDs such as a Wikidata ID:
Get the publisher with Wikidata ID Q1479654:
Available external IDs for publishers are:
ROR
ror
Wikidata
wikidata
You can use select
to limit the fields that are returned in a publisher object. More details are .
Display only the id
and display_name
for a publisher object