Autocomplete
Prefix lookups optimized for type-ahead UIs.
Global autocomplete
- GET
/v1/oa/autocomplete?q=einsteinFan out across every entity type.
Per-entity autocomplete
- GET
/v1/oa/autocomplete/works?q=...Suggest works.
- GET
/v1/oa/autocomplete/authors?q=...Suggest authors.
- GET
/v1/oa/autocomplete/institutions?q=...Suggest institutions.
- GET
/v1/oa/autocomplete/sources?q=...Suggest sources.
- GET
/v1/oa/autocomplete/publishers?q=...Suggest publishers.
- GET
/v1/oa/autocomplete/funders?q=...Suggest funders.
- GET
/v1/oa/autocomplete/topics?q=...Suggest topics.
- GET
/v1/oa/autocomplete/concepts?q=...Suggest concepts.
- GET
/v1/oa/autocomplete/keywords?q=...Suggest keywords.