CrossRef Local

Getting Started

  • Installation
    • Requirements
    • Install from PyPI
    • Install from Source
    • Database Setup
    • HTTP Mode (No Local Database)
    • Verify Installation
  • Quickstart
    • Python API
      • Basic Search
      • Get by DOI
      • HTTP Mode
    • Command Line Interface
      • Search
      • Get by DOI
      • HTTP Relay Server
      • MCP Server
    • Environment Variables

User Guide

  • CLI Reference
    • Global Options
    • Commands
      • search
      • search-by-doi
      • status
      • relay
    • MCP Commands
      • mcp start
      • mcp tools
      • list-apis
  • HTTP API Reference
    • Starting the Server
    • Endpoints
      • Root
      • Health Check
      • Database Info
      • Search Works
      • Get Work by DOI
      • Batch Lookup
    • Citations
      • Get Citing Papers
      • Get Cited Papers
      • Citation Count
      • Citation Network
    • FTS5 Query Syntax

API Reference

  • crossref_local API
    • Main Functions
      • search()
      • get()
      • get_many()
      • count()
      • exists()
      • configure()
      • configure_http()
      • enrich()
      • enrich_dois()
      • get_mode()
      • info()
    • Data Classes
      • Work
      • SearchResult
CrossRef Local
  • Index
  • Edit on GitHub

Index

C | E | G | I | S

C

  • configure() (in module crossref_local)
  • configure_http() (in module crossref_local)
  • count() (in module crossref_local)

E

  • enrich() (in module crossref_local)
  • enrich_dois() (in module crossref_local)
  • exists() (in module crossref_local)

G

  • get() (in module crossref_local)
  • get_many() (in module crossref_local)
  • get_mode() (in module crossref_local)

I

  • info() (in module crossref_local)

S

  • search() (in module crossref_local)

© Copyright 2025, Yusuke Watanabe.

Built with Sphinx using a theme provided by Read the Docs.