Bundesrecht durchsuchen
ris_bundesrechtFind Austrian federal laws by citing a title and paragraph, or run a full-text search. Retrieve consolidated versions, English translations, or draft legislation.
Instructions
Search Austrian federal laws (Bundesrecht).
Use this tool to find Austrian federal legislation like ABGB, StGB, UGB, etc.
Search strategy: "titel" and "paragraph" are the precise entry points — prefer them whenever the law or the section is known ("paragraph" is ignored for applikation="Erv", the English translations). "suchworte" runs a broad full-text search and the RIS API returns those hits ordered alphabetically by law title, not by relevance, so a common term buries the relevant law under thousands of results. Austrian law often splits one topic across several statutes, so look for a companion law: warranty, for example, is covered both by the VGG (consumer sales, B2C, in force since 2022) and by §§ 922 ff ABGB (general warranty law, including B2B).
Example queries:
suchworte="Mietrecht" -> Find laws mentioning rent law
titel="ABGB", paragraph="1295" -> Find specific ABGB section
titel="B-VG", paragraph="7", abschnitt_typ="Artikel" -> Article-based laws
titel="ABGB", fassung_vom="2015-01-01" -> Consolidated version as of a date
applikation="Begut" -> Search draft legislation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page: 10, 20, 50, or 100 (default: 20) | |
| seite | No | Page number (default: 1) | |
| titel | No | Search in law titles (e.g., "ABGB", "Strafgesetzbuch") | |
| paragraph | No | Section number to search for (e.g., "1295" for §1295, "7" for Art 7) | |
| suchworte | No | Broad full-text search terms (e.g., "Mietrecht", "Schadenersatz"). Hits come back ordered alphabetically by law title, not by relevance — prefer "titel" and/or "paragraph" whenever the law or the section is known. | |
| applikation | No | Data source - "BrKons" (consolidated, default), "Begut" (drafts), "BgblAuth" (gazette), "Erv" (English translations) | BrKons |
| fassung_vom | No | Consolidated version as of this date (YYYY-MM-DD) — retrieves the law text as it stood on that day. Not supported for "Erv". | |
| abschnitt_typ | No | Type of section that "paragraph" refers to: "Paragraph" (default), "Artikel" (article-based laws like B-VG), or "Anlage" (annex). "Art 7 B-VG" requires "Artikel". | Paragraph |
| response_format | No | "markdown" (default) or "json" | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number of this result set (1-based) | |
| query | No | Echo of the validated search parameters alongside the tool name — re-issue the call with an incremented "seite" for the next page | |
| has_more | Yes | Whether further result pages are available | |
| documents | Yes | The documents on this page | |
| page_size | Yes | Number of documents per page | |
| total_hits | Yes | Total number of documents in RIS matching the search |