OpenCitations · Example Payload

Author Works

CitationsScholarlyResearchOpen ScienceBibliometricsDOIAcademic

Author Works is an example object payload from OpenCitations, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

exampleendpointrequestresponse

Example Payload

Raw ↑
{
  "example": "Get all works authored by a person identified by ORCID",
  "endpoint": "GET /meta/v1/author/{id}",
  "request": {
    "url": "https://api.opencitations.net/meta/v1/author/orcid:0000-0002-8420-0696",
    "method": "GET",
    "headers": {
      "Accept": "application/json",
      "authorization": "YOUR-OPENCITATIONS-ACCESS-TOKEN"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": [
      {
        "id": "doi:10.3233/ds-190019 omid:br/06102227626",
        "title": "Extending the OpenCitations Data Model to enable the Annotation of bibliographic resources",
        "author": "Peroni, Silvio [orcid:0000-0003-0530-4305 omid:ra/0610122312]; Shotton, David [orcid:0000-0001-5506-523X omid:ra/0610120108]",
        "pub_date": "2019-11-25",
        "page": "43-61",
        "issue": "1",
        "volume": "2",
        "venue": "Data Science [issn:2451-8484 omid:br/06170171200]",
        "type": "journal article",
        "publisher": "IOS Press [crossref:1020 omid:ra/0610130982]",
        "editor": ""
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/author-works"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.