The pattern
For a resource{resource} (e.g. patents):
Search takes two parameters, and they work differently than the Search API:
q: free-text query. SupportsAND,OR,NOT, and phrase matching with double quotes:q=CRISPR,q="gene therapy" AND cancer.f: field filters, space-delimited, infield:"value"format (values must be double-quoted). Call the resource’sschemaendpoint to see which fields are filterable.
Date range filters use
gte/lt suffixes with no space before the suffix: f=dates.startDategte:"2024-01-01" dates.startDatelt:"2025-01-01". ISO dates, epoch milliseconds, and timezone offsets are all accepted; dates without a timezone are treated as UTC.
Sorting uses s (default _relevance; call schema for sortable fields per resource) and sortDir, not the sort/sort_order names from Search. Pagination uses p (page number), not limit/offset.
Available resources
Related
- Search guide: the equivalent search over publications, with a different query syntax than Evidence
- Full parameter reference: see Evidence in the API Reference tab; per-resource filters are best discovered via each resource’s
/schemaendpoint - Errors and rate limits: troubleshoot missing dataset scopes and retryable failures
