Performs search on parliament.uk domain. Implements OpenSearch specification. Throttled at 10 requests per second per IP address.
https://api.parliament.uk/search
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://www.parliament.uk/
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)3.13s
(checked Mar 29, 2026)
Builder score
D
34%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /description |
OpenSearch description document |
| GET | /query |
Search results |
| GET | /query.{extension} |
Search results |
curl -X GET 'https://api.parliament.uk/search/description' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official UK Parliament Search Service documentation.