Table of Contents

We’re in the process of updating the documentation for Zotero 5.0. Some documentation may be outdated in the meantime. Thanks for your understanding.

Zotero Web API Global Search

The Zotero Web API provides an interface to search aggregated metadata from the full corpus of public items stored on zotero.org.

Global search is currently in beta, with restricted public access. If you would like to test global search, you can email support@zotero.org to request access.

GET /global

Search Parameters

Parameter Values Default Description
q string null Quick search. Searches all fields.
doi string null A document object identifier (DOI)
isbn string null An international standard book identifier (ISBN)

Search Syntax

Examples:

Getting Public Library Items for a Global Item

GET /global/items?id=<global item id>

Examples: