Congress Bill Info
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
CongressBillInfo | CongressBillInfoQueryParams | CongressBillInfoData |
Import Statement
from openbb_core.provider.standard_models. import (
CongressBillInfoData,
CongressBillInfoQueryParams,
)
Parameters
- standard
- congress_gov
bill_url
: str
Enter a base URL of a bill (e.g., 'https://api.congress.gov/v3/bill/119/s/1947?format=json'). Alternatively, you can enter a bill number (e.g., '119/s/1947').
• Optional: False
Data
- standard
- congress_gov
markdown_content
: str
Aggregated metadata for the bill in Markdown format.
raw_data
: dict[str, Any]
Raw JSON data from the collected bill information.