Fast lookups for German ICD-10 diagnostic codes
Instant exact-match lookups by ICD-10 code with O(1) performance.
Search across descriptions and synonyms in German.
Data for 2025, 2026, and a latest alias.
Full synonym lists for every diagnosable code.
# Search by code curl -H "Authorization: Bearer YOUR_API_KEY" \ "http://localhost:8080/latest/search?code=M47.26" # Search by text curl -H "Authorization: Bearer YOUR_API_KEY" \ "http://localhost:8080/latest/search?text=Kopfschmerz"