Congress Amendment Info
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
CongressAmendmentInfo | CongressAmendmentInfoQueryParams | CongressAmendmentInfoData |
Import Statement
from openbb_core.provider.standard_models. import (
CongressAmendmentInfoData,
CongressAmendmentInfoQueryParams,
)
Parameters
- standard
- congress_gov
amendment_url: str
Enter a base URL of an amendment (e.g., 'https://api.congress.gov/v3/amendment/119/hamdt/2?format=json'). Alternatively, you can enter a shorthand (e.g., '119/hamdt/2').
Data
- standard
- congress_gov
markdown_content: str
Aggregated metadata for the amendment in Markdown format.
raw_data: dict[str, Any]
Raw JSON data from the collected amendment information.