Get Member by ID
crossref_get_memberResolves a Crossref member ID to its publisher/organization record: primary name, alternate imprint names, owned DOI prefixes, registered DOI counts, a per-work-type breakdown, and per-category metadata deposit coverage. Members are the organizations that register DOIs with Crossref, so this answers "what does this publisher publish, and how completely do they deposit metadata?" Resolve a DOI prefix (e.g. "10.1038") to its member ID with crossref_get_prefix, then pass that ID here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_id | Yes | Crossref member ID — a positive integer, e.g. 297 (Springer) or 340 (PLOS). Resolve a DOI prefix to a member ID first with crossref_get_prefix. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Crossref member ID | |
| error | No | Present when the call failed. Absent on success. | |
| names | No | Alternate and imprint names registered under this member | |
| counts | No | Registered DOI counts | |
| coverage | No | Per-category metadata deposit coverage — each a 0–1 fraction split into current (recent) and backfile (older) DOIs. Signals how completely this publisher deposits references, abstracts, ORCIDs, funders, licenses, and similar metadata. | |
| deposits | No | Whether the member deposits any metadata with Crossref | |
| location | No | Publisher location (city, region, country) | |
| prefixes | No | DOI prefixes owned by this member, e.g. "10.1038" | |
| primaryName | No | Primary publisher/organization name | |
| worksByType | No | DOI counts broken down by work type (all DOIs), sorted by count descending | |
| depositsArticles | No | Whether the member deposits journal-article metadata |