# Omnilex Omnilex provides searchable legal sources for programmatic legal research. ## Core URLs - App: https://app.omnilex.ai - Sources search UI: https://app.omnilex.ai/sources - API documentation: https://app.omnilex.ai/en/sources/api - Swagger UI: https://app.omnilex.ai/en/sources/api/swagger - OpenAPI: https://app.omnilex.ai/openapi.json - Full LLM guide: https://app.omnilex.ai/llms-full.txt - Source search endpoint: https://app.omnilex.ai/sources/search - MCP endpoint: https://app.omnilex.ai/mcp ## Source Coverage - Legislation: sourceTypes=law - Acts, codes, regulations, and other primary legal texts. - Legislation articles: sourceTypes=article - Article-level records for targeted legal provision search. - Court decisions: sourceTypes=court_decision - Judgments and case law with citations, dates, courts, and source links. - Official documents: sourceTypes=official_document - Circulars, directives, reports, and other materials issued by public authorities. - Literature: sourceTypes=literature - Books, journals, and other legal literature available to the authenticated user. Omnilex also indexes circulars, directives, administrative materials, doctrine, commentary, and other legal documents where they are available in the legal source catalog. The HTTP search endpoint does not require authentication for public sources. Literature is access-controlled, so anonymous requests do not return restricted publications. Responses contain legislation, courtDecisions, officialDocuments, and literature groups. ## Useful Filters - query - searchMode - jurisdiction - region - sourceTypes - language - preferredLanguage - documentType - status - number - articleNumber - sourceId - citation - authorName - court - chamber - authority - publication - docketNumber - legalArea - decisionType - legalForce - procedureType - outcome - instance - adoptionDateFrom - adoptionDateTo - effectiveDateFrom - effectiveDateTo - lastAmendmentDateFrom - lastAmendmentDateTo - expirationDateFrom - expirationDateTo - dateFrom - dateTo - decisionDateFrom - decisionDateTo - publicationDateFrom - publicationDateTo - recentlyAdded - limit - offset - includeTotal ## Example GET https://app.omnilex.ai/sources/search?query=employment%20termination&searchMode=lexical&jurisdiction=ch&sourceTypes=law,article,court_decision,official_document®ion=federal&limit=5&includeTotal=true ## Use Cases - Court Decision Search: https://app.omnilex.ai/en/use-cases/court-decision-search - Legislation Search: https://app.omnilex.ai/en/use-cases/legislation-search - Semantic Source Search: https://app.omnilex.ai/en/use-cases/semantic-source-search - Circulars and Directives Search: https://app.omnilex.ai/en/use-cases/legal-circulars-search - Search by Court, Region, and Legal Area: https://app.omnilex.ai/en/use-cases/search-by-court-region-and-legal-area - Latest Legal Sources: https://app.omnilex.ai/en/use-cases/latest-legal-sources