democracy_polis_list_votations
Retrieve historical Swiss popular votes from the SRGSSR Polis system with municipality-level results. Filter by date range, language, and paginate for analysis.
Instructions
Ruft historische Volksabstimmungen aus dem SRGSSR Polis-System ab (seit 1900).
Polis enthält Resultate auf Gemeinde-Ebene, was für historische Analysen besonders wertvoll ist. Benötigt SRGSSR_CONSUMER_KEY und SRGSSR_CONSUMER_SECRET.
Args: params (PolisListInput): Enthält: - year_from/year_to (int): Zeitraumfilter - lang (str): Sprache ('de', 'fr', 'it', 'rm', 'en') - limit/offset (int): Pagination
Returns: str: JSON mit Polis-Abstimmungsliste oder Hinweis zur Registrierung
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |