dokument_details_abrufen
Retrieve complete German federal legal documents and court decisions using document IDs from search results. Access full legislation and case law text from rechtsinformationen.bund.de in JSON, HTML, or XML formats.
Instructions
📄 RETRIEVAL TOOL - Vollständigen Dokumenttext abrufen
What this tool does: • Retrieves complete document content from rechtsinformationen.bund.de • Works with both legislation and case law documents • Requires specific document identifier from previous search results
URL/ID Input: This tool accepts:
Full API URLs from search results (recommended): https://testphase.rechtsinformationen.bund.de/v1/legislation/eli/... https://testphase.rechtsinformationen.bund.de/v1/case-law/ecli/...
Partial paths starting with /v1/: /v1/legislation/eli/bund/bgbl-1/2006/s2748/2025-05-01/1/deu /v1/case-law/ecli/de/bgh/2023/010523
ELI or ECLI identifiers (will be constructed into full path)
When to use: ✓ When you have a specific document from search results ✓ When you need the full text (searches only return snippets) ✓ When you need HTML or XML format instead of JSON
When NOT to use: ✗ For initial searches (use intelligente_rechtssuche instead) ✗ When you don't have a specific document ID ✗ To browse or discover documents (use search tools instead)
Limitations: ⚠️ Some document paths may return 403 Forbidden errors ⚠️ If 403 occurs, use the document web URL in a browser instead ⚠️ Not all historical versions are accessible via API
Parameters: • documentId: Full URL or path from search results (required) • format: "json" (default), "html", or "xml" (optional)
Usage Priority: Search first → Get results → Use this tool for full text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Document ID or URL from search results. Use the "@id" field from search results, or full URL like https://testphase.rechtsinformationen.bund.de/v1/legislation/eli/... | |
| format | No | Response format: "json" (default, structured data), "html" (readable format), or "xml" (raw format) | json |