EU Parliament Monitor — API Documentation - v0.8.43
    Preparing search index...
    • Resolve a localized title + description for a daily analysis run.

      Parameters

      • slug: string

        Run directory slug (e.g. breaking-run192)

      • lang: LanguageCode

        Target language code

      Returns { title: string; description: string; runId: string }

      { title, description, runId }title is always non-empty (falls back to a humanized slug when no run-type prefix matches); description may be an empty string for unknown run-type slugs or when the descriptions table has no entry for a recognized type. runId is the run-index tail ('192') or the raw slug when no run-type prefix matched.