crossref.org API - /members for Publishers

Q

How to use crossref.org API resource, /members, for publishers?

✍: FYIcenter.com

A

crossref.org API resource /members allows you to to list, search or retrieve publisher entries. It supports the following variations and parameters:

1. Get the first 20 publishers:

fyicenter$ curl https://api.crossref.org/members

2. Search for publishers with keywords:

fyicenter$ curl https://api.crossref.org/members?query={keywords}

3. Loop over all publishers:

fyicenter$ curl https://api.crossref.org/members?offset=0&rows=20
fyicenter$ curl https://api.crossref.org/members?offset=20&rows=20
...

4. Get details of a given publisher ID:

fyicenter$ curl https://api.crossref.org/members/{id}
fyicenter$ curl https://api.crossref.org/members/324

{
  "status": "ok",
  "message-type": "member",
  "message-version": "1.0.0",
  "message": {
    "last-status-check-time": 1665099252655,
    "primary-name": "Ebsco Publishing",
    "counts": {
      "current-dois": 0,
      "backfile-dois": 89,
      "total-dois": 89
    },
    "breakdowns": {
      "dois-by-issued-year": [
        [
          2007,
          23
        ],
        [
          2006,
          23
        ],
        [
          2004,
          18
        ],
        [
          2005,
          14
        ],
        [
          2003,
          11
        ]
      ]
    },
    "prefixes": [
      "10.1033"
    ],
    "prefix": [
      {
        "name": "EBSCO Publishing",
        "value": "10.1033"
      }
    ],
    "id": 324,
    "tokens": [
      "ebsco",
      "publishing"
    ],
    "counts-type": {
      "all": {
        "journal-article": 89
      },
      "backfile": {
        "journal-article": 89
      },
      "current": {}
    },
    ...
    "location": "Ipswich, MA, United States",
    "names": [
      "Ebsco Publishing",
      "EBSCO Publishing"
    ]
  }
}

 

crossref.org API - /funders for Funders

crossref.org API - /journals for Journals

Crossref.org DOI Database

⇑⇑ DOI - Frequently Asked Questions

2022-10-08, 191👍, 0💬