v2

OpenAPI 3.1.0CC02026-07-264460181.4 KB
Publishers

Get a single publisher

Retrieve a single publisher by OpenAlex ID.

get/publishers/{id}

Path parameters

idstring required

OpenAlex ID (e.g., P4310319965)

Query parameters

selectstring

Comma-separated list of fields to return. Reduces response size. Example: select=id,display_name,cited_by_count

api_keystring required

Your OpenAlex API key (required). Get a free key at https://openalex.org/settings/api

Response

Successful response

idstring

The OpenAlex ID for this publisher.

display_namestring

The primary name of the publisher.

alternate_titlesstring[]

Alternate titles for this publisher (including translations).

country_codesstring[]

ISO two-letter country codes where the publisher is primarily located.

hierarchy_levelinteger

The hierarchy level for this publisher. Level 0 has no parent publishers.

lineagestring[]

OpenAlex IDs including this publisher and any parent publishers.

works_countinteger

The number of works published by this publisher.

cited_by_countinteger

Total citations to works linked to this publisher.

sources_api_urlstring

A URL that will get you a list of all sources published by this publisher.

created_datestring date

When this publisher was added to OpenAlex (ISO 8601 date).

updated_datestring date-time

When this publisher was last updated (ISO 8601 datetime).

Example response

{
  "id": "https://openalex.org/P4310319965"
}