EU Parliament Monitor — API Documentation - v0.8.30
    Preparing search index...

    Interface BreakingStrings

    Localized section heading strings for breaking news articles

    interface BreakingStrings {
        breakingBanner: string;
        votingAnomalyIntel: string;
        coalitionDynamics: string;
        analyticalReport: string;
        keyMEPInfluence: string;
        intelligenceBriefing: string;
        votingAnomalyAlert: string;
        coalitionDynamicsSection: string;
        keyPlayers: string;
        placeholderNotice: string;
        placeholderLede: string;
        lede: string;
        feedLede: string;
        adoptedTextsHeading: string;
        recentEventsHeading: string;
        procedureUpdatesHeading: string;
        mepUpdatesHeading: string;
        noFeedDataNotice: string;
        asOf: string;
        breakingWhatFn: (
            date: string,
            adopted: number,
            events: number,
            procedures: number,
            meps: number,
        ) => string;
        breakingWhyAnomalies: string;
        breakingWhyNormal: string;
        breakingWinnerActor: string;
        breakingWinnerReasonFn: (count: number) => string;
        breakingNeutralActor: string;
        breakingNeutralReason: string;
        breakingOutlookActiveFn: (date: string) => string;
        breakingOutlookTransitionalFn: (date: string) => string;
        breakingLegalObligationsConsequence: string;
        breakingProcedureConsequence: string;
        breakingImpactPoliticalAnomalies: string;
        breakingImpactPoliticalNormalFn: (count: number) => string;
        breakingImpactEconomic: string;
        breakingImpactSocial: string;
        breakingImpactLegalFn: (count: number) => string;
        breakingImpactGeopoliticalCoalition: string;
        breakingImpactGeopoliticalNormal: string;
        breakingMistakeActor: string;
        breakingMistakeDescription: string;
        breakingMistakeAlternative: string;
        breakingAdoptedPrefix: string;
        breakingMEPPrefix: string;
        anomalyUnavailable: string;
        coalitionUnavailable: string;
        adoptedTextTypeLabel: string;
        adoptedTextItemLabelFn: (label: string) => string;
        showingXofNFn: (shown: number, total: number) => string;
    }
    Index

    Properties

    breakingBanner: string
    votingAnomalyIntel: string
    coalitionDynamics: string
    analyticalReport: string
    keyMEPInfluence: string
    intelligenceBriefing: string
    votingAnomalyAlert: string
    coalitionDynamicsSection: string
    keyPlayers: string
    placeholderNotice: string
    placeholderLede: string
    lede: string
    feedLede: string

    Neutral feed-first lede used when analytical data is absent

    adoptedTextsHeading: string

    Section heading for recently adopted texts from EP feeds

    recentEventsHeading: string

    Section heading for recent EP events from feeds

    procedureUpdatesHeading: string

    Section heading for legislative procedure updates from feeds

    mepUpdatesHeading: string

    Section heading for MEP updates from feeds

    noFeedDataNotice: string

    Label for the no-feed-data notice

    asOf: string

    Localized "as of" phrase used in lede section (e.g. "as of", "zum", "au")

    breakingWhatFn: (
        date: string,
        adopted: number,
        events: number,
        procedures: number,
        meps: number,
    ) => string

    Template function for "what happened" deep-analysis text

    breakingWhyAnomalies: string

    "Why it matters" text when voting anomalies are present

    breakingWhyNormal: string

    "Why it matters" text for normal parliamentary activity

    breakingWinnerActor: string

    Localized name for the legislative majority stakeholder

    breakingWinnerReasonFn: (count: number) => string

    Template function for winner stakeholder reason

    breakingNeutralActor: string

    Localized name for the opposition groups stakeholder

    breakingNeutralReason: string

    Neutral stakeholder reason text

    breakingOutlookActiveFn: (date: string) => string

    Template function for active-legislative-phase outlook

    breakingOutlookTransitionalFn: (date: string) => string

    Template function for transitional-period outlook

    breakingLegalObligationsConsequence: string

    Consequence text for adopted texts ("New legal obligations…")

    breakingProcedureConsequence: string

    Consequence text for procedure updates ("Legislative trajectory altered…")

    breakingImpactPoliticalAnomalies: string

    Political impact text when voting anomalies are present

    breakingImpactPoliticalNormalFn: (count: number) => string

    Template function for political impact text in normal activity

    breakingImpactEconomic: string

    Economic impact text

    breakingImpactSocial: string

    Social impact text

    breakingImpactLegalFn: (count: number) => string

    Template function for legal impact text

    breakingImpactGeopoliticalCoalition: string

    Geopolitical impact text when coalition data available

    breakingImpactGeopoliticalNormal: string

    Geopolitical impact text for normal activity

    breakingMistakeActor: string

    "Political group whips" mistake actor name

    breakingMistakeDescription: string

    Mistake description text

    breakingMistakeAlternative: string

    Mistake alternative text

    breakingAdoptedPrefix: string

    Localized prefix for adopted text items in the "Who" list (e.g. "Adopted:", "Angenommen:")

    breakingMEPPrefix: string

    Localized prefix for MEP items in the "Who" list (e.g. "MEP:", "MdEP:")

    anomalyUnavailable: string

    User-friendly fallback shown when voting anomaly data is unavailable

    coalitionUnavailable: string

    User-friendly fallback shown when coalition dynamics data is unavailable

    adoptedTextTypeLabel: string

    Human-readable localized label for the adopted-text type (replaces raw "[TEXT_ADOPTED]" token)

    adoptedTextItemLabelFn: (label: string) => string

    Template to format an adopted-text item title from its label/identifier (e.g. "T10-0315/2025")

    showingXofNFn: (shown: number, total: number) => string

    Template to show truncation note: "Showing {shown} of {total}"