GET /venues
Summary: Search venues
Operation ID: searchVenues
Auth: unknown
Operation ID: searchVenues
Auth: unknown
Description
Search for venues (journals, conferences, repositories) with filtering.
Parameters (5)
filter
(string, query, optional)
Filter by field
page
(integer, query, optional, default: 1)
per-page
(integer, query, optional, default: 25)
Constraints: {'maximum': 200}
q
(string, query, optional)
Search query string
sort
(string, query, optional)
Sort order
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Search venues by name | curl |
https://api.openalex.org/venues?q=nature&per-page=5 |
|
| Filter venues by type (journals) | curl |
https://api.openalex.org/venues?filter=type:journal&sort=works_count:desc&per-page=10 |
|
| Search with pagination | curl |
https://api.openalex.org/venues?q=machine+learning&page=1&per-page=25 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:08:28.662611 | 404 | 512ms | |
| 2026-03-23 09:49:27.690797 | 404 | 217ms | |
| 2026-03-22 21:32:26.352089 | 404 | 240ms |