Get Bill Detail
bills_get_billRetrieve comprehensive details for UK parliamentary bills including sponsors, current stage, full text summary, and enactment status for legal research and analysis.
Instructions
Get full detail for a specific parliamentary bill.
Returns sponsors, current stage, long title, summary, and Royal Assent date if enacted. Summary text is capped per max_summary_chars — check summary_truncated in the response to see if it was cut.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | BillDetailInput with bill_id and optional max_summary_chars. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bill ID | |
| short_title | Yes | Short title of the bill | |
| long_title | No | Full long title | |
| summary | No | Bill summary text, possibly truncated per max_summary_chars. Check summary_truncated and summary_original_length for full-text info. | |
| summary_truncated | No | True if summary was cut to fit max_summary_chars | |
| summary_original_length | No | Original summary length in characters before any truncation | |
| current_house | No | House where the bill currently sits | |
| originating_house | No | House where the bill was introduced | |
| current_stage | No | Current legislative stage | |
| sponsors | No | Bill sponsors | |
| stages | No | Legislative stages the bill has passed through | |
| is_act | No | Whether the bill has received Royal Assent | |
| royal_assent_date | No | Date Royal Assent was given | |
| url | Yes | Parliament URL for this bill |