This is an old revision of the document!


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 /globalitems

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:

  • /globalitems?q=virtual
  • /globalitems?doi=10.1016/j.rser.2011.07.104
  • /globalitems?isbn=1421402831

Getting Public Library Items for a Global Item

GET /globalitems/<URL-encoded-id>/items

Examples:

  • /globalitems/doi%3A10.1016%2Fj.rser.2011.07.104/items
  • /globalitems/isbn%3A1421402831/items
dev/web_api/v3/global_search.1497350904.txt.gz ยท Last modified: 2017/06/13 06:48 by dstillman