{
  "x402Version": 2,
  "id": 334,
  "slug": "334",
  "resource": "https://api.kadec0.xyz/v1/paper-details",
  "description": "Citation lookup and reference list for a paper. Given a DOI, arXiv id, OpenAlex id, or PMID, returns its references (the works it cites) and its cited-by list (recent works that cite it), plus full metadata and citation count — for bibliography building and citation lookup. Keyless via OpenAlex and Semantic Scholar.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "doi": "10.48550/arXiv.1706.03762"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "citationCount": 181057,
                "citedBy": [
                  {
                    "citedByCount": 90000,
                    "title": "BERT: Pre-training...",
                    "year": 2019
                  }
                ],
                "doi": "10.48550/arxiv.1706.03762",
                "fieldsOfStudy": [
                  "Computer Science"
                ],
                "referenceCount": 41,
                "references": [
                  {
                    "doi": "...",
                    "title": "Neural Machine Translation...",
                    "year": 2014
                  }
                ],
                "title": "Attention Is All You Need",
                "type": "paper_details",
                "year": 2017
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "anyOf": [
                  {
                    "required": [
                      "id"
                    ]
                  },
                  {
                    "required": [
                      "doi"
                    ]
                  }
                ],
                "properties": {
                  "cite_limit": {
                    "default": "25",
                    "description": "max citing works (0-100)",
                    "type": "string"
                  },
                  "doi": {
                    "description": "alias for id (DOI form)",
                    "type": "string"
                  },
                  "id": {
                    "description": "arXiv id, DOI, OpenAlex id, or PMID",
                    "type": "string"
                  },
                  "ref_limit": {
                    "default": "25",
                    "description": "max references (0-100)",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-17T21:03:20.617Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T21:03:20.171Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}