Scholarcy
  1. Schemas
Scholarcy
  • metadata
    • Pre-configured endpoint to GET a document URL and return data as JSON
      GET
    • Pre-configured endpoint to POST a document and return summary data as JSON
      POST
    • GET a document URL and return data as JSON
      GET
    • Post a document and return summary data as JSON
      POST
    • Pre-configured endpoint to GET a document URL and return header metadata data as JSON
      GET
    • Pre-configured endpoint to POST a document and return header metadata data as JSON
      POST
  • 数据模型
    • Schemas
      • Extracted metadata
      • Document metadata
      • Canonical document identifiers
      • Funding statements
      • Funding awards
      • Captions
      • Page indexes
      • Structured content
      • Study participants
      • Study populations
      • Reported prevalence and incidence
      • Links to cited sources
  1. Schemas

Document metadata

{
    "message": "string",
    "title": "string",
    "author": "string",
    "pages": "string",
    "date": 0,
    "full_date": "string",
    "affiliations": [
        "string"
    ],
    "journal": "string",
    "abbreviated_journal": "string",
    "volume": "string",
    "page": "string",
    "cited_by": 0,
    "identifiers": {
        "doi": "string",
        "arxiv": "string",
        "pmid": "string",
        "pmcid": "string",
        "url": "string",
        "isbn": "string",
        "doc_id": "string"
    },
    "abstract": "string",
    "keywords": [
        "string"
    ],
    "references": {},
    "source": "string",
    "emails": [
        "string"
    ],
    "type": "string",
    "references_ris": "string",
    "links": [
        "string"
    ],
    "author_conclusions": [
        "string"
    ],
    "funding": [
        {
            "award-group": [
                {
                    "funding-source": "string",
                    "award-id": [
                        "string"
                    ]
                }
            ],
            "funding-statement": "string"
        }
    ],
    "table_captions": [
        {
            "id": "string",
            "caption": "string"
        }
    ],
    "figure_captions": [
        {
            "id": "string",
            "caption": "string"
        }
    ],
    "tables_url": "string",
    "figure_urls": {},
    "table_urls": {},
    "word_count": "string",
    "is_oa": true,
    "oa_status": "string"
}
Built with