search_legislation_rss
Search New Zealand legislation by title or full text with type and status filters, and get a subscribable RSS feed of up to 100 matching entries.
Instructions
Search New Zealand legislation through the legacy Atom feed (the documented /api/rss/search/ endpoint) by title or full text, with type and status filters; omit search_term to browse by filters alone. Returns up to 100 feed entries (title, website URL, derived work_id/version_id, timestamps) plus a subscribable feed URL. Needs LEGISLATION_NZ_RSS_API_KEY, a separate RSS-only key. For on-demand queries prefer search_legislation, which is a superset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Return at most this many entries. The feed itself returns up to 100 entries and ignores paging parameters. | |
| search_term | No | Search phrase. ElasticSearch simple query syntax; stemming is on by default (wrap a phrase in double quotes to disable it). Omit it to browse by the filters alone. | |
| search_field | No | Search titles only (the feed's default) or the full document text. "content" and "fulltext" both mean full text: the documentation says fulltext, but the live feed only honours content, so either is sent as content. | |
| legislation_type | No | Restrict to a category of legislation. | |
| legislation_status | No | Restrict by whether the legislation is currently in force. |