Data architecture
What Brubru knows, where it comes from, and how it works
Try Brubru
Data foundation

Data is the new constraint in AI. Brubru is built data-first.

Public legal sources are messy. Citations break. References point to laws that have been amended or repealed. Generic AI grounded in raw scraped legal text fails quietly with confident wrong answers. Brubru exists to make that not happen. This page documents the eight layers of EU data we ingest, the trust controls that keep them clean, and how every byte feeds the chatbot, the API and the MCP server. No good EU data, no Brubru.

Last updated: 24 June 2026 934 API endpoints · one key, one envelope PostgreSQL + Supabase · 147 migrations Citation verifier + response validator DCAT-AP published + OP Core conformance
0
OJ publications (8,710 distinct laws, 61,219 translatable XML files)
0
specialised EC rows (10 institutional surfaces)
0
expert knowledge guides · 11,393 triggers in 6 languages
0
EU authority labels cached in 6 languages (EuroVoc + 12 NALs)

What Brubru users actually ask

The chat is the first thing every Brubru user sees. The questions that hit it are not generic. They are the kind of detailed, citation-grade EU-specialist asks a public-affairs professional, a parliamentary assistant, a compliance lead or a journalist on the EU beat actually needs answered: which MEP tabled this amendment, what does Article 12 paragraph 2 say, what was said in last week's ECON, what is Commissioner Ribera's agenda on Wednesday, how do I draft a written parliamentary question, who do I contact at DG GROW. Brubru is not a general-purpose chatbot dressed in EU clothes. It is an EU-specialised retrieval system powered by a frontier LLM. The table below maps the question shapes Brubru sees to the data layers that answer them, and is honest about where the wiring is partial or missing.

User question shape → Brubru data + chat intent
What the user typesData + chat intent (in context_builder.py)Status
Amendments by a specific MEP
"Amendments by Damian Boeselager on the AI Act"
_fetch_mep_amendments over mep_amendments + bulk_amendment_indexes + amendment_alignment_scores Live
Amendments tabled in a specific EP committee
"What are the LIBE committee amendments on Firearms Trafficking?"
_fetch_mep_amendments filtered by procedure ref + committee_work_items draft-report join Live
Specific articles or paragraphs of a law
"What does Article 12(2) of the AI Act say?"
"Recital 14 of the Data Act"
Data layer is built: /api/v1/legal-text/{celex}/recital-article-map, /defined-terms, /resolve-references, /resolve-aliases, but no chat intent calls them today Gap (shipping as W1b)
Plenary debate transcripts (CRE)
"What was said in plenary about CBAM?"
_detect_plenary_debate_intent + _fetch_plenary_debate (on-demand Doceo XML fetch by date) Live
Committee meeting transcripts
"What was said in last AFET committee?"
_detect_committee_transcript_intent + on-demand Whisper transcription over EP Multimedia Partial (intent regex too narrow + sync UUID bug, Friday-sweep)
Commissioner agendas
"What is Teresa Ribera's agenda this week?"
_detect_commissioner_agenda_intent + live scrape of commission.europa.eu with accent-insensitive name match Live
MEP agendas
"Where is MEP X this week?"
No dedicated chat intent today. Surfaced via /api/v1/meps + EP Open Data on partner side Partial
Commissioners + DG personnel + rapporteurs
"Who are the directors of DG REGIO?"
"Who is the shadow rapporteur on the Biotech Act?"
_detect_commissioners_intent (27 profiles, canonical 2024-2029) + _detect_dg_personnel_intent (35 organigrammes JSON) + _detect_procedure_rapporteur_intent (legislative_carriages) Live (V1/V11 PASS yesterday)
"How do I draft a parliamentary question / resolution / amendment"
"Help me write a PQ on critical raw materials"
17 AKN4EU-4.2-conformant templates + Document Generator service + DET renderer + Amendator. Chat does not yet detect the meta-question and hand off with the procedure pre-loaded. Gap (queued as W3)
"How do I contact Commissioner X / DG GROW / a rapporteur"
"How do I email Commissioner Virkkunen's cabinet?"
Names + roles surfaced via commissioners + organigrammes + carriages. Canonical contact-chain pattern (commissioner → cabinet head → DG director → unit head → functional email pattern) is not yet a dedicated intent. Gap (queued as W3)
Sanctions, lobbying, comitology, GIs, FTAs, anti-dumping, state aid, JRC datasets, cohesion data, CN codes
"Latest EU sanctions package against Russia"
"Does Amazon lobby in Brussels?"
10 specialised EC database intents (_detect_sanctions_intent, _detect_transparency_register_intent, _detect_comitology_intent, _detect_gi_intent, _detect_fta_intent, _detect_td_intent, _detect_comp_intent, _detect_jrc_intent, _detect_cohesion_intent, _detect_cn_intent) over 119,542 rows + 2 live pass-throughs Live (10/10 positive queries, 0/6 negative scoping checks)
Stakeholder feedback on a Have Your Say consultation
"What did stakeholders say on the AI Liability Directive?"
_detect_consultation_feedback_intent + live Have Your Say allFeedback API with country + user-type aggregates Live
Council voting and presidency programme
"How did the Council vote on the Mobility Package?"
_detect_council_intent + council_voting + presidency programme integration Live
Infringement procedures, court rulings (ECLI)
"Latest Article 258 infringements against Spain"
"CJEU ruling on Schrems II"
_detect_infringement_intent + _detect_ecli_intent over the e-Justice + Cellar ECLI graph Live
EU funding (Horizon, ERC, EIC, calls)
"Which Horizon Europe call funds quantum computing in 2026?"
_detect_funding_intent + _detect_eurio_intent over EURIO + EuroSciVoc resolvers Live
Why this matters more than the data inventory
Generic AI assistants (ChatGPT, Claude.ai, Mistral, Gemini) can quote Article 12 of the GDPR from training data. They cannot tell a public-affairs professional which amendment Damian Boeselager tabled on the AI Act, what was said in last week's ECON committee, or which Commission documents the College adopted on Wednesday. They cannot do this because they were not built around the EU institutional data foundation. Brubru is. Every row in the data layers below exists because a specific user question shape needs it. The data inventory is not the product. The product is the answer to questions that no other AI tool can answer with citation-grade accuracy. The data foundation is what makes that possible.

Each section below is one column of the answer to one or more of these question shapes. Read them as the supply side; this table is the demand side.

Data sources

Brubru collects data only from official EU institutional sources, nothing private or paywalled, every datapoint tracing back to an official publication. What began as a handful of feeds for the chatbot is now a data-provider estate spanning ~90 EU institutions, bodies and agencies across 87 /api/v2 folders. Because the EU has no single CMS and (for most of this) no API, each source is reached with a technique matched to the platform it was built on, see the EU web-estate platform map for the full taxonomy. The table below lists the foundational sources; the rows in italic summarise the families added by the v2 data-provider build.

SourceWhat we collectHow oftenMethod
EUR-Lex
European Commission
Official Journal (L-series legislation, C-series information), CELEX numbers, full legal text metadataDailyRSS feeds + Cellar API
OEIL
European Parliament
Legislative procedures, committee assignments, rapporteurs, key events, voting results, timelineDailyXML feed + page scraping
Legislative Train
European Commission
Commission priorities, legislative packages, file status (announced, ongoing, adopted, withdrawn)WeeklyWeb scraper
EP committees
European Parliament
Draft reports, opinions, amendments, agendas, minutes from 26 EP committeesDailyWeb scraper + EP API
EPRS Think Tank
European Parliament
Briefings, at-a-glance notes, in-depth analyses, study summariesWeeklyRSS feed
EC Press Corner
European Commission
Press releases, speeches, Q&As, factsheets from all Directorates-GeneralDailyWeb scraper
DG-specific portals
European Commission
Policy announcements, consultations, calls for experts from 20+ DGs (TRADE, ENER, SANTE, DEFIS, ENV, etc.)DailyWeb scraper (per-DG)
Public consultations
European Commission
"Have Your Say" portal: open consultations, feedback periods, roadmaps, inception impact assessmentsWeeklyHave Your Say API
Commission Document Register
European Commission
COM documents, SWD staff working documents, SEC documents, agendas, minutes (PV)WeeklyRegDoc API
EU news media
Media
Headlines and links from Politico EU, Euractiv, EUobserver, European Correspondent, ContexteDailyWeb scraper (headlines only, no full text)
EU Transparency Register
Interinstitutional
Organisation names, policy interests, contact information for advocacy organisationsOn demandTR API
EP plenary (CRE)
European Parliament
Full plenary debate transcripts (verbatim records) in XML formatOn demandDoceo XML fetch
Formex V4 XML corpus
European Commission
8,710 distinct laws across 28,513 OJ publications, represented by 61,219 translatable XML files (main texts + annexes), the entire EU acquis as of November 2025Bulk import (Nov 2025)EU Publications Office export

EU legislation database

The core of Brubru's knowledge: 8,710 distinct laws across 28,513 OJ publications, represented by 61,219 translatable XML files (main texts + annexes), with full-text search, CELEX identification, and metadata.

eu_laws table: 8,710 distinct laws / 28,513 OJ entries / 61,219 XML files
Every adopted EU legal act with CELEX number, title, document type (regulation, directive, decision), date, Official Journal reference, policy area classification, and full-text search index (TSVECTOR). Sourced from the Formex V4 XML acquis corpus (EU Publications Office, November 2025 snapshot). A single law's text is often split across multiple pages/files (e.g. REACH spans 7 files, AI Act spans 14 files), which is why the XML file count (61,219) exceeds the distinct-law count (8,710).

Examples from the database

Proposal (2026) | deep dive available
28th regime corporate legal framework: EU Inc.
2026/0074(COD) | COM(2026) 321 | Tabled March 2026
52026PC0321
Proposal (2026) | deep dive available
Industrial Accelerator Act
2026/0068(COD) | COM(2026) 100 | Permitting, decarbonisation, lead markets
52026PC0100
Proposal (2026) | announced
European Innovation Act
Part of the Competitiveness Compass package | Expected Q2 2026
Announced, not yet tabled
Regulation | in force
AI Act
Adopted 13 June 2024 | Regulation (EU) 2024/1689
32024R1689
Regulation | in force
General Data Protection Regulation (GDPR)
In force since 25 May 2018 | OJ L 119
32016R0679
Regulation | definitive phase
Carbon Border Adjustment Mechanism (CBAM)
Certificates required from 1 January 2026 | First price published 7 April 2026
32023R0956
What we storeExampleWhy it matters
CELEX number32016R0679Unique identifier for every EU legal act. Enables precise cross-referencing.
TitleGeneral Data Protection RegulationHuman-readable name. Full-text searchable.
Document typeRegulation, Directive, DecisionDetermines legal effect: regulations are directly applicable, directives need transposition.
Policy areaDigital, Environment, TradeClassified into 19 policy domains for filtering and relevance scoring.
Date and OJ referenceOJ L 119, 4 May 2016Official publication date and journal reference for citation.
Full text (TSVECTOR)Indexed for searchEnables searches like "which EU law covers algorithmic transparency?" across all 8,710 distinct acts (61,219 underlying XML files).

Trust layer: how every byte is verified

Quality data is the new constraint in AI. Public legal sources are messy: citations break, references point to laws that have been amended or repealed, scraped HTML drifts. Brubru treats this as the core engineering problem, not a footnote. Eight controls run on every chat response, every API row, and every dataset published outward.

1. Citation verifier (Sprint 1a, shipped 26 April 2026)
Every chat response is scanned for CELEX, COM and OEIL references. Each reference is verified live against Cellar (publications.europa.eu/resource/celex/<celex> with the required Accept: application/xhtml+xml + Accept-Language: en headers) and against EUR-Lex HEAD as a fallback. Results are cached in citation_verifications with TTL governance: 30 days for verified references, 24 hours for broken ones, 1 hour for network-error cases. Verified rate on the synthetic corpus: 79.3%. Warm-cache p95 latency: 273 ms. Cold p95: 4.8 s. Same surface available to partners at GET /api/v1/verify-citation/{ref}.
2. Response validator: second-LLM anti-hallucination pass (Workstream 1, shipped 12 May 2026)
After the generator produces a response, a Claude Haiku 4.5 validator receives the user query, the retrieved Brubru context blocks, and the proposed response. It returns strict JSON identifying three violation classes: hallucination (named entities or numbers in the response that do not appear in the context), completeness (lists truncated below 50% without a "showing k of N" disclaimer), and negation (refusing to surface data that the context clearly contains). Severity is critical / warning / info. Results land in the chat_validations table with full violation details. First seven days run in shadow mode (validate + log, never modify the shipped response) to size the real violation rate before enforcement. Phase 2 adds one regeneration retry on critical violation, with violation feedback prepended to the system prompt.
3. OEIL as the rapporteur source of truth (rule set 4 May 2026)
Press articles, cached deep-dive content and partner emails lag or contradict the official record. Every Brubru claim about rapporteurs, shadow rapporteurs, lead committees or procedure status is anchored on the OEIL procedure-file first. The deep-dive refresh skill (/deep-dive-refresh) starts each refresh with an OEIL fetch; conflicting cache lines lose. The same rule shut down the 4 May 2026 Industrial Accelerator Act mis-attribution (Adnan Dibrani vs. Christophe Grudler).
4. Force / repeal / amendment graph (Cellar SPARQL, May 2026)
For every act we surface, we know whether it is currently in force (cdm:resource_legal_in-force), what it amends, what amends it, what it consolidates, what it repeals, and what repealed it. The predicates we walk are the real ones (resource_legal_repeals, resource_legal_implicitly_repeals, resource_legal_amends, resource_legal_corrects, resource_legal_implements, resource_legal_adopts, resource_legal_based_on, plus act_consolidated_*). Exposed at GET /api/v1/discover/cellar/celex/{celex}/relationships. The class of "the AI cited a regulation that has actually been repealed" is closed at the data layer.
5. RLS on every public.* table (incident-driven, 15 April 2026)
After a PostgREST vulnerability was confirmed in April 2026, every new public.* table ships with Row-Level Security enabled in its migration. Migrations 034 + 044 retrofitted the historical surface. Read/insert/update policies are scoped explicitly per table. A drift test in CI fails the build if a new migration adds a table without an RLS statement.
6. Seed-row isolation (is_test=true, incident-driven 22 April 2026)
Synthetic test transcripts in committee_meeting_transcripts once leaked into chat answers, fabricating a fake LIBE vote (228/311/92) and a non-existent T-number. Fix: every fixture-prone table now has an is_test boolean column at creation, and every retrieval stage filters WHERE event_id NOT ILIKE '%seed%' AND title NOT ILIKE '%synthetic%' as a belt-and-braces second line. Better long-term: move all named-MEP / fabricated-tally fixtures out of production-shared tables.
7. DCAT-AP self-publication + OP Core conformance (Phases 2-3, shipped 2 May 2026)
Brubru is itself a registered EU data publisher. The brubru_dataset_catalog table seeds six datasets (Catalan EU laws, chat knowledge base, eu_laws TSVECTOR corpus, v1 REST API as dcat:DataService, EU vocabularies cache, europa.eu source registry). Served at /api/datasets.{ttl,rdf,json} with publisher IRI brubru.beresol.eu/.well-known/dcat-ap-publisher, the structural shape data.europa.eu harvesters expect. Every /api/v1/* response carries Dublin-Core-aliased metadata (dct:title, dct:identifier, dct:type, dct:language, dct:publisher, dct:conformsTo) and an X-OP-Core-Conformance: v1.0 header. Partners get standards-shaped responses out of the box.
8. Ontology drift CI test (Phase 4, shipped 2 May 2026)
The legal-content ontologies that anchor Brubru's data, the Publications Office Common Data Model (CDM) and the European Legislation Identifier (ELI), are vendored at known versions in docs/ontologies/eli/{eli.owl, eli_ontology.xlsx, eli-sdo.ttl} and docs/ontologies/cdm/cdm-brubru-subset.ttl. A pytest in tests/test_ontology_drift.py runs 11 static checks and fails the build if a new CDM predicate enters the codebase without a snapshot refresh. The ontology never silently shifts under our partners. The same test fired correctly when Phase 5 introduced 7 new cdm:event_legal_* predicates, proof the guardrail works.

Quality framework reference: docs/training/quality_framework.md. Brubru Quality Score (BQS) formula: 0.30 × pass_rate + 0.25 × CELEX pass + 0.15 × language pass + 0.10 × cross-link pass + 0.10 × (1 − deflection rate) + 0.05 × guide pass + 0.05 × latency score. Threshold ≥ 0.80 = healthy. Eight criteria evaluated against 30 golden answers per run. Three-stage pre-deploy gate (knowledge integrity / quality eval / cross-link) in scripts/predeploy_gate.py.

Vocabularies & ontologies: Brubru speaks the EU

EU institutions publish their data through controlled vocabularies (EuroVoc, 12 authority tables) and binding schemas (Formex V4, CDM, ELI, AKN4EU, DCAT-AP). Brubru does not just store the data, it speaks the same languages the Publications Office and the European Commission do. The 13-phase EU Vocabularies arc shipped 2 May 2026 (140 pytest passing) closes the gap between "we have EU data" and "we serve EU data conformantly".

EuroVoc 4.23 + 12 hot Named Authority Lists (NALs)

The Cellar SPARQL endpoint exposes 7,523 EuroVoc concepts (across 24 languages) and 130+ authority tables. Brubru's nightly job (scripts/sync_eu_authority_labels.py) caches the 12 highest-traffic ones in 6 languages into eu_authority_labels. The chatbot prepends a localised glossary block to its working context whenever an authority URI is in scope, the model sees URI + human label in the user's language at the same time.

NALConceptsBrubru consumer
corporate-body1,958Chat ("DG GROW" resolution), /news enrichment, organigrammes
dir-eu-legal-act475Sector classification for chat answers
country346Member-state localisation
currency291Tenderator amounts
event271EU Calendar + Predictions
case-law-subject-matter186Future case-law surface
political-leader74College of Commissioners
notice-type23Tenderator
procedure17COD/CNS/APP/AVC procedure resolution
legislative-priority7My EU Bubble tracker
modification-type6Cellar amendment-graph labels
event-status5Procedure status colouring
EuroVoc 4.237,523Theme tagging for guides + DCAT-AP dcat:theme
Standard identifier resolver: 9 EU identifier families
Drop free text into GET /api/v1/identify and get back the structured identifiers: CELEX, ELI, ECLI, EuroVoc URI, NAL URI, OJ reference, COM number, ISBN, ISSN, DOI. No more per-partner regex maintenance. Court rulings get a dedicated discover endpoint with deep-links to e-Justice (/api/v1/discover/ecli/{ecli}).
Formex V4 + AKN4EU 4.2 + IMMC native rendering
Brubru parses Formex V4 (the binding XML format for the Official Journal) via services/api_clients/fmx4_notice_parser.py. 100% success rate on a 100-CELEX random sample (corrigenda excluded by design). For outbound document generation, the det_renderer.py service emits AKN4EU 4.2-compliant XML for four document types (position paper, amendment, briefing note, EP question). IMMC tags (the inter-institutional metadata that Council/EP/Commission staff expect) live as JSONB on legislative_carriages.immc_tags via migration 049, backed by cdm:event_legal_* predicates in Cellar.
EURIO + EuroSciVoc resolvers
For research-project surfaces (Tenderator + Horizon Europe enrichment), services/api_clients/eurio_sparql_client.py exposes the canonical method surface (find_projects_by_topic, get_project_consortium, get_project_deliverables, get_project_funding_breakdown). EuroSciVoc (the science taxonomy) loads lazily from a vendored Turtle dump at data/eu_vocabularies/euroscivoc.ttl with a CA → ES → EN fallback chain. Five new v1 endpoints under /api/v1/discover/eurio/*.
Phase status: 13 phases shipped (2 May 2026)
  • Phase 0-1: authority label cache (18,046 rows across 6 langs) + glossary injector + 4 paginated v1 endpoints (/vocabularies/corporate-bodies + procedures + directories + modification-types).
  • Phase 2-3: DCAT-AP self-catalogue (6 seed datasets, 3 serialisations) + OP Core Metadata mixin on every v1 response.
  • Phase 4: ELI + CDM ontology pinning + drift CI test (11 static checks).
  • Phase 5: IMMC tag column on legislative_carriages (migration 049) backed by Cellar event predicates.
  • Phase 6: AKN4EU 4.2 DET renderer for 4 doc types.
  • Phase 7-8: EURIO SPARQL client (5 v1 endpoints) + EuroSciVoc resolver.
  • Phase 9: OJEEP structural validator for Catalan translations (13 checks per act).
  • Phase 11: 51 synthetic queries × 10 categories × 27 distinct CELEX. 51/51 = 100% pass.
  • Phase 13: nightly Railway cron + monthly EuroVoc releases diff + freshness gate on /news.

Reference: docs/applications/euvoc.md (canonical living plan). Phase 10 (EuroPass) is deferred until an "EU career" surface lands.

Brubru API: the data provider vertical

Brubru is a vertical EU data provider, and this is where the company makes its money: the most complete, best-curated, single-key access layer to the entire EU institutional data estate. The same legislation corpus, institutional databases, knowledge guides and legal-text intelligence that power Brubru's chatbot and My EU Bubble are sold as a REST API and an MCP server. Brubru is the first user of its own API. External partners consume it under the Professional subscription (self-serve, EUR 99/month) plus metered API credits, or the Enterprise plan (custom-quoted for teams needing higher throughput, multi-seat SSO, bulk exports, and SLA-backed support).

The API at a glance: 934 endpoints across the entire EU institutional map

The current generation of the Brubru API (v2) exposes 934 live endpoints (934 endpoints + 6 docs/schema routes). Every data endpoint returns the same five-datapoint contract (public_url, body_txt, body_html, document_date, creation_date) inside one canonical paginated envelope, with the same filters (q full-text, date ranges, order, pagination) on every surface. One key, one schema, one rate limiter, across institutions that otherwise publish in dozens of incompatible ways or publish no machine-readable surface at all. A partner integrates once and reads the whole EU.

0
live API endpoints (one key, one envelope)
0
unify official EU APIs (~47%)
0
data with no official API (~50%)
0
EU bodies covered (across 87 folders)

Where the data comes from is the whole story. About half the surface is a clean unification of official EU machine-readable APIs; the other half exists only because Brubru built the pipeline, data with no official API anywhere. That second half is the moat. No competitor surfaces it through a single contract. The provenance split is shown just below; the per-family distribution follows it.

Where the data comes from, at a glance
Provenance of the 934 endpoints
934data endpoints
Official EU APIs, unified · 440 (47%)Live-proxied or synced from documented machine-readable feeds. We do the joining and normalising so you do not.
Brubru-built pipelines · 480 (51%)Sources with no official API: cracked single-page-app back-ends, headless-browser rendering, PDF extraction. The moat.
Brubru-original analysis · 14 (2%)Content we author or compute: the EU Canon, Catalan acquis, knowledge guides, Comply clusters, predictions.

934 endpoints across 87 folders. About half the surface is now data that has no official API anywhere: the moat. Split is approximate, classified by acquisition method on 26 June 2026.

How the 934 endpoints are distributed
Endpoints by institution family
EU agencies & bodies (~50)406
Funding & programmes117
Economy & finance88
Core law & open data83
EURATOM Joint Undertakings74
European Commission45
Council & Euro Council43
European Parliament38
Proprietary (guides, canon, Catalan)14
Cross-body aggregators (events, news)8

Bars are scaled to the largest family. EU agencies and bodies are the bulk of the surface: ~50 decentralised, executive, advisory, justice and defence bodies, each a folder. The events, news, programmes and consultations aggregators added the cross-body pick-your-scope feeds. Counts from the live route table, 26 June 2026.

Institution familyEndpointsWhat sits thereExample endpoint
EU agencies & bodies (~50 bodies)406The decentralised, executive, advisory, justice-and-home-affairs and defence bodies: EMA, EFSA, ECHA, EEA, ECDC, EUDA, EIGE, Cedefop, EUAA, EU-OSHA, ENISA, eu-LISA, ACER, BEREC, CPVO, EIT, EUIPO, FRA, the executive agencies (HaDEA, CINEA, EISMEA, ERCEA, REA, EACEA), JHA (CJEU, Eurojust, Europol, Frontex, CEPOL), advisory and oversight (CoR, EESC, ECA, Ombudsman, EDPS, EDPB, CdT), and defence (EDA, SatCen, EUISS, ESDC)/api/v2/ema
Funding & programmes117SEDIA calls, the cohesion and structural funds, Financial Transparency System recipients, TED procurement, agency tenders, and the 56-programme catalogue/api/v2/funding/ft-calls-for-proposals
Economy & finance88ECB and banking supervision, ESM, EBA, ESMA, EIOPA, ESRB, SRB, AMLA, EIB, EPPO, and the EEAS external-action surface/api/v2/eu-financial-institutions/esma
Core law & open data83EUR-Lex acquis, EuroVoc, OEIL procedures, the Legislative Train, secondary acts, Eurostat, JRC datasets, the Transparency Register, geographical indications, calendar, who-is-who, predictions, consultations/api/v2/legislative/eur-lex
EURATOM Joint Undertakings (12)74F4E, Europe's Rail, SNS, Euratom Supply Agency, Clean Hydrogen, Clean Aviation, SESAR 3, Chips, CBE, Global Health EDCTP3, IHI, EuroHPC/api/v2/clean-hydrogen
European Commission45State aid, competition and DMA cases, comitology, sanctions, CORDIS, TARIC, infringements, consultations/api/v2/commission/state-aid
Council & European Council43Documents, voting results, preparatory bodies, OJ agendas, summits, the strategic agenda, Eurogroup/api/v2/council/voting-results
European Parliament38MEPs, votes, amendments, committee agendas and minutes, EPRS, parliamentary questions, transcripts/api/v2/parliament/meps
Proprietary14Knowledge guides, the EU Canon, Catalan acquis translations, EU Law Comply clusters, funding-document templates/api/v2/proprietary/guides
Cross-body aggregators8Events and news in one feed across every body, with the pick-your-scope body / family picker/api/v2/events/all
Total934The whole EU institutional map behind one keyX-API-Key: brubru_live_...
The five datapoints, every endpoint, every time

Whether you ask for a court ruling, a lobbyist, a fishing quota or a Eurostat series, the shape of the answer is identical. Light list calls, full detail calls.

FieldIn plain EnglishList callDetail call
public_urlThe canonical link on the institution's own website, so the trail is always auditablePresentPresent
body_txtThe full text reduced to clean plain text, ready for search or an LLMNull (kept light)Full
body_htmlThe same body with its original formatting preservedNull (kept light)Full
document_dateThe date the institution itself published the itemWhen knownWhen known
creation_dateThe moment Brubru first ingested it, so you can poll for what is newPresentPresent
The same filters, on every list endpoint

Learn the query language once. It works the same across all 934 endpoints.

FilterWhat it doesExample
qFree-text search over title, summary and body?q=hydrogen
since / untilRestrict to a date window (also accepted as published_from / published_to)?since=2026-01-01
orderSort by recent, oldest or title?order=oldest
page / limitPagination, up to 100 items per page, with a rich envelope (total, has_more, next_page)?page=2&limit=50
What one Brubru key replaces

The honest pitch for the API: this is the work a partner does not have to do.

If you build it yourselfWhat that actually takesWith one Brubru key
Connect ~40 official EU APIs 40 auth schemes, 40 schemas, 40 pagination styles to learn and maintain One key, one envelope, one filter set
Reach the ~50 sources with no API Reverse-engineer single-page apps, defeat WAFs, run headless browsers, extract PDFs Already done, returned in the same shape
Keep all of it fresh A cron, a monitor and a breakage alert per source, forever Brubru maintains the pipelines
Trust the citations Verify every CELEX and ECLI resolves before you ship it Verified against Cellar before delivery
Serve six languages Translate and curate the labels yourself Multilingual labels and the Catalan acquis built in
Authentication & metered billing (/api/v2/* and /api/v1/*)

API calls are authenticated with a key passed in the X-API-Key header or as Authorization: Bearer <key>. Keys are minted by the admin panel, SHA-256 hashed at rest, and the plaintext is shown once at creation.

  • Key format: brubru_live_ followed by 48 hex characters (192 bits of entropy). Sandbox keys (brubru_test_) hit the same endpoints against a sandbox meter for free integration testing.
  • Storage: api_keys table with key_hash, key_prefix, scopes, last_used_at, revoked_at.
  • Rate limit: per-key sliding window. Exceeded requests return 429 with a Retry-After header.
  • Metered billing (Stripe, live): each call resolves a per-endpoint cost and debits the key holder's API-credit balance; usage is recorded per event and refunded automatically on upstream failure. Brubru's own operator key is billing-exempt so the company never pays to call its own API.
Admin endpoints (live)

Brubru administrators mint, list, and revoke keys on behalf of Professional subscribers.

  • POST /api/admin/users/{user_id}/api-keys: mint a key. Plaintext returned once, never again.
  • GET /api/admin/users/{user_id}/api-keys: list a user's keys (active and revoked). Plaintext is never returned.
  • DELETE /api/admin/api-keys/{key_id}: revoke a key by setting revoked_at. Revocation is an audit event, not a deletion.
Canonical response envelope

Every paginated v1 endpoint returns the same shape so partner integrations are predictable across datasets.

  • Pagination: total, pages, page, limit, has_more, next_page, remaining_pages.
  • Filter echo: published_from, published_to, updated_from, updated_to, detail_level.
  • Attribution: meta.powered_by = "Brubru" and meta.source = "brubru.beresol.eu": machine-readable so partners can display credit programmatically.
  • Dataset-specific aggregates (e.g. by_country, by_user_type) sit in an aggregates object alongside data so partners get analytics and detail in one call.
The original v1 core (still live, still dogfooded)

v1 is the original hand-built core that the chatbot still runs on internally. v2 (above) generalised it to the full 934-endpoint surface with the uniform five-datapoint contract; v1 remains live for the partners who integrated against it. The v1 core:

Meta:

  • GET /api/v1/ping: unauthenticated health check.
  • GET /api/v1/whoami: returns the key holder's tier plus current rate-limit window.

Datasets:

  • GET /api/v1/laws: 8,710 distinct EU laws (28,513 OJ entries, 61,219 XML files). Filters: celex, doc_type, policy_area, q (TSVECTOR full-text), published_from, published_to.
  • GET /api/v1/procedures: 1,200+ legislative files. Filters: reference, committee, rapporteur_mep_id, status, updated_from, updated_to.
  • GET /api/v1/commissioners/{name}/agenda: live calendar items for all 27 college members. Accent-insensitive name resolution.
  • GET /api/v1/consultations/by-initiative/{id}/feedback: live stakeholder feedback from Have Your Say with country and user-type aggregates.

Legal-Text Intelligence:

  • GET /api/v1/legal-text/{celex}/recital-article-map: TF-IDF cosine mapping, top-3 recitals per article.
  • GET /api/v1/legal-text/{celex}/defined-terms: Article 3/4-style definitions dictionary.
  • POST /api/v1/legal-text/resolve-references: plain text in, structured CELEX citations or annotated HTML out.
  • POST /api/v1/legal-text/resolve-aliases: resolve human names (GDPR, DSA, AI Act, CBAM, ...) to CELEX. 680+ aliases.
Three-tier coverage architecture (20 April 2026)

Every Brubru Chat query flows through three retrieval tiers before the AI composes an answer. The v1 API is not only an external partner surface, it is the internal reinforcer that guarantees coverage.

  • Tier 1, DB + smart filters. context_builder.py queries PostgreSQL directly: 8,710 distinct EU laws (28,513 OJ entries, 61,219 XML files), 4,156 calendar events, 564 knowledge guides, 3,266 legislative carriages, 145 EPRS publications, 24 committee work registers, 75 committee minutes, plus the 10 specialised EC clusters (119,542 rows). Fast, curated, no external dependency.
  • Tier 2, on-demand live fetchers. Six specialised clients fire when intent detectors match: Doceo (plenary debates via CRE XML), EP Multimedia (committee meeting transcripts via on-demand Whisper transcription), Have Your Say API (stakeholder feedback), commission.europa.eu scrape (commissioner agendas), EUR-Lex Cellar (CELEX document fetch), Tavily (25 trusted .europa.eu + policy-media domains).
  • Tier 3, v1 API backstop. When Tiers 1 and 2 leave a surface thin, the same service functions that power /api/v1/calendar/events and sibling endpoints re-query with broader filters. The simpler filter logic often catches what the chat's smart filters miss. Real example: on 17 April 2026 the "energy events next week?" query deflected because Tier 1 over-filtered; the Tier-3 backstop added 8 more relevant events. Promise: no query fails for lack of trying.

Phase B-minimal shipped 20 April 2026 (calendar backstop). Assessment checkpoint 4 May 2026, if materially improves answer quality, expand to guides, laws, EPRS, procedures, committees, MEPs.

Brubru as the first user of its own API (dogfooding)

The chatbot, My EU Bubble, Amendator, and Document Generator inside the Brubru app all consume the same /api/v1/* surface that paying customers do. This dogfooding rule means the API never lags behind the product, if a Brubru feature works, the API works. External partners get the same data quality Brubru itself relies on.

Today (May 2026): 47 v1 routers covering the chatbot's full context cascade, /knowledge-guides (509 guides), /laws/{celex}/text (full EU law text via Formex or EUR-Lex Cellar fallback), /eprs (145 EPRS publications), /committees/{code}/work-items + /minutes, /calendar/events (417 institutional events), /meps (live from EP Open Data), /predictions/{ref}/timeline + /outcome (XGBoost + baseline), plus the 10 specialised EC clusters and the 9-identifier resolver. The chatbot consumes the same surface external partners do.

Regression test: /training api. 50 representative user queries (EN/ES/CA/FR) from 7 query patterns are replayed against the live v1 API weekly. First run: 48/50 pass (96%). Every v1 change is verified against this baseline before ship. Dataset: data/training/api_queries_50.json.

Phase 2 (June 2026): cursor pagination, field projection (?fields=), sorting, ETag caching, X-RateLimit-Reset header across every endpoint. Phase 3 (September 2026): webhooks, bulk CSV/Parquet exports, multilingual responses (24 EU languages), semantic search via embeddings.

Vocabulary intelligence layer (2 May 2026)

Brubru speaks the same vocabulary as the EU Publications Office. As of 2 May 2026, every authority code surfaced by the chatbot or API resolves to a multilingual label drawn from the official EU Authority Tables, every legal identifier is verified before delivery, and Brubru itself is published as a DCAT-AP-conformant dataset.

  • Authority label cache. Local cache of the 12 highest-traffic EU Authority Tables (corporate bodies, procedures, document directories, modification types, and more), stored bilingually for the six languages Brubru supports. Refreshed nightly. The chatbot prepends a localised glossary block to its working context whenever an authority URI is in scope, the model sees both the URI and the human label in the user's language at the same time.
  • Standard-identifier resolver. A unified resolver covering nine EU identifier families, CELEX, ELI, ECLI, EuroVoc URI, NAL URI, OJ reference, ISBN, ISSN, DOI, catalogue number. Drop in any free text and get back the structured identifiers, ready for downstream linking. Court rulings (ECLI) get a dedicated discover endpoint with deep-links to e-Justice.
  • DCAT-AP self-description. Brubru's own datasets, the Catalan EU legislation library, the chat knowledge base, the v1 API surface, the EU laws TSVECTOR corpus, are described in the same DCAT-AP profile that data.europa.eu harvesters expect. Available as Turtle, RDF/XML, and JSON-LD. The pointer Europe's official data portal needs to discover us, structurally compatible with their existing pipelines.
  • OP Core conformance on every response. Each v1 response carries Dublin-Core-aliased metadata (title, identifier, type, language, publisher, conforms-to) and an X-OP-Core-Conformance response header. Partners get standards-shaped responses out of the box, no custom adapter required.
  • ELI + CDM ontology pinning. The legal-content ontologies that anchor Brubru's data (European Legislation Identifier and the Publications Office Common Data Model) are vendored at known versions, with a CI test that fails the build if a new predicate enters the codebase without a snapshot refresh. The ontology never silently shifts under our partners.
  • Citation verification, extended. The model's outputs are verified against Cellar (for CELEX/COM) and against the local authority cache (for body codes and other authority URIs) before delivery. A class of "the AI cited a thing that doesn't exist" failures, common in generic GenAI tools applied to EU policy, is closed at the response layer.

Reference: docs/applications/euvoc.md (canonical living plan, 13 phases, status board + update log). Self-monitoring is built in: three free piggybacks on the daily news routine plus two new Friday training sub-commands (/training euvoc, /training drift) keep the layer healthy without adding manual work.

Brubru's AI Act compliance posture (20 April 2026)

Brubru Chat is itself an AI system under EU Regulation 2024/1689 (the AI Act). We treat our own compliance as a product feature, not a legal afterthought. The canonical academic reference on agentic-system compliance is Nannini et al. April 2026, AI Agents Under EU Law: A Compliance Architecture for AI Providers, arXiv 2604.04604v1. The paper identifies four agent-specific compliance challenges (cybersecurity, oversight, transparency, behavioural drift) and nine parallel EU instruments that apply concurrently. What follows maps each against Brubru's architecture.

  • Risk classification. Brubru Chat is not a high-risk AI system under Annex III: it does not perform CV screening, credit scoring, access to essential services, critical infrastructure control, or biometric identification. It falls under Article 50 transparency (general-purpose interaction with EU policy text) and Chapter V GPAI obligations as a deployer of foundation models.
  • Transparency (Article 50). The paper identifies Article 50's "affected parties" requirement as a non-trivial engineering challenge. This entire /data-architecture page is our inventory: 519 europa.eu sources, the 3-tier retrieval cascade, every on-demand fetcher (plenary debates, committee transcripts, stakeholder feedback, commissioner agendas, Cellar, Tavily), every downstream user in scope (registered users, API partners, daily-brief recipients). Users interacting with Brubru Chat see the AI disclaimer; the daily brief is opt-in; partner API calls are logged per-key.
  • Behavioural drift. The paper's taxonomy: anticipated adaptive behaviour (tool selection, in-context learning, RAG) is not substantial modification if documented and risk-assessed. Brubru's tool-calling pattern (intent detection -> DB smart filters -> on-demand fetchers -> v1 API backstop) is exactly this category. Every fetcher is documented in code and in this page. We do not perform continuous post-deployment weight updates; the Mistral / Claude / OpenAI / Gemini foundation models are externally versioned.
  • Cybersecurity, Article 15(4). API-level least-privilege rather than system-prompt controls. Our v1 API ships with: scope-limited API keys (tied to subscription_tier, not to the user's full Brubru session), per-key sliding-window rate limits (60 req/min default), SHA-256 hashing of keys at rest, plaintext shown once at creation, structured error envelope with reason_code for diagnostics, and tier gating enforced per endpoint. No prompt-injection vector reaches the keys.
  • Human oversight, Article 14. The /audit-queries skill pulls every user query from the DB and diagnoses each against a quality checklist, with root-cause tracing into context_builder.py. Since 20 April 2026 this routine explicitly includes a dogfooding comparison to the v1 API (Tier-3 backstop). See memory/feedback_chat_quality_paramount.md and memory/feedback_three_tier_coverage.md.
  • Data governance, Article 10. Training data for foundation models is governed by their providers (Mistral, Anthropic, OpenAI, Google). Brubru's own knowledge base (509 guides, 11,393 multilingual triggers) is human-authored and version-controlled in git; every update is traceable. User chat logs are retained in line with GDPR + our subprocessor agreement (see /subprocessors).
  • The 9-instrument compliance surface. Brubru itself also monitors all nine: AI Act, GDPR, CRA, DSA, Data Act, ePrivacy, NIS2, sector-specific (MDR, MiFID II, PSD2), revised Product Liability Directive. We ship daily updates to our knowledge base so customers with meaningful regulatory exposure (Enterprise-tier profile: Discord, Coinbase, Roblox, Epic Games, etc.) track the whole stack through a single surface rather than through nine parallel subscriptions.

Status: self-assessment based on the canonical academic source. Harmonised standards under M/613 (CEN/CENELEC JTC 21) remain working drafts at April 2026; when adopted, we will re-map our posture against published standards. Full source reference: Nannini, Leon Smith, Maggini, Panai, Feliciano, Tiulkanov, Maran, Gealy, Bisconti, April 2026.

Documentation surface
  • /api: public landing page (endpoints summary, response envelope, code samples, CTAs to docs and subscription). Header nav entry. No pricing shown here any more (pricing lives on /subscription).
  • /api/docs/: full docs microsite shipped 20 April 2026: 10 written pages (~130 KB), sticky sidebar nav, responsive. Introduction, Authentication, Envelope, Errors, Rate limits, Endpoints (the full v2 catalogue), Institutions matrix, Glossary (47 EU policy terms in plain English), Use cases (6 personas + 4 competitor patterns), Changelog. Soft-paywall banner links non-Professional visitors to /subscription but doesn't block reading.
  • /api/v1/openapi.json: OpenAPI 3.1 spec auto-generated by FastAPI, filtered to v1 only. Postman imports in one click.
  • Scalar live try-it reference remains at brubru-production.up.railway.app/api/docs (backend-served, execution requires API key).
Client libraries: the API and EuroVoc, one import away

The same surface is wrapped by two official Python libraries on PyPI (brubru and brubru-eurovoc, open source at github.com/Beresol-BV/brubru-EU-scraper-library), so a data team is one import from the whole estate.

  • brubru: a thin SDK over the v2 API. Typed objects over the five-datapoint contract, automatic pagination, honest errors. The API's own client. bru.extract(url, classify=True), bru.social.posts(...).
  • eurovoc: a standalone, open-source EuroVoc classifier. It tags any text into the EU's official subject space (7,029 descriptors, 127 microthesauri, 21 domains), multilingual including Catalan. A modern, open successor to the 2021 PyEuroVoc package, and the natural home for a retrained long-context model. Runs locally or, with backend="brubru", through the hosted classifier.

Documented on /api and /api/docs/.

Social media intelligence layer: every EU actor mapped (Phase 4, June 2026)

Beyond what institutions publish, Brubru maps what EU actors say on social media: the layer that often precedes or explains the formal documents. A polymorphic directory holds 3,800+ mapped accounts across institutions, agencies, MEPs, Commissioners, EU officials and EU-affairs journalists, spanning every major platform. Content is fetched only where it is free and terms-clean (Bluesky, Mastodon, YouTube, and X via the public syndication endpoint); Instagram, LinkedIn and TikTok are mapping-only by design (no paid API, no covert scraping).

The whole layer is exposed under /api/v2/social with the same five-datapoint contract: the directory overview, posts (newest first, filterable by entity and platform), accounts, a per-entity social footprint, and the platform pick-list with each platform's content-fetch tier.

Build progress
  • Day 1 (15 April 2026), API key model, migration 033, admin endpoints, six-path auth dependency. 10 tests.
  • Day 2 (15 April 2026), /api/v1/* sub-router, canonical paginated envelope, per-key sliding-window rate limiter (60 req/min), X-RateLimit-* headers, ping/whoami/feedback endpoints. 25 tests.
  • Day 3 (15 April 2026), /api/v1/laws and /api/v1/procedures shipped with full filter sets. 30 tests.
  • Day 4 (15 April 2026), /api/v1/commissioners/{name}/agenda shipped, four legal-text intelligence endpoints ported to v1. 34 tests.
  • Day 5 (15 April 2026), Scalar docs at /api/docs, filtered OpenAPI at /api/v1/openapi.json, public landing page at /api, header nav entry next to Tenderator (i18n in 6 languages). 36 tests passing in total.
  • Landing-page integration: the "For developers and RegTech partners" section now leads with the REST API (six flagship endpoints) plus the existing MCP server (six tools), with CTAs to /api and /api/docs.
  • Jordi feedback pass (20 April 2026), 11 correctness bugs fixed after the 18 April integration review:
    • /laws: 422 conflicting_params when published_to and published_end carry different values; 422 invalid_date_range on inverted ranges.
    • /meps: rewired to direct httpx against EP Open Data REST v2. full_name and profile_url always populated; total now offset + items + 1-hint with coverage_complete: false.
    • /consultations: ISO-8601 dates (YYYY-MM-DDTHH:MM:SSZ); feedback_id always string.
    • /legal-text/{celex}/recital-article-map: graceful 503 computation_unavailable instead of uncaught 500.
    • /legal-text/resolve-references + /resolve-aliases: documented as READ-ONLY idempotent.
    • /commissioners/{name}/agenda: detail_url parser prefers title anchors; rejects #, javascript:, mailto:.
    • Default limit 20 → 50 across all 9 paginated endpoints.
    • 8 regression tests in test_v1_jordi_feedback.py; 68 total green.
  • Day 6 (15 April 2026), partner-compatibility pass inspired by GovClipping's Postman docs. Six items shipped:
    • Structured error envelope on every /api/v1/* response: { "error", "reason_code", "request_id" }. Reason codes are stable machine-readable strings (auth_missing_key, auth_invalid_format, auth_key_not_found, tier_insufficient, rate_limited, not_found, invalid_query, upstream_error).
    • X-Request-Id response header on every call (echoes the client's inbound value if supplied, otherwise generates a UUID4). Matches the request_id in error bodies for support traceability.
    • Envelope additions: returned (items in this page) and coverage_complete (True for DB-backed, False for live-scraped results).
    • Filter aliases: published_end and updated_end accepted alongside published_to / updated_to. The envelope echoes both. Matches GovClipping's convention so partners reuse existing SDK patterns.
    • Dual authentication: Authorization: Bearer <key> (OpenAPI/Postman default) and X-API-Key: <key> (curl-friendly) both accepted. Bearer wins if both present.
    • GET /api/v1/meta/enums: a single lookup endpoint returning every valid filter value, doc_types, policy_areas (live from DB), EP committees, procedure statuses, stakeholder user types, detail levels. Partners call once, cache forever. 49 tests passing in total.
  • Internationalisation: the /api landing page is now translated to all six Brubru languages (English, Spanish, Catalan, French, Italian, Dutch) via the api i18n namespace in each locale file. Fully responsive (desktop / tablet / mobile breakpoints).

Caveat: rate limiter is in-memory (per backend instance). For one paying partner this is fine; pin Railway to one replica until Redis is added.

Option A: generic ingestion pipeline (15 April 2026)

Shipping the next-scale source coverage without building 500 bespoke scrapers. The pattern: one generic RSS ingester + YAML config per feed. Adding a new EU institutional source is now a config file, not code.

  • Model + migration 035: institutional_publications table with unified shape (source_slug, institution_slug, category, title, summary, url, policy_areas, tags, published_date, full-text index). Row-Level Security enabled.
  • Ingester: backend/services/ingestion/rss_ingestor.py reads YAML configs from configs/*.yaml, fetches via BaseRSSClient, upserts with dedupe on (source_slug, external_id).
  • Catalog (discovery-driven): backend/scripts/discover_feeds.py crawls all 519 base domains from data/europa_eu/europa.eu_all_sources.md, probes each for <link rel="alternate" type="application/rss+xml"> in the HTML head plus 13 common paths. Validated URLs land in data/europa_eu/discovered_feeds.csv. configs_from_discovered.py then turns each CSV row into a YAML ingestion config automatically. First full 519-domain discovery: 64 validated feeds found, 54 auto-generated YAML configs.
  • Live ingestion: 52 of 78 configured feeds working after the discovery sweep, 587 real publications across 44 sources and 35 institutions in the DB right now. Top contributors: JRC (91), European Commission (60), EMA (58), ECB (25), EEA (20), Frontex (20), EESC (20), CEPOL (20), FRA (12), EIGE (12). The remaining 26 configured URLs return 404/403 (retired feeds or WAF-blocked) and will be retired or re-curated in the next discovery pass.
  • CLI: python3.12 scripts/ingest_publications.py [slug1 slug2 ...]. Run for all configs or a subset.
  • New API: GET /api/v1/publications with filters (q, institution_slug, source_slug, category, policy_area, published_from/to). Plus GET /api/v1/publications/sources listing available feeds with counts. Same canonical envelope as every v1 endpoint.
  • Tests: 58/58 passing (9 new tests for publications + ingester added).

Ongoing curation: each week new YAML configs land. When an upstream feed URL breaks, the ingester logs the error and continues with the others, no cascading failure. This scales without rebuilding code.

Model Context Protocol (MCP) server: the AI-native partner surface

The same data that powers the REST API is exposed over Anthropic's Model Context Protocol so partner AI assistants (Claude Desktop, Claude Code, third-party MCP clients) can query Brubru natively. Six tools live today, mirroring the six v1 surfaces partners ask for most.

MCP toolWhat it returnsBacking data
ask_brubruEnd-to-end chat answer with citations + retrieval debugFull Brubru context cascade (3 tiers)
get_calendar_eventsFiltered EU institutional events417 events across 6 sources
get_procedure_statusOEIL procedure status, committee, rapporteur, key eventslegislative_carriages + OEIL XML
search_eprsEPRS publications (briefings, at-a-glance, in-depth analyses)eprs_publications + ChromaDB vectors
search_eu_legislationFull-text TSVECTOR search across the acquis8,710 distinct laws / 28,513 OJ pubs
search_knowledge_guidesTop-K matching expert-curated guides509 guides, 11,393 multilingual triggers

Same auth model as REST (API key in X-API-Key or Bearer). MCP positioning is significant: Anthropic and other AI vendors are pushing MCP as the agent-to-data standard for 2026. Brubru being first-class on MCP makes the chatbot, the API, and external AI agents share one truth layer.

Source coverage today vs aspiration

The v2 API has moved coverage from a handful of streams to the full institutional map: 934 endpoints drawing on roughly 40 official EU machine-readable APIs unified under one contract, plus around 50 sources Brubru reverse-engineered or scrapes itself because they ship no API. data/europa_eu/europa.eu_all_sources.md remains the source universe (519 europa.eu domains tracked); the API now surfaces the institutionally important core of it, not a thin sample.

The remaining frontier is breadth on the long tail. The generic RSS ingestion pipeline (institutional_publications + automated feed discovery via discover_feeds.pyingest_publications.py) lets a new feed be added as a YAML config rather than code, so coverage grows on a weekly cadence without bespoke scrapers. Expansion of the long tail stays a tiered programme (memory/project_data_provider.md): structured APIs first, then RSS/Atom feeds, then generic HTML, with Tavily as the real-time backstop. Partner-driven priority: deepen the sources paying customers actually pull, before chasing the tail.

Coverage depth: every EU institution, body and agency

The Data Provider vertical aims to cover every EU institution, body and agency. Coverage is layered, so honesty matters: a body can have a dedicated /api/v2 folder (the full agency pattern: news, publications, events, the 5-datapoint contract), or only a lighter feed (an RSS feed flowing into /api/v1/publications, or a news / events scraper), or nothing yet. This audit, source-verified against the mounted routers, the RSS configs, and every scraper source file, shows exactly where each of the ~90 bodies stands. It is the build map for the vertical.

81 Full 0 Light 0 Absent
  • Full  81 bodies have a dedicated /api/v2 folder with the full agency pattern. The premium tier.
  • Light  17 bodies are already pulled in, but only as an RSS feed or a news / events scraper, with no dedicated folder. These are the promotion backlog.
  • Absent  15 bodies have no coverage in any tier yet. These are the build-from-zero backlog, almost all Joint Undertakings and the defence cluster.

Columns below: Folder = dedicated /api/v2/<body> surface; RSS = feed in /api/v1/publications; News = news / events scraper. Audit date 25 June 2026.

Institutions (7)

BodyFolderRSSNewsVerdict
European ParliamentFull
European CouncilFull
Council of the EUFull
European CommissionFull
Court of Justice (CJEU)Full
European Central BankFull
European Court of AuditorsFull

EU bodies & advisory (9)

BodyFolderRSSNewsVerdict
European External Action Service (EEAS)Full
European Investment Bank (with EIF)Full
European Public Prosecutor's Office (EPPO)Full
Economic and Social Committee (EESC)Full
Committee of the Regions (CoR)Full
European OmbudsmanFull
European Data Protection Supervisor (EDPS)Full
European Data Protection Board (EDPB)Full
Cybersecurity Competence Centre (ECCC)Full

Financial supervision & banking union (8)

BodyFolderRSSNewsVerdict
European Banking Authority (EBA)Full
Securities and Markets Authority (ESMA)Full
Insurance and Pensions Authority (EIOPA)Full
European Systemic Risk Board (ESRB)Full
Single Resolution Board (SRB)Full
Anti-Money Laundering Authority (AMLA)Full
European Stability Mechanism (ESM)Full
EurogroupFull

Interinstitutional services (4)

BodyFolderRSSNewsVerdict
Publications Office (OP)Full
Personnel Selection Office (EPSO)Full
CERT-EUFull
European School of Administration (EuSA)Full

Foreign, security & defence (4)

BodyFolderRSSNewsVerdict
EU Institute for Security Studies (EUISS)Full
European Defence Agency (EDA)Full
EU Satellite Centre (SatCen)Full
Security and Defence College (ESDC)Full

Executive agencies (6)

BodyFolderRSSNewsVerdict
Health and Digital (HaDEA)Full
Climate, Infrastructure & Environment (CINEA)Full
Innovation Council & SMEs (EISMEA)Full
Research Council (ERCEA)Full
Research (REA)Full
Education and Culture (EACEA)Full

EURATOM & Joint Undertakings (12)

BodyFolderRSSNewsVerdict
Fusion for Energy (F4E)Full
Europe's Rail JUFull
Smart Networks and Services JU (SNS)Full
Euratom Supply AgencyFull
Clean Hydrogen JUFull
Clean Aviation JUFull
SESAR 3 JUFull
Chips JUFull
Circular Bio-based Europe JU (CBE)Full
Global Health EDCTP3 JUFull
Innovative Health Initiative JU (IHI)Full
EuroHPC JUFull

Decentralised agencies (31)

BodyFolderRSSNewsVerdict
Energy Regulators (ACER)Full
Electronic Communications (BEREC)Full
Vocational Training (Cedefop)Full
Plant Variety Rights (CPVO)Full
Disease Prevention & Control (ECDC)Full
Chemicals (ECHA)Full
Environment (EEA)Full
Food Safety (EFSA)Full
Gender Equality (EIGE)Full
Innovation & Technology (EIT)Full
Medicines (EMA)Full
Cybersecurity (ENISA)Full
Large-Scale IT Systems (eu-LISA)Full
Safety and Health at Work (EU-OSHA)Full
Asylum (EUAA)Full
Drugs (EUDA)Full
Intellectual Property (EUIPO)Full
Fundamental Rights (FRA)Full
Aviation Safety (EASA)Full
Maritime Safety (EMSA)Full
Railways (ERA)Full
Labour Authority (ELA)Full
Fisheries Control (EFCA)Full
Law Enforcement Cooperation (Europol)Full
Border & Coast Guard (Frontex)Full
Law Enforcement Training (CEPOL)Full
Criminal Justice Cooperation (Eurojust)Full
Space Programme (EUSPA)Full
Living and Working Conditions (Eurofound)Full
Training Foundation (ETF)Full
Translation Centre (CdT)Full
The build backlog this audit produces

Build from zero (0 Absent): the build-from-zero backlog is cleared. Every body in this audit now has a dedicated folder or is a documented Light feed pending promotion.

Promote to a folder (9 Light): bodies already pulled in via RSS or a news scraper but without the full agency pattern, e.g. EESC, CoR and the EPPO. Promotion upgrades them from a single feed to the structured 5-datapoint surface.

Goal: drive all ~90 bodies to Full, so the API can claim, literally and verifiably, every EU institution, body and agency.

The EU web estate: a scraper's map of every platform type

There is no single "EU website", no single CMS and, for most of this data, no official API. The Union is ~100+ institutions, bodies and agencies, each with its own budget, IT procurement and history, so the public web is a patchwork of a dozen different platform types, each demanding a different extraction technique. Knowing which body runs which platform, and how to crack each one, is itself a proprietary asset: the Brubru scraper standard. This is the map.

Why it is fragmented (and getting harder)

Since ~2018 the Commission has pushed two things to standardise the estate: the Europa Component Library (ECL), a mandated design system, and OpenEuropa, an open-source Drupal distribution. Most europa.eu sites have converged on them, predictable, server-rendered, scrapable.

But the mandate has gaps. Older institutions predate it (the Court of Justice runs a French enterprise CMS); some standardised on Microsoft (the Court of Auditors on SharePoint); the newer, independently-procured Joint Undertakings reached for WordPress or Microsoft Power Pages. And a rising anti-bot layer (Cloudflare-style challenges, proof-of-work walls) is being bolted on top of all of them, aimed squarely at AI scrapers. Brubru's value is having mapped and cracked each type.

The platform types

1 · Europa Component Library (ECL): the friendly default

What: the Commission's official front-end design system (europa.eu/component-library), mandated across europa.eu domains. How: pages are assembled server-side from standard components; content items carry predictable classes (.ecl-content-item) and URLs end in _en. Why: one accessible (WCAG 2.1 AA), multilingual, branded look across 300+ sites, centrally governed. Brubru technique: parse the .ecl-content-item list server-side, no browser needed. The easiest type.

Bodies: most EC Directorates-General, plus CINEA, AMLA, EACEA, ECCC, EIOPA, EISMEA, EPPO, EPSO, ERCEA, ESDC, HaDEA, REA, the European School of Administration, and the ECL Joint Undertakings (Clean Hydrogen, Global Health EDCTP3, EuroHPC, Euratom Supply Agency).

2 · Drupal / OpenEuropa: the agency workhorse

What: Drupal, usually the Commission's open-source "OpenEuropa" distribution (a Drupal profile + ECL theme maintained by DG DIGIT). How: content lives as "nodes" rendered in .teaser / .card / .views-row / article.node / .group-content templates, paginated with ?page=N. Why: open-source, EC-backed, gives agencies the ECL look with editorial freedom, the default for decentralised agencies. Brubru technique: a generic teaser-walker handles the common case; per-agency overrides where the node template diverges.

Bodies: ACER, BEREC, CdT, CPVO, EASA, ECDC, EDPB, EDPS, EESC, EFCA, EFSA, EIT, ELA, EMA, ENISA, ERA, ESM, ESMA, ETF, EU-OSHA, EUISS, eu-LISA, Eurojust, Europol, EUSPA, SESAR, SRB, CBE.

3 · WordPress / Elementor: the Joint Undertakings

What: WordPress (often with the Elementor visual page-builder), the world's most common CMS. How: bespoke themes; news at /latest-news/<slug>; documents frequently as PDFs whose only title is the filename. Why: the JUs are small, recently created and independently procured, WordPress is cheap, fast and familiar. The trade-off: every JU's markup is different. Brubru technique: per-JU parsers (filename-to-title extraction, Elementor post-grids rendered through a headless browser).

Bodies: Fusion for Energy (F4E), Europe's Rail (Elementor), Smart Networks & Services (SNS).

4 · Microsoft Dynamics / Power Pages: the JS portal

What: a Microsoft Dynamics 365 / Power Pages portal (low-code, Dataverse-backed). How: content lives in Dataverse and is rendered client-side via AJAX; pages are addressed by query-string IDs (/NewsDetails?id=…). Why: some bodies standardise on the Microsoft enterprise stack. Brubru technique: a headless browser plus the ?id= detail pattern, there are no server-rendered cards and dates load late, so this is one of the harder types.

Bodies: Chips JU.

5 · Jalios JCMS: the Court of Justice

What: Jalios JCMS, a French enterprise Java CMS/portal. How: distinctive jcms/… URL paths and its own markup conventions. Why: the Court (Luxembourg) procured independently, long before ECL existed, and chose a European enterprise CMS. Brubru technique: JCMS-specific path + selector handling.

Bodies: Court of Justice of the EU (curia.europa.eu).

6 · SharePoint: the Court of Auditors

What: Microsoft SharePoint serving public pages. How: an enterprise content/collaboration platform; heavy, JavaScript-driven, with awkward .ms-rte* markup. Why: the institution standardised on Microsoft 365. Brubru technique: a headless browser with tolerant selectors.

Bodies: European Court of Auditors (ECA).

7 · SPA & search backends: the hardest case

What: a Single Page Application, the browser builds the page in JavaScript from API calls; the served HTML is near-empty. How: a JS framework (React/Angular) over a search service (EUIPO is fronted by Algolia; EUR-Lex by a JavaScript-gated search). Why: rich interactive UX, instant faceted search. The worst case for extraction: you must run a headless browser or reverse-engineer the underlying JSON/Algolia endpoint. Brubru technique: hit the underlying API where one exists, else render in Playwright.

Bodies: EUIPO (Algolia anti-bot SPA), EUR-Lex (JS search).

8 · Bespoke / custom-article: the one-offs

What: hand-built sites with custom article markup (.post-meta, .date-details, .event-dates). Why: built before or outside the ECL mandate, often by an external agency, so no shared template applies. Brubru technique: a per-site selector map, maintained by hand.

Bodies: EDA, CoR, ENISA, ACER (partly), SESAR (date fields).

The anti-bot layer (sits on top of any platform)

WallWhat it is & whyWhereBrubru technique
JS-WAFA JavaScript challenge that must execute before any content loads, blocks plain HTTP clients.EUR-LexHeadless browser (WebFetch → Playwright fallback).
Proof-of-Work (Anubis)A hashcash-style computation the browser must solve. An open-source anti-AI-scraper wall, increasingly adopted across EU sites.FRASolve in a real browser context; pace requests.
Rate-limit / Cloudflare-style challengeAn interstitial that triggers after N rapid requests and clears after an IP-wide cooldown of minutes.Cedefop, Eurofound, EIT, EDPS, RASFFCooldown-aware paced retries; never burst.
403 / User-Agent blockOutright refusal of non-browser User-Agents.EUDABrowser UA + headless render.
Cookie-WAFRequires a session-cookie handshake before serving documents (e.g. plenary PDFs).EP doceoCookie handshake via Playwright, then fetch.
Broken TLS chainAn incomplete certificate chain that standard clients reject.IHIBrowser with relaxed certificate verification.
JS faceted-searchNews/event cards are not in the server HTML, they render only after a client-side filter runs.IHI newsroom, several .card agenciesRender the filter in a browser, or call the search API.
Why this is a sellable standard

Any competitor can scrape one ECL site. The moat is the long tail: knowing, for all ~90 bodies, exactly which of these eight platforms and seven walls applies, and carrying a tested extractor for each. Brubru encodes that map as code (one scraper module per body, the platform type documented in its header) and as this living reference. It is the difference between "we fetch some EU news" and "we reliably extract structured data from every EU institution, body and agency, whatever they built it on."

Source: every backend/services/scrapers/economy_*.py module, whose docstring records the platform type and extraction approach. Mapped 26 June 2026.

The extract engine: measured against the whole estate, and the issues we fixed

The platform map above is the theory. This is the audit: one config-driven extract engine run against every URL in the API source docs, 8,544 of them across 232 domains, with each issue it surfaced diagnosed and fixed. The output is both a hardened engine and a reusable catalogue, the practical half of the Brubru scraper standard. Public companion: /api/docs/extract-engine.html.

The estate, in numbers

8,544 URLs · 232 domains · 87% reachable (HTTP 200) · 0 mojibake titles after the encoding fix · junk titles near-zero.

Platform mix (reachable HTML): Drupal 4,068 · ECL 2,808 · SPA 285 · WordPress 75 · JCMS 48 · SharePoint 20 · Dynamics 14. Two platforms are ~80% of the estate, so two handlers cover most of it; the long tail is anti-bot walls (europarl, FRA, EUDA) and fully-JS SPAs.

Caveat: the 28-worker concurrent scan trips some per-host rate limits, so 429/403 counts are an upper bound on "blocked". Scanned 27 June 2026.

The issue catalogue (symptom → fix)

Data quality: encoding, junk, dates

Mojibake ("Europe’s"): requests defaulted an undeclared charset to Latin-1, but EU pages are UTF-8 → honour the real encoding. 0 mojibake estate-wide.

Nav / CTA junk as items ("Subscribe", "Read more", "Registration") → a central junk-title filter at every item-build site.

Dates near-zero: the parser missed ordinals ("24th June"), US and numeric formats → a format-robust parser preferring real date elements; plus an opt-in detail-page complete_dates for sites that only show the date on the article page (eige 0→88%, easa 0→100%).

Forms as items: filter widgets and date-pickers were extracted as dateless "items" → strip form / .ecl-datepicker before card selection.

Classification: EuroVoc tagging

Proper-noun pollution ("Chips JU" → "jute"): a confidence gate keeps a tag only when top matches agree on a EuroVoc domain or the margin is clear. No tags beats wrong tags.

Organisation / treaty NAMES as subjects ("Pacific Islands Forum", "EAEC Treaty"): filtered using EuroVoc's own microthesaurus domains, while keeping geography and legal subjects.

Thin titles: an opt-in deep mode classifies on the full article body instead of the listing snippet.

The hard platform: Microsoft Power Pages

The chips-ju data-grid renders ~12s late and hides links behind JS "Click here" spans, so it returned 0 items. Fixed with a render-settle wait (poll until content stops growing and no spinner shows), a permissive reader for its heading+span card layout, and a one-shot browser retry. 0 → 6 items, now reliable. A regression this caused on the Court of Justice (curia grabbing menu chrome) was caught and fixed by scoping the permissive path, the lesson being that every relaxation needs a cross-platform regression sweep.

Residual limitations (honest)

Hard anti-bot walls (EUDA 403, FRA Anubis) stay blocked. A few bodies (EUISS, "Conference on Disarmament") are filed by EuroVoc under topic domains, so they can survive the org-name filter on security text. A small class of fully-JS sites (enisa) hide the date in relative or image form, unrecoverable even when rendered.

Source: scripts/extract_estate_scan.py + extract_engine_issues.md. Engine: backend/services/extract/.

Specialised EC databases: 10 institutional surfaces wired into chat + API (May 2026)

Through May 2026 Brubru cracked ten EU institutional data sources that no other vendor surfaces through a single API key. They were the proving ground for the much larger v2 build above, and each is now reachable both as a v2 endpoint and through the original /api/v1/specialised/* route, alongside a context-builder block in the chatbot, so when a user asks about sanctions, lobbying, comitology, geographical indications, trade agreements, anti-dumping duties, competition cases, JRC scientific datasets, cohesion open data, or Combined Nomenclature tariff sections, the chat retrieves directly from these tables. Total specialised rows ingested: 119,542 (plus two live pass-throughs to upstream APIs).

The 10 clusters at a glance
ClusterBacking table / sourceLive rowsv1 endpoint
Sanctions / CFSP restrictive measureseu_sanctions (CFSP consolidated list)6,002/specialised/sanctions
Transparency Register (lobbyists)eu_transparency_register (daily Joint Secretariat XML)17,247/specialised/transparency-register
Comitology documentseu_comitology_documents (Playwright-cracked SPA)83,807/specialised/comitology
Geographical Indications (PDO/PGI/TSG)eu_geographical_indications (eAmbrosia + GIview merged)5,917/specialised/gi
International agreements (FTA / EPA / AA / PCA)eu_trade_agreements (Cellar SPARQL, sector 2 type A)900/specialised/fta
Trade defence (anti-dumping / countervailing / safeguard)eu_trade_defence_measures (Cellar SPARQL, sector-3 type-R)675/specialised/trade-defence
DG COMP competition casesLive pass-through to api.tech.ec.europa.eu (~250k cases)live/specialised/competition-cases
JRC Data Catalogueeu_jrc_datasets (data.europa.eu federation)3,543/specialised/jrc-datasets
DG REGIO cohesion open dataeu_cohesion_datasets (Socrata catalogue)1,451/specialised/cohesion-datasets
Combined Nomenclature / CN sectionsLive pass-through to webgate.ec.europa.eu/nomenlive/specialised/access2markets/products
SPA-cracking via Playwright headless Chromium
Five EU sites that previously rejected scrapers (Imperva WAF, Angular SPA opacity, server-side rendering only) were cracked over the same window by running Playwright headless Chromium against the real browser TLS handshake and capturing the underlying network calls. The recovered API paths are now consumed directly by Brubru's backfill scripts:
  • Comitology Register/core/api/front/* JSON path discovered via network capture. 83,807 documents catalogued.
  • DG COMP competition casesapi.tech.ec.europa.eu/search-api with public CS_PROD_ODSE_PROD key (EU Corporate Search backend). ~250k cases reachable.
  • Access2Marketswebgate.ec.europa.eu/flows (statistics) + nomen (Combined Nomenclature). Live pass-through, no local mirror needed.
  • JRC Data Catalogue → Imperva blocks all /api/* paths and RDF distributions; cracked by using the data.europa.eu federated harvest (/api/hub/repo/catalogues/jrc/datasets) as the upstream source instead.
  • eAmbrosiawebgate.ec.europa.eu/eambrosia-api (DG AGRI). 5,917 EU-protected names harvested + merged with EUIPO GIview union register.
Per-row contract: has_body + body_threshold + body_source
Every specialised row exposes a uniform body contract so partners can decide at query time whether to receive metadata-only rows or full-text rows. has_body is a boolean; body_threshold is a query param (?body_threshold=200 returns only rows with at least 200 chars of body_text); body_source documents provenance (cellar_xhtml → preferred, cellar_pdf → fallback for proposals, scrape → legacy). The two live pass-through clusters (DG COMP cases, Access2Markets) skip this contract because rows are fetched on demand from the upstream API at request time.
Chatbot integration: Layer 1 (shipped 11 May 2026)
Each of the 10 clusters has a context-builder block in backend/services/ai/context_builder.py that fires when the user's query matches the cluster's intent regex. Blocks are capped at 4 kB per CLAUDE.md and injected at the TOP of the system prompt so they survive the 32 k truncation cap. End-to-end verified before deploy: 10/10 positive queries surface relevant cluster data; 0/6 negative queries trigger any of the 10 specialised intents (correct scoping).
  • "EU sanctions on Iranian officials" → 6 IRN-programme entities from eu_sanctions
  • "Does Amazon lobby in Brussels?" → Amazon Europe Core SARL (€9.99M declared, 9 EP passes)
  • "Latest SCoPAFF vote on glyphosate" → C20407 PAFF committee voting sheets
  • "Italian PDO cheeses" → "Salamini italiani alla cacciatora" + more
  • "EU FTA with Japan" → sector-2 type-A agreements with Japan partner
  • "Anti-dumping on Chinese e-bikes" → bicycle anti-dumping cases against China (with demonym + product-synonym expansion)
  • "Latest state aid case for Italy" → SA.117255 (Italy, 2024-12-19) from live DG COMP search
  • "JRC dataset on air pollution PM25" → JRC EDGAR-FOOD + Copernicus rapid-mapping datasets
  • "ESF+ employment programmes dataset" → 8 ESF+ Socrata-catalogued rows
  • "CN code for olive oil" → Section III (animal/vegetable fats and oils, chapters 15-15)

Reference: docs/applications/specialised_ec_databases.md (9-wave roadmap + Layer 1 chatbot integration table). Commits 630d3db7 (sanctions + TR + comitology) and 0f91afe3 (the remaining 7) shipped to Railway 11 May 2026.

Legislative tracking (the "train")

Brubru tracks all 2,237 legislative files under the ordinary legislative procedure, from Commission proposal to final adoption. Every proposal is monitored automatically.

legislative_carriages table (2,237 files)
Each "carriage" represents one legislative proposal on its journey through the EU institutions. We track its status, committee assignments, rapporteur, timeline of key events, and links to OEIL and EUR-Lex documents. The full pipeline is monitored: from the moment the Commission announces a proposal through committee work, trilogue, adoption, and even withdrawal.

Breakdown by status

0
tabled
0
announced
0
adopted
0
completed
0
close to adoption

A few examples from the 2,237 tracked files

Tabled
Pharmaceutical legislation reform
2023/0132(COD) | SANT committee | Rapporteur: Montserrat (EPP, ES)
Provisional agreement Dec 2025
Adopted
European Health Data Space (EHDS)
2022/0140(COD) | Regulation (EU) 2025/327
32025R0327
Tabled
Digital Networks Act
2025/0049(COD) | ITRE committee
COM(2025) 54
Adopted
SAFE instrument (defence)
2025/0072(COD) | Regulation (EU) 2025/1106
32025R1106

These are just 4 out of 2,237 files. Brubru tracks every proposal under the ordinary legislative procedure across all Commission priorities and EP committees.

What we trackSourceRecords
Legislative files: proposals, status, committees, rapporteursLegislative Train OEIL2,237
Legislative packages: grouped proposals under Commission prioritiesLegislative Train166
Committee work items: draft reports, opinions, amendments in progressEP committees359
Texts adopted: final EP plenary votes, adopted positionsEP plenary66
Commission documents: COMs, SWDs, implementing/delegated actsRegDoc API445
Public consultations: open, closed, feedback receivedHave Your Say123
EPRS publications: briefings, studies, impact assessmentsEPRS112

All 2,237 procedures, organised by Policy Interest

Every tracked legislative procedure, grouped by Brubru’s Policy Interest classification for findability. 2,181 carry a Policy Interest across 34 categories; 56 are not yet classified (shown in an honest Unclassified bucket, sub-ordered by lead committee — never an invented label). 695 are at an advanced stage (adopted / completed / close to adoption). Activity counts (amendments, procedural events, idle days) come from each procedure’s own daily snapshot row. Click a group to expand.

Economic and Financial Affairs — 401 procedures (89 advanced, 15 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0138(COD)New economic governance rulescompleted1185 amdt · 9 events · 788d idle
2022/0403(COD)Harmonising certain aspects of insolvency law in the EUcompleted538 amdt · 9 events · 570d idle
2021/0191(COD)European green bonds: A standard for Europe, open to the worldcompleted510 amdt · 12 events · 940d idle
2022/0408(COD)Harmonising certain aspects of insolvency law in the EUcompleted502 amdt · 11 events · 87d idle
2021/0295(COD)Proposal amending the Solvency II Directivecompleted412 amdt · 10 events · 535d idle
2023/0111(COD)Markets in crypto-assets (MiCA)adopted326 amdt · 14 events · 89d idle
2021/0377(COD)Amending the European Long-Term Investment Funds (ELTIFs) Regulationcompleted286 amdt · 11 events · 1195d idle
2021/0296(COD)Insurance recovery and resolution directivecompleted194 amdt · 11 events · 535d idle
2020/0289(COD)Recovery and Resilience Facilitycompleted153 amdt · 12 events · 1723d idle
2025/0312(COD)Economic and budgetary surveillance of Member States in the euro area experiencing or threatened with serious difficulties with respect to their financial stabiclose_to_adoptionECON58 amdt · 7 events · 61d idle
2018/0171(COD)Sovereign bond-backed securities: Risk diversification and reductioncompleted57 amdt · 10 events · 264d idle
2020/0106(COD)Solvency Support Instrumenttabled56 amdt · 3 events · 2165d idle
2025/0311(COD)Alignment with the EU economic governance framework and further simplification of that frameworkclose_to_adoptionECON53 amdt · 7 events · 61d idle
2021/0430(CNS)System of own resources of the European Unioncompleted29 amdt · 10 events · 961d idle
2023/0166(COD)Retail investor packageclose_to_adoption20 amdt · 7 events · 591d idle
Council Implementing Decision (EU) 2026/809 of 30 March 2026 on the appointment of the Chairperson of the European Banking Authority (EBA)adopted32026D0809
Regulation (EU) 2019/877 of the European Parliament and of the Council of 20 May 2019 amending Regulation (EU) No 806/2014 as regards the loss-absorbing and recadopted32019R0877
Regulation (EU) No 806/2014 of the European Parliament and of the Council of 15 July 2014 establishing uniform rules and a uniform procedure for the resolution adopted32014R0806
CELEX:32015R0848R(07)adopted32015R0848
Outbound investment screeningannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0148
Council Decision (EU) 2026/735 of 17 March 2026 on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an ameadopted32026D0735
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Italytabled52026PC0058
Council Decision (EU) 2026/861 of 5 March 2026 on the position to be taken on behalf of the European Union in the Group of Experts on the European Agreement conadopted32026D0861
CROWDFUNDING: Amendments to the scope of Markets in financial instruments Directive (MiFID II)announced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 4 May 2022 on the approval of the assessment of the recovery and resilience ptabled52026PC0187
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0257
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Cyprustabled52026PC0031
Amendments to the banking Capital Requirements Regulation (CRR) in the area of resolution ('daisy chains')announced
Council Implementing Decision (EU) 2026/844 of 10 April 2026 on making the financial assistance under Regulation (EU) 2025/1106 available to Franceadopted32026D0844
Council Decision (EU) 2026/563 of 5 March 2026 on the position to be taken on behalf of the European Union in the World Forum for Harmonization of Vehicle Reguladopted32026D0563
Council Decision (EU) 2026/539 of 20 January 2026 on the position to be taken on behalf of the European Union within the Committee on Investment Facilitation esadopted32026D0539
CELEX:32015L0849R(06)adopted32015L0849
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Belgiumtabled52026PC0029
Council Regulation (EU) 2026/469 of 23 April 2026 amending Regulation (EU, Euratom) 2020/2093 laying down the multiannual financial framework for the years 2021adopted32026R0469
Amendments to the Single Resolution Mechanism Regulation (SRMR) - Loss absorbing and recapitalisationannounced
Second building block of the Single Resolution Fund (SRF)announced
Directive (EU) 2019/1023 of the European Parliament and of the Council of 20 June 2019 on preventive restructuring frameworks, on discharge of debt and disqualiadopted32019L1023
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an amendment to Annex tabled52026PC0080
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 29 October 2021 on the approval of the assessment of the recovery and resilietabled52026PC0090
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the supplementary supervision of credit institutions, insurance or reinsurance undertatabled52026PC0074
NPLs | CREDIT SERVICERS AND CREDIT PURCHASERSannounced
NPLs | ACCELERATED EXTRAJUDICIAL COLLATERAL ENFORCEMENT (AECE)announced
Assignment of claims and securities ownershipannounced
Alignment of regulation with the EU economic governance framework and simplification of the balance of payment facilityannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the World Forum for Harmonization of Vehicle Regulations of the Utabled52026PC0087
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Portugaltabled52026PC0024
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Croatiatabled52026PC0030
CELEX:52026PC0065R(01): Proposal for a COUNCIL IMPLEMENTING DECISION amending Implementing Decision (EU) 2024/1447 as regards the additional financial contributtabled52026PC0065
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an amendment to Annex tabled52026PC0143
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Latviatabled52026PC0057
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Greecetabled52026PC0059
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Finlandtabled52026PC0056
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Slovakiatabled52026PC0055
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Lithuaniatabled52026PC0052
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Estoniatabled52026PC0054
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Group of Experts on the European Agreement concerning the wortabled52026PC0015
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Romaniatabled52026PC0026
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Spaintabled52026PC0027
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Denmarktabled52026PC0028
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Bulgariatabled52026PC0025
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2024/792 establishing the Ukraine Facilitytabled52026PC0022
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL implementing enhanced cooperation on the establishment of the Ukraine Support Loan for 2tabled52026PC0020
Amended proposal for a COUNCIL REGULATION amending Regulation (EU, Euratom) 2020/2093 laying down the multiannual financial framework for the years 2021 to 2027tabled52026PC0021
Proposal for a COUNCIL DECISION authorising enhanced cooperation on the establishment of a Loan for Ukrainetabled52025PC0806
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52025PC0793
Fintech Amending Directive: Temporary exemption for multilateral trading facilities (MTFs) and amendment of certain EU financial services directivesannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 4 May 2022 on the approval of the assessment of the recovery and resilience ptabled52025PC0789
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 8 September 2021 on the approval of the assessment of the recovery and resilitabled52025PC0788
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52025PC0794
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0162
Proposal for a regulation of the European Parliament and of the Council on markets in crypto-assetsannounced
First building block of the Single Resolution Fund (SRF)announced
Proposal for a Regulation on a pilot regime for market infrastructures based on distributed ledger technology (DLT)announced
Directive (EU) 2019/879 of the European Parliament and of the Council of 20 May 2019 amending Directive 2014/59/EU as regards the loss-absorbing and recapitalisadopted32019L0879
Regulation (EU) No 575/2013 of the European Parliament and of the Council of 26 June 2013 on prudential requirements for credit institutions and investment firmadopted32013R0575
CELEX:32017R1129R(03)adopted32017R1129
Recommendation for a COUNCIL DECISION abrogating Council Decision (EU) 2024/2128 on the existence of an excessive deficit in Maltatabled52026PC0303
Revision of the Sustainable Finance Disclosure Regulationannounced
Directive (EU) 2024/1640 of the European Parliament and of the Council of 31 May 2024 on the mechanisms to be put in place by Member States for the prevention oadopted32024L1640
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the World Forum for Harmonization of Vehicle Regulations of the Utabled52026PC0243
Council Implementing Decision (EU) 2026/1204 of 28 May 2026 establishing the satisfactory fulfilment of the conditions for the partial payment of the seventh inadopted32026D1204
Regulation (EU) 2024/1624 of the European Parliament and of the Council of 31 May 2024 on the prevention of the use of the financial system for the purposes of adopted32024R1624
Council Implementing Decision (EU) 2026/845 of 10 April 2026 on making the financial assistance under Regulation (EU) 2025/1106 available to Czechiaadopted32026D0845
Advisory European Fiscal Boardannounced
EU-INDONESIA FREE COMPREHENSIVE ECONOMIC PARTNERSHIP AGREEMENT (CEPA)completed
European Deposit Insurance Scheme (EDIS)announced
Proposal for a COUNCIL IMPLEMENTING DECISION establishing the satisfactory fulfilment of the conditions for partial payment under the seventh instalment of the tabled52026PC0185
Council Decision (EU) 2026/813 of 30 March 2026 authorising the opening of negotiations with the United Kingdom of Great Britain and Northern Ireland for an agradopted32026D0813
AMENDING THE PRUDENTIAL REQUIREMENTS (CRR) FOR SECURITISATIONSannounced
Omnibus II - Optimising the use of several EU investment instrumentsannounced
EU-Canada Comprehensive Economic and Trade Agreement (CETA)announced
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Francetabled52026PC0145
Screening of foreign direct investment in strategic sectorsannounced
Multilateral Investment Court (MIC)announced
REVIEW of EuVECA and EuSEF LEGISLATIONannounced
Regulation on the prospectus to be published when securities are offered to the public or admitted to tradingannounced
FRAMEWORK for HIGH-QUALITY SECURITISATIONannounced
CROSS-BORDER DISTRIBUTION OF INVESTMENT FUNDS | PRE-MARKETING AND DE-NOTIFICATIONannounced
CROSS-BORDER DISTRIBUTION OF INVESTMENT FUNDS: MARKETING AND REGULATORY FEESannounced
A REVISED PRUDENTIAL FRAMEWORK FOR INVESTMENT FIRMSannounced
DISCLOSURES RELATING TO SUSTAINABLE INVESTMENTS AND SUSTAINABILITY RISKSannounced
ESTABLISHMENT OF A FRAMEWORK TO FACILITATE SUSTAINABLE INVESTEMENTannounced
Establishing a support and coordination mechanism for financial intelligence units (FIUs)announced
Proposal for a directive on the mechanisms to be put in place by the Member States for the prevention of the use of the financial system for the purposes of monannounced
EU guarantee to the European Investment Bank (EIB) against losses under financing operations supporting investment projects outside the Union: ceilings for EIB announced
Western Balkans: An Economic and Investment Plan to support the economic recovery and convergenceannounced
Economic partnership agreement with Kenyaannounced
Strengthening democratic legitimacy and accountability in the euro areaannounced
Creation of an euro area Treasury or euro area budget instrumentannounced
Integration of the Fiscal Compact into secondary EU lawannounced
Integration of the ESM into EU law by way of creating a European Monetary Fund (EMF)announced
TTIP negotiations on Investment Protection: Investor-State Dispute Settlement (ISDS)announced
TTIP negotiations on INVESTMENT COURT SYSTEM for TTIPannounced
TTIP chapter on SERVICES, INVESTMENT AND E-COMMERCEannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 15 December 2022 on the approval of the assessment of the recovery and resilitabled52026PC0316
The Commission will make a legislative proposal to update the rules on shareholder rightsannounced
Council Decision (EU) 2026/1087 of 11 May 2026 repealing Decision 2011/523/EU partially suspending the application of the Cooperation Agreement between the Euroadopted32026D1087
EU strategy for retail investorsannounced
Council Decision (EU) 2026/1058 of 5 May 2026 amending Decision 1999/70/EC concerning the external auditors of the national central banks, as regards the externadopted32026D1058
Single Resolution Mechanismannounced
Revision of the prudential rules for insurance and reinsurance companies (Solvency II)announced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 4 October 2022 on the approval of the assessment of the recovery and resilientabled52026PC0298
Renewed strategy for modern and safe retail paymentsannounced
Alignment of regulations with the EU economic governance framework and simplification of the surveillance elements of that frameworkannounced
REVISION OF SOLVENCY II - CALIBRATIONSannounced
Alignment of regulation with the EU economic governance framework and simplification of the surveillance and financial assistance to Member Sates facing financiannounced
Implementation of the Capital market Union Action Plan including the Initiative on harmonising certain aspects of substantive law on insolvency proceedings (proannounced
PAN-EUROPEAN CAPITAL FUND-OF-FUNDS and MULTICOUNTRY FUNDSannounced
AMENDMENTS OF THE CAPITAL REQUIREMENTS REGULATIONannounced
Action plan on the Capital Markets Unionannounced
Investment protection and facilitation frameworkannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0289
RANKING OF UNSECURED DEBT INSTRUMENTS IN INSOLVENCY HIERARCHYannounced
Regulation (EU) 2026/808 of the European Parliament and of the Council of 30 March 2026 amending Regulation (EU) No 806/2014 as regards early intervention measuadopted32026R0808
AMENDING THE CAPITAL REQUIREMENTS REGULATION TO ALLOW TRANSITION TO IFRS 9announced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0286
Council Decision (EU) 2026/1413 of 20 June 2025 establishing that no effective action has been taken by Romania in response to the Council Recommendation of 21 adopted32026D1413
Recommendation for a COUNCIL DECISION authorising the opening of negotiations between the European Union and the United Kingdom of Great Britain and Northern Irtabled52025PC0804
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 17 June 2022 on the approval of the assessment of the recovery and resiliencetabled52026PC0258
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0041
Single Supervisory Mechanism (SSM)announced
Council Decision (EU) 2026/1385 of 8 July 2025 on the existence of an excessive deficit in Austriaadopted32026D1385
CELEX:32019R2099R(03)adopted32019R2099
Revision of the prudential rules for insurance and reinsurance companies (Solvency II)announced
CELEX:32010L0078R(04):           Berichtigung der Richtlinie 2010/78/EU des Europäischen Parlaments und des Rates vom 24. November 2010 zur Änderung der Richtladopted32010L0078
European Semester improvementannounced
Proposal for a COUNCIL IMPLEMENTING DECISION approving assistance to Ukraine in implementing the Ukrainian Financing Strategytabled52026PC0157
Directive (EU) 2017/828 of the European Parliament and of the Council of 17 May 2017 amending Directive 2007/36/EC as regards the encouragement of long-term shaadopted32017L0828
Structural Reform Support Programme 2017-2020announced
Proposal for a regulation on information accompanying transfers of funds and certain crypto-assets (recast)announced
Revision of the anti-money laundering directive (AML). Countering terrorist financingannounced
Directive (EU) 2026/799 of the European Parliament and of the Council of 30 March 2026 harmonising certain aspects of insolvency law (Text with EEA relevance)adopted32026L0799
Bilateral Agreement between the European Union and the United States of America on prudential measures regarding insurance and reinsuranceannounced
Increased transparency requirementsannounced
Legislative proposal for a new open finance frameworkannounced
STRONGER EU-WIDE SUPERVISION | Amendments to MiFID II and Sovency II concerning powers of ESMA and EIOPAannounced
Reinforced Macroeconomic Imbalance Procedure (MIP)announced
Council Decision of 16 June 2026 adopting the Council’s position on draft amending budget No 1 to the general budget for 2026adopted32026D03358
Proposal for a directive establishing a framework for the recovery and resolution of insurance and reinsurance undertakings and amending Directives 2002/47/EC, announced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0256
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Polandtabled52026PC0053
UPDATED RULES ON OTC DERIVATIVES AND CLEARING / EMIR REVIEWannounced
jD - AMENDMENTS OF THE CAPITAL REQUIREMENTS DIRECTIVEannounced
First targeted and stability-oriented revision of the Six- and Two-Packannounced
AMENDMENTS OF THE BANK RECOVERY AND RESOLUTION DIRECTIVE. LOSS ABSORBING AND RECAPITALISATION CAPACITYannounced
STRONGER EU-WIDE SUPERVISION - IMPROVING MACRO-PRUDENTIAL SURVEILLANCEannounced
Review of the Capital Requirements Directive (Directive 2013/36/EU)announced
Review of the Capital Requirements Regulation (Regulation 2013/575/EU)announced
BUSINESS INSOLVENCYannounced
Directive (EU) 2026/806 of the European Parliament and of the Council of 30 March 2026 amending Directive 2014/59/EU as regards early intervention measures, conadopted32026L0806
CELEX:32024R1623R(04)adopted32024R1623
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0114
Review of the Regulation on European venture capital funds (EuVECA)announced
External representation of the EMUannounced
Proposal for a COUNCIL DECISION terminating the partial suspension of the Cooperation Agreement between the European Economic Community and the Syrian Arab Reputabled52026PC0169
Directive 2013/36/EU of the European Parliament and of the Council of 26 June 2013 on access to the activity of credit institutions and the prudential supervisiadopted32013L0036
EU-SINGAPORE INVESTMENT PROTECTION AGREEMENT (IPA)announced
Directive (EU) 2019/878 of the European Parliament and of the Council of 20 May 2019 amending Directive 2013/36/EU as regards exempted entities, financial holdiadopted32019L0878
Council Decision (EU) 2026/1462 of 25 June 2026 on the financial contributions to be paid by the parties to the European Development Fund as a second instalmentadopted32026D1462
Proposal for a COUNCIL DECISION on the financial contributions to be paid by the parties to the European Development Fund as a second instalment for 2026tabled52026PC0267
Regulation (EU) 2026/1386 of the European Parliament and of the Council of 17 June 2026 on the screening of foreign investments in the Union and repealing Reguladopted32026R1386
Communication on a Savings and Investments Unionannounced
Council Decision (EU) 2026/1411 of 22 June 2026 on the position to be taken on behalf of the European Union within the World Forum for Harmonization of Vehicle adopted32026D1411
EU-JAPAN ECONOMIC PARTNERSHIP AGREEMENT (EPA)announced
Regulation (EU) No 596/2014 of the European Parliament and of the Council of 16 April 2014 on market abuse (market abuse regulation) and repealing Directive 200adopted32014R0596
EU-China Comprehensive Agreement on Investment (EU-China CAI)announced
ECONOMIC PARTNERSHIP AGREEMENT (EPA) WITH WEST AFRICAannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending Implementing Decision (EU) 2024/1447 on the approval of the assessment of the Ukraine Plantabled52026PC0307
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0309
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0305
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 29 October 2021 on the approval of the assessment of the recovery and resilietabled52026PC0304
Council Regulation (EU) No 1024/2013 of 15 October 2013 conferring specific tasks on the European Central Bank concerning policies relating to the prudential suadopted32013R1024
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0312
CELEX:32015L2366R(08)adopted32015L2366
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0291
Review of the Securitisation Frameworkannounced
A REVISED PRUDENTIAL FRAMEWORK FOR INVESTMENT FIRMSannounced
Issue of covered bonds and covered bond public supervisionannounced
Exposures in the form of covered bondsannounced
Council Implementing Decision (EU) 2026/919 of 23 April 2026 approving assistance to Ukraine in implementing the Ukrainian Financing Strategyadopted32026D0919
European crowdfunding service providers (ECSP) for businessannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0248
Council Decision (EU) 2026/1096 of 11 May 2026 on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an amenadopted32026D1096
Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resiliencetabled52026PC0246
Council Decision (EU) 2026/1025 of 20 January 2026 on the existence of an excessive deficit in Finlandadopted32026D1025
Directive (EU) 2019/2034 of the European Parliament and of the Council of 27 November 2019 on the prudential supervision of investment firms and amending Directadopted32019L2034
Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Czechiatabled52026PC0146
2015/0225(COD)Securitisation and capital requirementsadopted13 events · 3103d idle
2015/0226(COD)Common rules and new framework for securitisationadopted10 events · 3103d idle
2015/0270(COD)European Deposit Insurance Scheme Completing the Banking Uniontabled6 events · 591d idle
2016/0359(COD)New EU insolvency rules give troubled businesses a chance to start anewcompleted7 events · 2648d idle
2016/0365(COD)Recovery and resolution of central counterparties (CCPs)completed11 events · 2032d idle
2017/0333(APP)Establishment of a European monetary fund (EMF)tabled8 events · 264d idle
2018/0179(COD)Sustainable finance and disclosures: Bringing clarity to investorsadopted11 events · 2392d idle
2018/0211(COD)EU anti-fraud programme 2021-2027completed11 events · 1885d idle
2018/0212(COD)European Investment Stabilisation Function (EISF)tabled5 events · 264d idle
2024/2117(INI)A coherent tax framework for the EU's financial sectortabledECON1 events · 520d idle
2025/0210(BUD)General budget of the European Union for the financial year 2026 - all sectionstabledIMCO
2025/0289(COD)Brexit Adjustment ReservecompletedBUDG8 events · 155d idle
2025/0382(COD)Amending certain Directives as regards the further development of capital market integration and supervision within the UniontabledBUDG2 events · 159d idle
2025/0383(COD)Amending certain Regulations as regards the further development of capital market integration and supervision within the UniontabledBUDG2 events · 151d idle
2025/0431(NLE)Enhanced cooperation on the establishment of a Loan for Ukrainetabled5 events · 158d idle
2025/0571(APP)Multiannual financial framework for the years 2028 to 2034tabledBUDG
2025/0571R(APP)Interim report on the proposal for the multiannual financial framework for 2028-2034tabledBUDG2 events · 67d idle
2025/0807(NLE)Partial renewal of Members of the Court of Auditors - EL nomineecompletedCONT8 events · 197d idle
2025/0808(NLE)Partial renewal of Members of the Court of Auditors - FR nomineecompletedCONT8 events · 197d idle
2025/0809(NLE)Partial renewal of Members of the Court of Auditors - DE nomineecompletedCONT7 events · 127d idle
2025/0810(NLE)EU–Mexico Political, Economic and Cooperation Strategic Partnership AgreementtabledAFET
2025/0810R(NLE)EU–Mexico Political, Economic and Cooperation Strategic Partnership Agreement (Interim report)tabledAFET
2025/2032(INI)Control, transparency and traceability of performance-based instrumentsclose_to_adoptionCONT6 events · 135d idle
2025/2136(INI)Banking Union – annual report 2025close_to_adoptionECON8 events · 58d idle
2025/2145(DEC)Discharge 2024: EU general budget - CommissiontabledCONT3 events · 78d idle
2025/2146(DEC)2024 discharge: General budget of the EU - European Parliamentclose_to_adoptionCONT7 events · 89d idle
2025/2147(DEC)2024 discharge: General budget of the EU - European Council and Councilclose_to_adoptionCONT6 events · 92d idle
2025/2149(DEC)2024 discharge: General budget of the EU - Court of Auditorsclose_to_adoptionCONT6 events · 95d idle
2025/2151(DEC)2024 discharge: General budget of the EU - European Economic and Social Committeeclose_to_adoptionCONT6 events · 102d idle
2025/2152(DEC)2024 discharge: General budget of the EU - Committee of the Regionsclose_to_adoptionCONT6 events · 107d idle
2025/2153(DEC)2024 discharge: General budget of the EU - European Ombudsmanclose_to_adoptionCONT6 events · 107d idle
2025/2155(DEC)2024 discharge: General budget of the EU - European Public Prosecutors Office (the ‘EPPO’)close_to_adoptionCONT6 events · 94d idle
2025/2156(DEC)Discharge 2024: AgenciestabledCONT3 events · 78d idle
2025/2157(DEC)2024 discharge: General budget of the EU - Joint Undertakingsclose_to_adoptionCONT7 events · 96d idle
2025/2168(INI)Recommendation on enhanced EU-Canada cooperation in the light of the current geopolitical context, including the threats to Canada’s economic stability and soveclose_to_adoptionAFET8 events · 108d idle
2025/2208(INI)Digital assets – challenges for the competitiveness and integrity of the European Union’s financial systemtabledECON
2025/2209(INI)Financial literacy and the rise of finfluencers in the context of the savings and investments unionclose_to_adoptionECON9 events · 58d idle
2025/2213(INI)Financial activities of the European Investment Bank Group – annual report 2025tabledBUDG
2025/2214(INI)European Semester for economic policy coordination 2026close_to_adoptionECON8 events · 108d idle
2025/2237(INI)Control of the financial activities of the European Investment Bank Group — annual report 2024close_to_adoptionCONT9 events · 78d idle
2025/2238(INI)Protection of the European Union’s financial interests – combating fraud – annual report 2024close_to_adoptionCONT6 events · 89d idle
2025/2246(BUI)Guidelines for the 2027 Budget - Section IIIclose_to_adoptionBUDG2 events · 109d idle
2025/2247(BUI)Parliament's estimates of revenue and expenditure for the financial year 2027close_to_adoptionBUDG5 events · 58d idle
2026/0008(COD)Implementing enhanced cooperation on the establishment of the Ukraine Support Loan for 2026 and 2027completed7 events · 121d idle
2026/0010(COD)Amending the Ukraine Facility Regulationcompleted7 events · 121d idle
2026/0045(COD)Supplementary supervision of credit institutions, insurance or reinsurance undertakings, investment firms, asset management companies and alternative investmenttabled2 events · 107d idle
2026/0090(BUD)Draft amending budget no 1/2026: entering the surplus of the financial year 2025tabledBUDG2 events · 78d idle
2026/0144(BUD)Draft amending budget No 2/2026: update of revenue (own resources) and adjustments to expendituretabledBUDG
2026/0802(NLE)Appointment of the Chairperson of the European Banking AuthoritycompletedECON8 events · 81d idle
2026/0806(NLE)Partial renewal of Members of the Court of Auditors - AT nomineetabled
2026/2006(INI)Protection of EU's Financial Interests in Post-2027 MFF - Anti-Fraud Architecture RevisiontabledCONT1 events · 156d idle
2026/2055(INI)Menopause beyond a health issue: turning menopause into an economic, working and social prioritytabled
2026/2578(DEA)Regulatory technical standards specifying the methodology for the calculation of market capitalisation and the market capitalisation ratiotabled4 events · 64d idle
2026/2609(RSP)Time to address economic inequalities in the EU and worldwidetabled1 events · 135d idle
2026/2631(DEA)Exempting certain economic operators that use pallet wrappings and straps from the 100% reuse requirements of these packaging formatstabledENVI4 events · 81d idle
2026/2632(DEA)Conditions for the provision of third-party execution and research services to investment firms that provide portfolio management or other investment or ancillatabledECON3 events · 108d idle
2026/2646(RSP)Savings and Investments Union: time to accelerate the process to deepen market integrationtabled1 events · 108d idle
2026/2650(DEA)Updating of references and the alignment of terminology following amendments to Regulation (EU) No 575/2013. Prudential requirements for credit institutions andtabledECON2 events · 108d idle
2026/2683(DEA)Regulatory technical standards specifying the criteria to be taken into account in establishing and assessing the effectiveness of order execution policies of itabledECON1 events · 74d idle
2026/2718(DEA)Method for the determination of fees charged by the European Banking Authority for the validation of the pro forma models, and specifying the modalities of the tabledECON
2026/2761(RSP)Future of EU-China economic relationstabled
2026/2770(RSP)Time for European economic independencetabled
C(2026)0816Commission Decision on non-automatic carry-over of appropriations from 2025 to 2026tabledBUDG2 events · 141d idle
C(2026)2647Guidelines for Member States on operational aspects related to the final phase and closure of the Recovery and Resilience FacilitytabledBUDG
COM(2025)0715EEA Agreement: amending Annex IX (Financial services), Annex XII (Free movement of capital) and Annex XXII (Company law) (Framework for the recovery and resoluttabledECON2 events · 212d idle
COM(2025)0731Approval of the assessment of the recovery and resilience plan for SloveniatabledBUDG2 events · 218d idle
COM(2025)0732Approval of the assessment of the recovery and resilience plan for PolandtabledBUDG2 events · 218d idle
COM(2025)0774Approval of the assessment of the recovery and resilience plan for FinlandtabledBUDG2 events · 193d idle
COM(2025)0787Approval of the assessment of the recovery and resilience plan for the NetherlandstabledBUDG2 events · 191d idle
COM(2025)0788Approval of the assessment of the recovery and resilience plan for IrelandtabledBUDG2 events · 191d idle
COM(2025)0789Approval of the assessment of the recovery and resilience plan for SwedentabledBUDG2 events · 191d idle
COM(2025)0793Approval of the assessment of the recovery and resilience plan for GermanytabledBUDG2 events · 191d idle
COM(2025)0794Approval of the assessment of the recovery and resilience plan for SpaintabledBUDG2 events · 191d idle
COM(2025)0951Reflecting the economic governance framework in national fiscal policytabledECON2 events · 213d idle
COM(2025)09552026 European Semester - Autumn Package. Delivering on the Competitiveness Compass: pushing forward with reforms and investmentstabledECON2 events · 212d idle
COM(2025)0957Recommendation for a Council recommendation on the economic policy of the euro areatabledECON2 events · 211d idle
COM(2025)3501Emergency measures: serious economic difficulties caused by Russia's actions in the context of the war in UkrainetabledJURI2 events · 205d idle
COM(2026)0015United Nations Economic Commission for Europe (UNECE): proposal to allow the accession of Mongolia to the AETR. EU positiontabledTRAN2 events · 155d idle
COM(2026)0041Approval of the assessment of the recovery and resilience plan for LithuaniatabledBUDG2 events · 152d idle
COM(2026)0052Establishing the Security Action for Europe (SAFE): making the financial assistance available to Lithuania. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0053Establishing the Security Action for Europe (SAFE): making the financial assistance available to Poland. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0054Establishing the Security Action for Europe (SAFE): making the financial assistance available to Estonia. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0055Establishing the Security Action for Europe (SAFE): making the financial assistance available to Slovakia. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0056Establishing the Security Action for Europe (SAFE): making the financial assistance available to Finland. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0057Establishing the Security Action for Europe (SAFE): making the financial assistance available to Latvia. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0058Establishing the Security Action for Europe (SAFE): making the financial assistance available to Italy. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0059Establishing the Security Action for Europe (SAFE): making the financial assistance available to Greece. Proposal for a Council implementing decisiontabledSEDE2 events · 150d idle
COM(2026)0065Ukraine Facility: additional financial contribution from SwedentabledAFET1 events · 149d idle
COM(2026)0075Endorsing the national medium-term fiscal-structural plan of Ireland. Recommendation for a Council RecommendationtabledECON2 events · 138d idle
COM(2026)0080EEA Agreement (ESAs Review): amending Annex IX (Financial services). EU positiontabledECON2 events · 128d idle
COM(2026)0087United Nations Economic Commission for Europe (UNECE) - World Forum for Harmonization of Vehicle Regulations: March 2026 proposals for UN regulations. ProposaltabledINTA2 events · 134d idle
COM(2026)0090Approval of the assessment of the recovery and resilience plan for Estonia. Proposal for a Council implementing decisiontabledBUDG2 events · 130d idle
COM(2026)0119Preparedness in the EU financial sectortabledECON1 events · 109d idle
COM(2026)0143EEA Agreement (Supervision of certain benchmark administrators by ESMA): amending Annex IX (Financial services). EU positiontabledECON2 events · 87d idle
COM(2026)0145Establishing the Security Action for Europe (SAFE): making the financial assistance available to France. Proposal for a Council implementing decisiontabledSEDE2 events · 93d idle
COM(2026)0146Establishing the Security Action for Europe (SAFE): making the financial assistance available to Czechia. Proposal for a Council implementing decisiontabledSEDE2 events · 93d idle
COM(2026)0148Approval of the assessment of the recovery and resilience plan for SloveniatabledBUDG2 events · 92d idle
COM(2026)0158Implementing measures for the system of own resources of the European Union: functioning of the inspection arrangements for traditional own resources (2022-2024tabledBUDG1 events · 65d idle
COM(2026)0162Approval of the assessment of the recovery and resilience plan for DenmarktabledBUDG1 events · 78d idle
COM(2026)0164Implementation of borrowing, debt management and related lending operations 1 July 2025 - 31 December 2025. Half-yearly reporttabledBUDG2 events · 73d idle
COM(2026)0169Terminating the partial suspension of the Cooperation Agreement between the European Economic Community and the Syrian Arab Republic. Proposal for a Council DectabledINTA2 events · 67d idle
COM(2026)0187Approval of the assessment of the recovery and resilience plan for BulgariatabledBUDG
COM(2026)0201Economic, social, employment, structural and budgetary policies of Belgium. Recommendation for a Council RecommendationtabledECON
COM(2026)0202Economic, social, employment, structural and budgetary policies of Bulgaria. Recommendation for a Council RecommendationtabledECON
COM(2026)0203Economic, social, employment, structural and budgetary policies of Czechia. Recommendation for a Council RecommendationtabledECON
COM(2026)0204Economic, social, employment, structural and budgetary policies of Denmark. Recommendation for a Council RecommendationtabledECON
COM(2026)0205Economic, social, employment, structural and budgetary policies of Germany. Recommendation for a Council RecommendationtabledECON
COM(2026)0206Economic, social, employment, structural and budgetary policies of Estonia. Recommendation for a Council RecommendationtabledECON
COM(2026)0207Economic, social, employment, structural and budgetary policies of Ireland. Recommendation for a Council RecommendationtabledECON
COM(2026)0208Economic, social, employment, structural and budgetary policies of Greece. Recommendation for a Council RecommendationtabledECON
COM(2026)0209Economic, social, employment, structural and budgetary policies of Spain. Recommendation for a Council RecommendationtabledECON
COM(2026)0210Economic, social, employment, structural and budgetary policies of France. Recommendation for a Council RecommendationtabledECON
COM(2026)0211Economic, social, employment, structural and budgetary policies of Croatia. Recommendation for a Council RecommendationtabledECON
COM(2026)0212Economic, social, employment, structural and budgetary policies of Italy. Recommendation for a Council RecommendationtabledECON
COM(2026)0213Economic, social, employment, structural and budgetary policies of Cyprus. Recommendation for a Council RecommendationtabledECON
COM(2026)0214Economic, social, employment, structural and budgetary policies of Latvia. Recommendation for a Council RecommendationtabledECON
COM(2026)0215Economic, social, employment, structural and budgetary policies of Lithuania. Recommendation for a Council RecommendationtabledECON
COM(2026)0216Economic, social, employment, structural and budgetary policies of Luxembourg. Recommendation for a Council RecommendationtabledECON
COM(2026)0217Economic, social, employment, structural and budgetary policies of Hungary. Recommendation for a Council RecommendationtabledECON
COM(2026)0218Economic, social, employment, structural and budgetary policies of Malta. Recommendation for a Council RecommendationtabledECON
COM(2026)0219Economic, social, employment, structural and budgetary policies of the Netherlands. Recommendation for a Council RecommendationtabledECON
COM(2026)0220Economic, social, employment, structural and budgetary policies of Austria. Recommendation for a Council RecommendationtabledECON
COM(2026)0221Economic, social, employment, structural and budgetary policies of Poland. Recommendation for a Council RecommendationtabledECON
COM(2026)0222Economic, social, employment, structural and budgetary policies of Portugal. Recommendation for a Council RecommendationtabledECON
COM(2026)0223Economic, social, employment, structural and budgetary policies of Romania. Recommendation for a Council RecommendationtabledECON
COM(2026)0224Economic, social, employment, structural and budgetary policies of Slovenia. Recommendation for a Council RecommendationtabledECON
COM(2026)0225Economic, social, employment, structural and budgetary policies of Slovakia. Recommendation for a Council RecommendationtabledECON
COM(2026)0226Economic, social, employment, structural and budgetary policies of Finland. Recommendation for a Council RecommendationtabledECON
COM(2026)0227Economic, social, employment, structural and budgetary policies of Sweden. Recommendation for a Council RecommendationtabledECON
COM(2026)0243United Nations Economic Commission for Europe (UNECE) - World Forum for Harmonization of Vehicle Regulations: June 2026 proposals for UN regulations. Proposal tabledINTA
COM(2026)0246Approval of the assessment of the recovery and resilience plan for SlovakiatabledBUDG
COM(2026)0248Approval of the assessment of the recovery and resilience plan for PortugaltabledBUDG
COM(2026)0256Approval of the assessment of the recovery and resilience plan for Belgium. Proposal for a Council implementing decisiontabledBUDG
COM(2026)0257Approval of the assessment of the recovery and resilience plan for Spain. Proposal for a Council implementing decisiontabledBUDG
COM(2026)0258Approval of the assessment of the recovery and resilience plan for PolandtabledBUDG
COM(2026)0267Financial contributions to be paid by the parties to the European Development Fund as a second instalment for 2026. Proposal for a Council decisiontabledBUDG
COM(2026)0279Annual report to the Discharge Authority on internal audits carried out in 2025tabledCONT
COM(2026)0286Approval of the assessment of the recovery and resilience plan for GermanytabledBUDG
COM(2026)0289Approval of the assessment of the recovery and resilience plan for LithuaniatabledBUDG
COM(2026)0291Approval of the assessment of the recovery and resilience plan for LatviatabledBUDG
COM(2026)0294Implementation of macro-financial assistance to third countries in 2025. Report.tabledINTA
COM(2026)0298Approval of the assessment of the recovery and resilience plan for the NetherlandstabledBUDG
COM(2026)0299Multiannual financial framework for the years 2021 to 2027. Technical adjustment for 2027. CommunicationtabledBUDG
COM(2026)0301Endorsing the national medium-term fiscal-structural plan of the Netherlands. Recommendation for a Council RecommendationtabledECON
COM(2026)0304Approval of the assessment of the recovery and resilience plan for FinlandtabledBUDG
COM(2026)0305Approval of the assessment of the recovery and resilience plan for SloveniatabledBUDG
COM(2026)0309Approval of the assessment of the recovery and resilience plan for LuxembourgtabledBUDG
COM(2026)0312Approval of the assessment of the recovery and resilience plan for CyprustabledBUDG
COM(2026)0316Approval of the assessment of the recovery and resilience plan for HungarytabledBUDG
COM(2026)0824Annual Management and Performance Report for the EU Budget – 2025 financial yeartabledCONT
SWD(2026)0021Approval of the assessment of the recovery and resilience plan for Lithuania. Accompanying documenttabledBUDG2 events · 152d idle
SWD(2026)0097Approval of the assessment of the recovery and resilience plan for Slovenia. Accompanying documenttabledBUDG2 events · 92d idle
SWD(2026)0113Approval of the assessment of the recovery and resilience plan for Denmark. Accompanying documenttabledBUDG1 events · 78d idle
SWD(2026)0131Approval of the assessment of the recovery and resilience plan for Slovakia. Accompanying documenttabledBUDG
SWD(2026)0132Approval of the assessment of the recovery and resilience plan for Portugal. Accompanying documenttabledBUDG
SWD(2026)0149Annual report to the Discharge Authority on internal audits carried out in 2025. Accompanying documenttabledCONT
SWD(2026)0153Approval of the assessment of the recovery and resilience plan for Germany. Accompanying documenttabledBUDG
SWD(2026)0158Approval of the assessment of the recovery and resilience plan for Lithuania. Accompanying documenttabledBUDG
SWD(2026)0159Approval of the assessment of the recovery and resilience plan for Latvia. Accompanying documenttabledBUDG
SWD(2026)0160Implementation of macro-financial assistance to third countries in 2025. Report. Accompanying documenttabledINTA
SWD(2026)0161Approval of the assessment of the recovery and resilience plan for the Netherlands. Accompanying documenttabledBUDG
SWD(2026)0163Approval of the assessment of the recovery and resilience plan for Slovenia. Accompanying documenttabledBUDG
SWD(2026)0167Approval of the assessment of the recovery and resilience plan for Luxembourg. Accompanying documenttabledBUDG
SWD(2026)0169Approval of the assessment of the recovery and resilience plan for Cyprus. Accompanying documenttabledBUDG
SWD(2026)0171Approval of the assessment of the recovery and resilience plan for Hungary. Accompanying documenttabledBUDG
SWD(2026)0200Recommendation on the 2026 economic, social, employment, structural and budgetary policies. Accompanying documenttabledECON
SWD(2026)0201Economic, social, employment, structural and budgetary policies of Belgium. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0202Economic, social, employment, structural and budgetary policies of Bulgaria. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0203Economic, social, employment, structural and budgetary policies of Czechia. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0204Economic, social, employment, structural and budgetary policies of Denmark. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0205Economic, social, employment, structural and budgetary policies of Germany. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0206Economic, social, employment, structural and budgetary policies of Estonia. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0207Economic, social, employment, structural and budgetary policies of Ireland. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0208Economic, social, employment, structural and budgetary policies of Greece. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0209Economic, social, employment, structural and budgetary policies of Spain. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0210Economic, social, employment, structural and budgetary policies of France. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0211Economic, social, employment, structural and budgetary policies of Croatia. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0212Economic, social, employment, structural and budgetary policies of Italy. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0213Economic, social, employment, structural and budgetary policies of Cyprus. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0214Economic, social, employment, structural and budgetary policies of Latvia. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0215Economic, social, employment, structural and budgetary policies of Lithuania. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0216Economic, social, employment, structural and budgetary policies of Luxembourg. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0217Economic, social, employment, structural and budgetary policies of Hungary. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0218Economic, social, employment, structural and budgetary policies of Malta. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0219Economic, social, employment, structural and budgetary policies of the Netherlands. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0220Economic, social, employment, structural and budgetary policies of Austria. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0221Economic, social, employment, structural and budgetary policies of Poland. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0222Economic, social, employment, structural and budgetary policies of Portugal. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0223Economic, social, employment, structural and budgetary policies of Romania. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0224Economic, social, employment, structural and budgetary policies of Slovenia. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0225Economic, social, employment, structural and budgetary policies of Slovakia. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0226Economic, social, employment, structural and budgetary policies of Finland. Recommendation for a Council Recommendation. Accompanying documenttabledECON
SWD(2026)0227Economic, social, employment, structural and budgetary policies of Sweden. Recommendation for a Council Recommendation. Accompanying documenttabledECON
Foreign and Security Policy — 180 procedures (131 advanced, 2 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0463(COD)Making representation of third countries’ interests more transparentcompleted52023PC0637412 amdt · 10 events · 212d idle
2025/0262(COD)Increased efficiency of the External Action GuaranteecompletedAFET9 amdt · 10 events · 54d idle
Council Decision (CFSP) 2026/1153 of 22 May 2026 on an assistance measure under the European Peace Facility to support the Albanian Armed Forcesadopted32026D1153
Council Decision (CFSP) 2026/1149 of 26 May 2026 amending Decision (CFSP) 2024/1484 concerning restrictive measures in view of the situation in Russiaadopted32026D1149
Council Decision (EU) 2026/643 of 23 February 2026 on the signing of the Agreement between the European Union and the Swiss Confederation on the transfer of Pasadopted32026D0643
Council Implementing Regulation (EU) 2026/613 of 16 March 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions unadopted32026R0613
Council Decision (EU) 2026/733 of 19 March 2026 on the position to be taken on behalf of the European Union at the fifteenth meeting of the Conference of the Paadopted32026D0733
Council Decision (CFSP) 2026/584 of 16 March 2026 in support of building African capacities towards a mine-free Africaadopted32026D0584
Council Decision (CFSP) 2026/614 of 16 March 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateniadopted32026D0614
Council Implementing Regulation (EU) 2026/1051 of 7 May 2026 implementing Article 15(1) of Regulation (EU) No 747/2014 concerning restrictive measures in view oadopted32026R1051
Council Decision (EU) 2026/580 of 24 November 2025 on the signing and conclusion, on behalf of the European Union, of the Agreement between the European Union aadopted32026D0580
Council Regulation (EU) 2026/1175 of 28 May 2026 amending Regulation (EU) 2024/386 establishing restrictive measures against those who support, facilitate or enadopted32026R1175
Regulation (EU) 2026/995 of the European Parliament and of the Council of 29 April 2026 amending Regulation (EU) 2021/947 as regards increased efficiency of theadopted32026R0995
Council Decision (CFSP) 2026/1176 of 28 May 2026 amending Decision (CFSP) 2020/1999 concerning restrictive measures against serious human rights violations and adopted32026D1176
Council Decision (CFSP) 2026/1152 of 22 May 2026 extending the mandate of the European Union Special Representative for the Middle East Peace Process and amendiadopted32026D1152
Recommendation for a COUNCIL DECISION authorising the opening of negotiations on the conditions for the Union’s membership in the Council of Europe Development tabled52026PC0131
Council Decision (CFSP) 2026/612 of 16 March 2026 in support of a global reporting mechanism on illicit conventional arms and their ammunition to reduce the risadopted32026D0612
Council Implementing Decision (CFSP) 2026/645 of 16 March 2026 implementing Decision 2011/235/CFSP concerning restrictive measures directed against certain persadopted32026D0645
Council Implementing Decision (EU) 2026/1131 of 18 May 2026 on repealing Implementing Decision (EU) 2024/1341 on the suspension of certain provisions of Regulatadopted32026D1131
Council Decision (CFSP) 2026/646 of 16 March 2026 amending Decision (CFSP) 2024/2643 concerning restrictive measures in view of Russia’s destabilising activitieadopted32026D0646
Council Implementing Regulation (EU) 2026/648 of 16 March 2026 implementing Regulation (EU) No 359/2011 concerning restrictive measures directed against certainadopted32026R0648
Council Implementing Regulation (EU) 2026/647 of 16 March 2026 implementing Regulation (EU) 2024/2642 concerning restrictive measures in view of Russia’s destabadopted32026R0647
Council Decision (CFSP) 2026/696 of 14 March 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateniadopted32026D0696
Council Decision (EU) 2026/763 of 30 March 2026 amending Decision 2011/173/CFSP concerning restrictive measures in view of the situation in Bosnia and Herzegoviadopted32026D0763
Council Decision (CFSP) 2026/1170 of 28 May 2026 on an assistance measure under the European Peace Facility to support the Lebanese Armed Forcesadopted32026D1170
Council Decision (CFSP) 2024/1248 of 29 April 2024 on an assistance measure under the European Peace Facility to support the Armed Forces of Côte d’Ivoireadopted32024D1248
Council Decision (CFSP) 2026/778 of 30 March 2026 amending Decision (CFSP) 2024/583 on a European Union maritime security operation to safeguard freedom of naviadopted32026D0778
Council Decision (CFSP) 2026/1173 of 28 May 2026 amending Decision (CFSP) 2024/385 establishing restrictive measures against those who support, facilitate or enadopted32026D1173
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, in the Joint Committee established by the Agreement between the tabled52026PC0253
Council Decision (CFSP) 2026/761 of 30 March 2026 on an assistance measure under the European Peace Facility to support the Beninese Armed Forcesadopted32026D0761
Council Decision (CFSP) 2026/902 of 21 April 2026 amending Decision (CFSP) 2017/1869 on the European Union Advisory Mission in support of Security Sector Reformadopted32026D0902
Council Decision (CFSP) 2026/897 of 21 April 2026 amending Decision (CFSP) 2023/891 concerning restrictive measures in view of actions destabilising the Republiadopted32026D0897
Recommendation for a COUNCIL DECISION authorising the opening of negotiations on individual agreements between the European Union and Republic of Albania, Bosnitabled52026PC0079
Council Decision (EU) 2026/860 of 5 March 2026 on the position to be adopted, on behalf of the European Union, within the Joint Committee established under the adopted32026D0860
Proposal for a COUNCIL DECISION on the conclusion of the Convention Establishing an International Claims Commission for Ukrainetabled52026PC0105
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the fifteenth meeting of the Conference of the Parties to the Contabled52026PC0088
Council Decision (CFSP) 2026/886 of 21 April 2026 amending Decision (CFSP) 2023/2135 concerning restrictive measures in view of activities undermining the stabiadopted32026D0886
Council Decision (CFSP) 2026/927 of 27 April 2026 amending Decision 2013/184/CFSP concerning restrictive measures in view of the situation in Myanmar/Burmaadopted32026D0927
CELEX:52022PC0712(01): Recommendation for a COUNCIL DECISION authorising the opening of negotiations for an agreement between the European Union and the Swiss Ctabled52022PC0712
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the Union in the written procedure by the Participants to the Sector Understanding on Etabled52026PC0067
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, within the Joint Committee established under the Protocol to thetabled52026PC0005
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the sixty-ninth session of the Commission on Narcotic Drugs on thtabled52025PC0777
Council Implementing Decision (CFSP) 2026/503 of 23 April 2026 implementing Decision 2012/642/CFSP concerning restrictive measures in view of the situation in Badopted32026D0503
Council Decision (EU) 2026/575 of 5 March 2026 on the position to be taken on behalf of the European Union in the 69th session of the Commission on Narcotic Druadopted32026D0575
Council Decision (CFSP) 2026/882 of 21 April 2026 amending Decision (CFSP) 2022/667 on an assistance measure taking the form of a general programme for support adopted32026D0882
Council Implementing Regulation (EU) 2026/775 of 30 March 2026 implementing Regulation (EU) No 267/2012 concerning restrictive measures against Iranadopted32026R0775
Council Regulation (EU) 2026/759 of 30 March 2026 amending Regulation (EU) No 267/2012 concerning restrictive measures against Iran and repealing Regulation (EUadopted32026R0759
Council Decision (CFSP) 2026/762 of 30 March 2026 amending Decision 2010/413/CFSP concerning restrictive measures against Iranadopted32026D0762
Council Decision (CFSP) 2026/894 of 21 April 2026 on a European Union Partnership Mission in Armenia (EUPM Armenia)adopted32026D0894
Guarantee Fund for external actions: asset managementannounced
Proposal for a COUNCIL DECISION on the conclusion, on behalf of the European Union, of the Agreement between the European Union, of the one part, and Japan, of tabled52026PC0133
CELEX:32025D0963R(02):           Rectificatif à la décision (PESC) 2025/963 du Conseil du 20 mai 2025 modifiant la décision (PESC) 2024/2643 concernant des mesadopted32025D0963
Proposal for a COUNCIL DECISION amending Council Decision 2021/1875 of 22 October 2021 concerning the position to be adopted on behalf of the Union in the annuatabled52026PC0295
Council Decision (CFSP) 2026/884 of 21 April 2026 amending Decision (CFSP) 2024/2643 concerning restrictive measures in view of Russia’s destabilising activitieadopted32026D0884
Political and Security Committee Decision (CFSP) 2026/915 of 22 April 2026 on the appointment of the Head of Mission of the European Union Partnership Mission iadopted32026D0915
Council Decision (CFSP) 2026/504 of 23 April 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateniadopted32026D0504
Council Decision (CFSP) 2026/512 of 23 April 2026 amending Decision 2012/642/CFSP concerning restrictive measures in view of the situation in Belarus and the inadopted32026D0512
Council Decision (CFSP) 2026/508 of 23 April 2026 amending Decision 2014/512/CFSP concerning restrictive measures in view of Russia’s actions destabilising the adopted32026D0508
Political and Security Committee Decision (CFSP) 2026/925 of 21 April 2026 extending the mandate of the Head of Mission of the European Union Advisory Mission iadopted32026D0925
Corporate tax: hybrid mismatches with third countriesannounced
Council Decision (CFSP) 2026/1072 of 11 May 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateninadopted32026D1072
Council Decision (CFSP) 2026/774 of 30 March 2026 amending Decision 2010/413/CFSP concerning restrictive measures against Iranadopted32026D0774
Proposal for a COUNCIL DECISION on the signing, on behalf of the European Union, and provisional application of the Agreement between the European Union, of thetabled52026PC0134
Council Decision (CFSP) 2026/1083 of 11 May 2026 amending Decision 2014/486/CFSP on the European Union Advisory Mission for Civilian Security Sector Reform Ukraadopted32026D1083
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Specialised Committee on Participation in Union Programmestabled52026PC0106
Council Implementing Regulation (EU) 2026/885 of 21 April 2026 implementing Regulation (EU) 2024/2642 concerning restrictive measures in view of Russia’s destabadopted32026R0885
Proposal for a COUNCIL IMPLEMENTING DECISION on repealing Implementing Decision (EU) 2024/1341 on the suspension of certain provisions of Regulation (EC) No 810tabled52026PC0167
Council Decision (EU) 2026/1138 of 18 May 2026 authorising the opening of negotiations for an agreement between the Union and the Council of Europe Development adopted32026D1138
Revised EU approach to security and development funding (Instrument contributing to Stability and Peace)announced
CELEX:32024R1745R(09)adopted32024R1745
Council Implementing Regulation (EU) 2026/1361 of 15 June 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions unadopted32026R1361
Council Implementing Regulation (EU) 2024/849 of 12 March 2024 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions unadopted32024R0849
Council Implementing Regulation (EU) 2026/1147 of 26 May 2026 implementing Regulation (EU) 2024/1485 concerning restrictive measures in view of the situation inadopted32026R1147
Council Regulation (EU) 2026/506 of 23 April 2026 amending Regulation (EU) No 833/2014 concerning restrictive measures in view of Russia’s actions destabilisingadopted32026R0506
CELEX:32025D2032R(03):           Rectificatif à la décision (PESC) 2025/2032 du Conseil du 23 octobre 2025 modifiant la décision 2014/512/PESC concernant des madopted32025D2032
Council Decision (EU) 2026/1329 of 4 June 2026 authorising the opening of negotiations for sectoral agreements between the Union and Albania, Bosnia and Herzegoadopted32026D1329
Council Decision (EU) 2026/1121 of 5 May 2026 on the position to be taken on behalf of the European Union within the Council of Europe bodies as regards the Enladopted32026D1121
Council Implementing Regulation (EU) 2026/898 of 21 April 2026 implementing Regulation (EU) 2023/888 concerning restrictive measures in view of actions destabiladopted32026R0898
Council Decision (EU) 2026/802 of 16 March 2026 on the position to be taken on behalf of the European Union with regard to the decision of the Participants to tadopted32026D0802
Council Implementing Regulation (EU) 2026/505 of 23 April 2026 implementing Article 8a(1) of Regulation (EC) No 765/2006 concerning restrictive measures in viewadopted32026R0505
Council Implementing Regulation (EU) 2026/1393 of 22 June 2026 implementing Article 15(1) of Regulation (EU) No 747/2014 concerning restrictive measures in viewadopted32026R1393
Political and Security Committee Decision (CFSP) 2026/745 of 24 March 2026 on the acceptance of a third State’s contribution to the European Union maritime secuadopted32026D0745
Council Implementing Regulation (EU) 2026/776 of 30 March 2026 implementing Regulation (EU) No 359/2011 concerning restrictive measures directed against certainadopted32026R0776
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Council of Members of the International Olive Council as regatabled52026PC0254
Council Implementing Regulation (EU) 2026/695 of 14 March 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions unadopted32026R0695
Council Decision 2011/235/CFSP of 12 April 2011 concerning restrictive measures directed against certain persons and entities in view of the situation in Iranadopted32011D0235
Council Implementing Regulation (EU) 2026/887 of 21 April 2026 implementing Regulation (EU) 2023/2147 concerning restrictive measures in view of activities undeadopted32026R0887
Council Implementing Regulation (EU) 2026/509 of 23 April 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions unadopted32026R0509
Council Implementing Regulation (EU) 2026/1174 of 28 May 2026 implementing Regulation (EU) 2024/386 establishing restrictive measures against those who support,adopted32026R1174
Council Regulation (EU) 2026/511 of 23 April 2026 amending Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions undermining or threadopted32026R0511
Council Implementing Regulation (EU) 2026/1358 of 15 June 2026 implementing Regulation (EU) 2023/888 concerning restrictive measures in view of actions destabiladopted32026R1358
Council Implementing Regulation (EU) 2026/926 of 27 April 2026 implementing Regulation (EU) No 401/2013 concerning restrictive measures in view of the situationadopted32026R0926
Council Implementing Regulation (EU) 2026/1055 of 11 May 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions undadopted32026R1055
Council Regulation (EU) 2026/513 of 23 April 2026 amending Regulation (EC) No 765/2006 concerning restrictive measures in view of the situation in Belarus and tadopted32026R0513
Council Decision (CFSP) 2023/887 of 28 April 2023 amending Decision 2013/184/CFSP concerning restrictive measures in view of the situation in Myanmar/Burmaadopted32023D0887
Council Decision (CFSP) 2025/1895 of 12 September 2025 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threadopted32025D1895
Council Implementing Decision (CFSP) 2026/1049 of 7 May 2026 implementing Decision 2014/450/CFSP concerning restrictive measures in view of the situation in Sudadopted32026D1049
Council Decision (CFSP) 2024/2015 of 22 July 2024 on an assistance measure under the European Peace Facility to support the Armed Forces of the Islamic Republicadopted32024D2015
Council Decision (CFSP) 2026/1396 of 22 June 2026 amending Decision (CFSP) 2023/2135 concerning restrictive measures in view of activities undermining the stabiadopted32026D1396
Council Decision (CFSP) 2026/1360 of 15 June 2026 amending Decision 2014/386/CFSP concerning restrictive measures in response to the illegal annexation of Crimeadopted32026D1360
Council Implementing Decision (CFSP) 2026/1401 of 22 June 2026 implementing Decision (CFSP) 2015/740 concerning restrictive measures in view of the situation inadopted32026D1401
Council Decision (CFSP) 2026/1218 of 4 June 2026 on an assistance measure under the European Peace Facility to support the Lebanese Armed Forcesadopted32026D1218
Council Implementing Decision (CFSP) 2026/1390 of 22 June 2026 implementing Decision 2014/450/CFSP concerning restrictive measures in view of the situation in Sadopted32026D1390
Council Decision (CFSP) 2026/1224 of 9 June 2026 on an assistance measure under the European Peace Facility to support the Egyptian Armed Forcesadopted32026D1224
Council Decision (CFSP) 2026/1235 of 8 June 2026 amending Decision (CFSP) 2022/667 on an assistance measure taking the form of a general programme for support tadopted32026D1235
Council Decision (CFSP) 2026/1201 of 4 June 2026 amending Decision (CFSP) 2022/1093 on an assistance measure under the European Peace Facility to support the Aradopted32026D1201
Council Decision (CFSP) 2026/1333 of 15 June 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateniadopted32026D1333
Council Decision (CFSP) 2026/1351 of 15 June 2026 amending Decision (CFSP) 2024/2643 concerning restrictive measures in view of Russia’s destabilising activitieadopted32026D1351
Council Decision (CFSP) 2026/1202 of 4 June 2026 amending Decision (CFSP) 2023/921 on an assistance measure under the European Peace Facility to support the Armadopted32026D1202
Council Decision (CFSP) 2026/1437 of 25 June 2026 amending Decision 2014/512/CFSP concerning restrictive measures in view of Russia’s actions destabilising the adopted32026D1437
Council Decision (CFSP) 2026/1227 of 8 June 2026 amending Decision (CFSP) 2024/2015 on an assistance measure under the European Peace Facility to support the Aradopted32026D1227
CELEX:32024R1485R(01)adopted32024R1485
Council Implementing Regulation (EU) 2026/1402 of 22 June 2026 implementing Regulation (EU) 2015/735 concerning restrictive measures in respect of the situationadopted32026R1402
Council Decision (CFSP) 2026/1399 of 22 June 2026 amending Decision (CFSP) 2024/1472 on a European Union Diplomatic Academyadopted32026D1399
Council Implementing Regulation (EU) 2026/1394 of 22 June 2026 implementing Regulation (EU) 2023/2147 concerning restrictive measures in view of activities undeadopted32026R1394
Council Decision (CFSP) 2026/779 of 30 March 2026 amending Decision 2011/235/CFSP concerning restrictive measures directed against certain persons and entities adopted32026D0779
Council Decision (CFSP) 2024/847 of 12 March 2024 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateniadopted32024D0847
Proposal for a directive of the European Parliament and of the Council establishing harmonised requirements in the internal market on transparency of interest rannounced
Council Decision (EU) 2026/1381 of 15 June 2026 on the conclusion of the Agreement between the European Union and Canada laying down the conditions for the partadopted32026D1381
Council Decision (EU) 2026/1368 of 8 June 2026 on the approval, on behalf of the Union, of the amendment of Article 36 of the International Agreement on Olive Oadopted32026D1368
Council Decision 2013/233/CFSP of 22 May 2013 on the European Union Integrated Border Management Assistance Mission in Libya (EUBAM Libya)adopted32013D0233
Council Decision (CFSP) 2020/903 of 29 June 2020 amending Decision 2013/233/CFSP on the European Union Integrated Border Management Assistance Mission in Libya adopted32020D0903
Council Decision (CFSP) 2026/1345 of 15 June 2026 amending Decision (CFSP) 2025/2379 on an assistance measure under the European Peace Facility to support the Aadopted32026D1345
Council Decision (EU) 2026/1328 of 11 May 2026 on the conclusion of the Convention Establishing an International Claims Commission for Ukraineadopted32026D1328
CELEX:32022R0332R(02)adopted32022R0332
Council Regulation (EU) 2026/1336 of 15 June 2026 amending Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions undermining or threadopted32026R1336
Council Decision (CFSP) 2026/1364 of 15 June 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateniadopted32026D1364
CELEX:32025R1894R(02):           Rectificatif au règlement d’exécution (UE) 2025/1894 du Conseil du 12 septembre 2025 mettant en œuvre le règlement (UE) n° 269adopted32025R1894
Council Implementing Regulation (EU) 2026/1362 of 15 June 2026 implementing Regulation (EU) 2024/1485 concerning restrictive measures in view of the situation iadopted32026R1362
Council Decision (CFSP) 2026/1363 of 15 June 2026 amending Decision (CFSP) 2024/1484 concerning restrictive measures in view of the situation in Russiaadopted32026D1363
Council Decision (CFSP) 2026/1357 of 15 June 2026 amending Decision (CFSP) 2023/891 concerning restrictive measures in view of actions destabilising the Republiadopted32026D1357
Council Implementing Regulation (EU) 2026/1356 of 15 June 2026 implementing Regulation (EU) 2024/2642 concerning restrictive measures in view of Russia’s destabadopted32026R1356
Council Regulation (EU) 2026/1332 of 12 June 2026 amending Regulation (EU) 2016/44 concerning restrictive measures in view of the situation in Libyaadopted32026R1332
Council Decision (CFSP) 2026/1334 of 12 June 2026 amending Decision (CFSP) 2015/1333 concerning restrictive measures in view of the situation in Libyaadopted32026D1334
Council Implementing Regulation (EU) 2026/1107 of 18 May 2026 implementing Regulation (EU) No 36/2012 concerning restrictive measures in view of the situation iadopted32026R1107
Council Implementing Decision (CFSP) 2026/1106 of 18 May 2026 implementing Decision 2013/255/CFSP concerning restrictive measures in view of the situation in Syadopted32026D1106
Council Decision (CFSP) 2026/1105 of 18 May 2026 amending Decision 2013/255/CFSP concerning restrictive measures in view of the situation in Syriaadopted32026D1105
Council Decision (CFSP) 2026/1028 of 5 May 2026 on an assistance measure under the European Peace Facility to support the Armed Forces of Senegal in the framewoadopted32026D1028
Council Decision (CFSP) 2026/1082 of 12 May 2026 on an assistance measure under the European Peace Facility to support the Armed Forces of Bosnia and Herzegovinadopted32026D1082
Council Decision 2010/322/CFSP of 8 June 2010 amending and extending Joint Action 2008/124/CFSP on the European Union Rule of Law Mission in KosovoUnder United adopted32010D0322
2016/0207(COD)The EU’s new approach to funding peace and securityadopted12 events · 3116d idle
2018/0247(COD)Rules for exercising the Union’s rights in implementing and enforcing EU UK agreementscompleted7 events · 1752d idle
2025/0413(NLE)EU/Canada Agreement laying down the conditions for the participation of Canadian legal entities and products originating in Canada to procurement under the SAFEtabled4 events · 71d idle
2025/0417(COD)Amending certain production, labelling and certification rules and certain rules on trade with third countriestabledENVI3 events · 93d idle
2025/2049(INI)Addressing impunity through EU sanctions, including the EU Global Human Rights sanctions regime (so called “EU Magnitsky Act”)close_to_adoptionAFET6 events · 157d idle
2025/2150(DEC)2024 discharge: General budget of the EU - European External Action Serviceclose_to_adoptionCONT7 events · 93d idle
2025/2167(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security Policclose_to_adoptionAFET6 events · 68d idle
2025/2216(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security PolictabledAFET
2025/2942(DEA)Certain criteria for the establishment of the list of high-risk third countries and high-risk productstabledAGRI4 events · 185d idle
2025/3014(DEA)Identifying high-risk third countries with strategic deficiencies: adding Russiatabled4 events · 165d idle
2025/3016(DEA)Identifying high-risk third countries with strategic deficiencies: adding Bolivia and the British Virgin Islands to the list of high-risk third countries which tabled4 events · 165d idle
2025/3047(RSP)Accession of Montenegro to the Convention of 2 July 2019 on the Recognition and Enforcement of Foreign Judgments in Civil or Commercial MatterscompletedJURI4 events · 135d idle
2025/3048(RSP)Resolution on the accession of the Republic of Albania to the Convention of 2 July 2019 on the Recognition and Enforcement of Foreign Judgments in Civil or CommcompletedJURI4 events · 135d idle
2026/0058(NLE)EU/UK agreement in respect of Gibraltartabled1 events · 130d idle
2026/0065(NLE)Convention Establishing an International Claims Commission for Ukrainetabled5 events · 72d idle
2026/0076(NLE)EU–Japan Agreement on participation of Japan in Union programmestabled1 events · 99d idle
2026/2005(INI)EU External Action on AI and Human Rights ChallengestabledAFET3 events
2026/2039(INI)EU Gender Action Plan IV – priorities for gender equality and women’s rights in external actiontabledDEVE
2026/2042(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security PolictabledAFET
2026/2043(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security PolictabledAFET
2026/2044(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security PolictabledAFET
2026/2045(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security PolictabledAFET
2026/2046(INI)Recommendation to the Council, the Commission and the Vice-President of the Commission / High Representative of the Union for Foreign Affairs and Security PolictabledAFET
2026/2058(INI)Implementation of the common foreign and security policy – annual report 2026tabledAFET
2026/2599(RSP)Four years of Russia's war of aggression against Ukraine and European contributions to a just peace and sustained security for Ukrainecompleted1 events · 123d idle
2026/2602(RSP)Resolution on the situation in Northeast Syria, the violence against civilians and the need to maintain a sustainable ceasefirecompleted2 events · 135d idle
2026/2605(RSP)Violence in the Great Lakes Region, particularly in the eastern Democratic Republic of the Congotabled1 events · 137d idle
2026/2613(RSP)Resolution on the targeted expulsions of foreign journalists and foreign Christians in Türkiye under national security pretextscompleted2 events · 135d idle
2026/2637(RSP)Immunity of International Criminal Court officials and the activation of the EU Blocking Statute to strengthen EU strategic autonomytabled1 events · 108d idle
2026/2655(DEA)Implementing the safeguard clauses and other mechanisms allowing for the temporary withdrawal of preferences in certain agreements concluded between the EU and tabledINTA2 events · 94d idle
2026/2657(DEA)Implementing the safeguard clauses and other mechanisms allowing for the temporary withdrawal of preferences in certain agreements concluded between the EU and tabledINTA2 events · 94d idle
2026/2696(RSP)Situation in Lebanontabled1 events · 59d idle
2026/2697(RSP)Danger of normalizing relations with Russia, including its participation in major cultural and sports eventstabled1 events · 59d idle
2026/2701(RSP)Supporting democratic resilience in Armeniatabled2 events · 58d idle
2026/2704(RSP)Shortcomings and deficiencies of the ‘Amnesty Law’ in Venezuelatabled2 events · 58d idle
2026/2726(RSP)Decision of the Azerbaijani Parliament on suspending cooperation with the European Parliamenttabled
2026/2735(RSP)Situation in Cubatabled
2026/2779(RSP)EU-UK summittabled
COM(2025)0741Implementation of the European Union's External Action Instruments in 2024. 2025 annual reporttabledAFET2 events · 201d idle
COM(2026)0097European Union framework for science diplomacytabledITRE2 events · 116d idle
Justice and Fundamental Rights — 133 procedures (49 advanced, 8 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2024/0035(COD)Combating child sexual abuse: Revising Directive (2011/93/EU) – recasclose_to_adoptionLIBE746 amdt · 8 events · 375d idle
2022/0402(CNS)Proposal on the jurisdiction, applicable law, recognition of decisions and acceptance of authentic instruments in matters of parenthoodcompleted420 amdt · 8 events · 926d idle
2022/0398(COD)Proposal for a directive on the violation of Union restrictive measurescompleted258 amdt · 13 events · 789d idle
2023/0135(COD)Directive on combating corruptioncompleted136 amdt · 12 events · 67d idle
2025/0045(COD)Certain corporate sustainability reporting and due diligence requirements (Omnibus I)completedJURI82 amdt · 7 events · 193d idle
2023/0250(COD)Revision of the Victims’ Rights Directivecompleted77 amdt · 9 events · 122d idle
2022/0906(COD)Amending the Statute of the Court of Justice of the EU: Reform of the preliminary reference procedure and extension of the leave to appeal requirementcompleted19 amdt · 13 events · 684d idle
2025/0101(COD)Establishment of a list of safe countries of origin at Union levelcompletedLIBE11 amdt · 12 events · 121d idle
Regulation (EU) 2026/1165 of the European Parliament and of the Council of 20 May 2026 amending Regulation (EU) No 528/2012 as regards the extension of certain adopted32026R1165
Council Decision (EU) 2026/713 of 17 March 2026 on the position to be taken on behalf of the European Union within the Committee of the Parties to the Council oadopted32026D0713
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Committee of the Parties of the Council of Europe Convention tabled52026PC0103
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2021/1232 as regards the extension of its period of applicationtabled52025PC0797
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) No 528/2012 as regards the extension of certain data protectiontabled52025PC1020
Directive on information exchange between law enforcement authorities of Member Statesannounced
Strengthening of Europol's mandateannounced
EU Agenda and Action Plan on Drugs 2021-2025announced
Directive 2012/29/EU of the European Parliament and of the Council of 25 October 2012 establishing minimum standards on the rights, support and protection of viadopted32012L0029
Council Decision (EU) 2026/1213 of 29 May 2026 on the position to be taken on behalf of the European Union within the Committee of the Parties to the Council ofadopted32026D1213
Proposal for a regulation on privacy and electronic communicationsannounced
EU Strategy for a more effective fight against child sexual abuseannounced
New European Internal Security Strategyannounced
Proposal for a revision of the combating child sexual abuse Directive (2011/93/EU)announced
Commission proposal for a directive on combating corruptionannounced
Preventing radicalisationannounced
Common rules for non-conviction based confiscationannounced
Appointment of legal representatives for the purpose of gathering evidence in criminal proceedingsannounced
Implementing regulation on firearms deactivation standardsannounced
EU Security Union Strategyannounced
European Production and Preservation Orders for electronic evidence in criminal mattersannounced
Directive 2011/92/EU of the European Parliament and of the Council of 13 December 2011 on combating the sexual abuse and sexual exploitation of children and chiadopted32011L0092
Directive (EU) 2026/1021 of the European Parliament and of the Council of 29 April 2026 on combatting corruption, replacing Council Framework Decision 2003/568/adopted32026L1021
Decision (EU) 2026/800 of the European Parliament and of the Council of 25 March 2026 appointing the European Chief Prosecutor of the European Public Prosecutoradopted32026D0800
Extension of rules on combating fraud & counterfeiting of non-cash means of paymentsannounced
CELEX:32020R1784R(09)adopted32020R1784
CELEX:32019R0788R(05)adopted32019R0788
CELEX:32004L0038R(15)adopted32004L0038
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL regarding the European Investigation Order in criminal matters and the European Remote Patabled52026PC0313
Council Decision (EU) 2026/1099 of 27 April 2026 on the conclusion, on behalf of the European Union, of the United Nations Convention on the International Effecadopted32026D1099
Countering money laundering by criminal lawannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Committee of the Parties to the Council of Europe Convention tabled52026PC0236
2011/0073(COD)Public access to European Parliament, Council and Commission documentstabledLIBE7 events · 264d idle
2013/403(COD)Reform of the European Small Claims Proceduretabled
2017/0002(COD)Rules for EU institutions’ processing of personal dataadopted9 events · 2775d idle
2018/0136(COD)Protecting the EU budget against generalised rule of law deficienciescompleted8 events · 2641d idle
2018/0203(COD)Revising the Taking of Evidence Regulationadopted12 events · 2033d idle
2018/0204(COD)Reform of the Service of Documents Regulationadopted12 events · 2033d idle
2024/0155(NLE)EU–Lebanon Agreement on cooperation between Eurojust and the authorities of Lebanon competent for judicial cooperation in criminal matterstabledLIBE
2025/0145(NLE)EU/Norway Agreement: transfer of passenger name record (PNR) data for the prevention, detection, investigation and prosecution of terrorist offences and seriousclose_to_adoptionLIBE6 events · 100d idle
2025/0156(NLE)EU/Iceland agreement: transfer of passenger name record (PNR) data to prevent, detect, investigate and prosecute terrorist offences and serious crimeclose_to_adoptionLIBE6 events · 100d idle
2025/0227(COD)Global EuropetabledLIBE2 events · 247d idle
2025/0233(NLE)United Nations Convention on the International Effects of Judicial Sales of Shipsclose_to_adoptionJURI7 events · 93d idle
2025/0550(COD)'AgoraEU' programme 2028–2034tabledLIBE2 events · 247d idle
2025/0803(NLE)Appointment of the European Chief ProsecutorcompletedLIBE8 events · 87d idle
2025/0905(NLE)Appointment of a Member of the Executive Board of the Anti-Money Laundering Authority (AMLA)close_to_adoptionLIBE4 events · 191d idle
2025/2015(INI)European Union regulatory fitness and subsidiarity and proportionality – report on Better Law-Making covering 2023 and 2024close_to_adoptionJURI7 events · 109d idle
2025/2016(INI)Monitoring the application of European Union law in 2023, 2024 and 2025close_to_adoptionJURI9 events · 59d idle
2025/2042(INI)Application of the Treaty provisions related to the principles of subsidiarity and proportionality and the role of national parliaments in the EU legislative prclose_to_adoptionJURI6 events · 212d idle
2025/2057(INI)EU strategy for the rights of persons with disabilities post-2024close_to_adoptionLIBE7 events · 212d idle
2025/2075(INI)Implementation of the Charter on Fundamental Rights of the European Union in the EU legal frameworktabledLIBE8 events · 101d idle
2025/2097(IMM)Request for the waiver of the immunity of Daniel AttardtabledJURI
2025/2098(IMM)Request for the waiver of the immunity of Salvatore De MeotabledJURI
2025/2099(IMM)Request for the waiver of the immunity of Fulvio MartusciellotabledJURI
2025/2100(IMM)Request for the waiver of the immunity of Nikola MinchevtabledJURI
2025/2114(INI)Deliberations of the Committee on Petitions in 2024close_to_adoptionPETI7 events · 261d idle
2025/2135(INI)Situation of fundamental rights in the European Union in 2024 and 2025close_to_adoptionLIBE7 events · 59d idle
2025/2137(INI)Public access to documents – report covering the years 2022 - 2024close_to_adoptionLIBE7 events · 109d idle
2025/2138(INI)Activities of the European Ombudsman – annual report 2024close_to_adoptionPETI5 events · 107d idle
2025/2148(DEC)2024 discharge: General budget of the EU - Court of Justice of the European Unionclose_to_adoptionCONT7 events · 107d idle
2025/2154(DEC)2024 discharge: General budget of the EU - European Data Protection Supervisorclose_to_adoptionCONT7 events · 106d idle
2025/2158(IMM)Request for the waiver of the immunity of Harald VilimskytabledJURI
2025/2170(IMM)Request for the waiver of the immunity of Grzegorz Braunclose_to_adoptionJURI3 events · 93d idle
2025/2171(IMM)Request for the waiver of the immunity of Patryk Jakiclose_to_adoptionJURI2 events · 65d idle
2025/2172(IMM)Request for the waiver of the immunity of Daniel Obajtekclose_to_adoptionJURI2 events · 65d idle
2025/2175(IMM)Request for the waiver of the immunity of Angelika NieblertabledJURI2 events · 40d idle
2025/2192(IMM)Request for the waiver of immunity of Grzegorz Braunclose_to_adoptionJURI3 events · 93d idle
2025/2193(IMM)Request for the waiver of immunity of Tomasz Buczekclose_to_adoptionJURI2 events · 65d idle
2025/2194(IMM)Request for the waiver of immunity of Nikos Pappasclose_to_adoptionJURI3 events · 93d idle
2025/2196(IMM)Request for the waiver of immunity of Diana Iovanovici Şoşoacăclose_to_adoptionJURI2 events · 65d idle
2025/2222(IMM)Request for the waiver of immunity of Alvise Pérezclose_to_adoptionJURI2 events · 65d idle
2025/2234(IMM)Request for the waiver of the immunity of Nikos PappastabledJURI
2025/2236(IMM)Request for the waiver of the immunity of Alvise Pérezclose_to_adoptionJURI3 events · 40d idle
2025/2239(INI)The Commission’s 2025 Rule of Law reportclose_to_adoptionLIBE6 events · 72d idle
2025/2241(IMM)Request for the waiver of immunity of Grzegorz Braunclose_to_adoptionJURI2 events · 65d idle
2025/2263(INI)The Institutional Framework of the European Union and its interaction with national authorities in the application of Union law, with particular reference to ArtabledJURI3 events · 191d idle
2025/2929(DEA)Inclusion of new psychoactive substances in the definition of 'drug'tabledLIBE3 events · 186d idle
2025/2938(DEA)Specifying the conditions for the correspondence between the data present in a record, alert or file of the other EU information systems consulted and an ETIAS tabledLIBE3 events · 186d idle
2026/0164(COD)New Eurojust Regulationtabled
2026/0165(COD)New Europol Regulationtabled
2026/0172(COD)European Investigation Order in criminal matters and European Remote Participation Order (recast)tabled
2026/0173(COD)Protection of individuals with regard to the processing of operational personal data by Union bodies, offices and agencies in the fields of judicial cooperationtabled
2026/2000(IMM)Request for the waiver of the immunity of Ilhan KyuchyuktabledJURI1 events · 123d idle
2026/2004(INI)EU Strategy to Protect International Justice System and InstitutionstabledAFET4 events
2026/2008(IMM)Request for the waiver of the immunity of Borys BudkatabledJURI1 events · 123d idle
2026/2009(IMM)Request for the waiver of the immunity of Afroditi LatinopouloutabledJURI1 events · 123d idle
2026/2010(IMM)Request for the waiver of the immunity of Klára DobrevtabledJURI1 events · 123d idle
2026/2016(IMM)Request for the waiver of the immunity of András Tivadar KuljatabledJURI1 events · 95d idle
2026/2019(IMM)Request for the waiver of the immunity of Siegbert Frank DroesetabledJURI1 events · 95d idle
2026/2030(IMM)Request for the waiver of the immunity of Matej TonintabledJURI1 events · 95d idle
2026/2032(IMM)Request for the waiver of the immunity of Grzegorz BrauntabledJURI1 events · 73d idle
2026/2033(IMM)Request for the waiver of the immunity of Francisco AssistabledJURI1 events · 73d idle
2026/2049(IMM)Request for the waiver of the immunity of Afroditi LatinopouloutabledJURI
2026/2050(IMM)Request for the waiver of the immunity of Tamás DeutschtabledJURI
2026/2051(IMM)Request for the waiver of the immunity of Mariusz KamińskitabledJURI
2026/2052(INL)Amendments to the Decision of the European Parliament of 28 September 2005 adopting the Statute for Members of the European Parliament, regarding proxy votingtabledJURI
2026/2061(INI)Monitoring the application of European Union law in 2026tabledJURI
2026/2072(INI)Deliberations of the Committee on Petitions in 2025tabledPETI
2026/2073(INI)Activities of the European Ombudsman - annual report 2025tabledPETI
2026/2075(IMM)Request for the waiver of the immunity of Daniel ObajtektabledJURI
2026/2076(IMM)Request for the waiver of the immunity of Alvise PéreztabledJURI
2026/2077(IMM)Request for the waiver of the immunity of Matteo RiccitabledJURI
2026/2607(RSP)Rule of law, fundamental rights and misuse of EU funds in Slovakia: the need for an EU responsetabled1 events · 136d idle
2026/2619(DEA)Inclusion of certain precursors of synthetic cathinone and amphetamine in the list of scheduled substancestabledLIBE3 events · 71d idle
2026/2638(RSP)Rise of political violence, notably by far-left organisationstabled1 events · 108d idle
2026/2648(RSP)Situation of the rule of law in Greece, following the Court decision on Predator spywaretabled1 events · 108d idle
2026/2695(RSP)Roma inclusion, equality and fundamental rights: delivering on Europe’s valuestabled1 events · 59d idle
2026/2700(RSP)Ensuring accountability and justice in response to Russia’s continued attacks against the civilian population in Ukrainetabled1 events · 58d idle
2026/2716(DEA)Access to regulated information at Union leveltabledJURI
C(2026)1800Innovative enterprises, innovative startups and innovative scaleupstabledJURI2 events · 100d idle
C(2026)3333European citizens’ initiative: ‘Ban on conversion practices in the European Union’. Communication from the CommissiontabledLIBE
COM(2022)0712Opening of negotiations for an EU/Swiss Confederation agreement establishing a basis for the exchange of information on persons benefitting from temporary protetabledLIBE2 events · 129d idle
COM(2025)0743EU Drugs StrategytabledLIBE2 events · 193d idle
COM(2025)0751Taking stock of the implementation of the Strategy to strengthen the application of the Charter of Fundamental Rights in the EU. 2025 Annual reporttabledLIBE2 events · 199d idle
COM(2025)0764Participation of Ukraine as an observer in the European Union Agency for Fundamental Rights' work and the respective modalities. EU position in the EU-Ukraine AtabledLIBE2 events · 193d idle
COM(2025)0777Single Convention on Narcotic Drugs of 1961, as amended by the 1972 Protocol, and the Convention on Psychotropic Substances of 1971: scheduling of substances. EtabledLIBE2 events · 190d idle
COM(2025)0796Establishment of the Annual Solidarity Pool for 2026. Proposal for a Council implementing decisiontabledLIBE2 events · 137d idle
COM(2025)0801European Judicial Training Strategy 2025 - 2030 Creating a supportive environment for DigitalJustice@2030tabledJURI2 events · 218d idle
COM(2026)0103Council of Europe Convention on preventing and combating violence against women and domestic violence: participation of non-governmental organisations as observtabledLIBE2 events · 123d idle
COM(2026)0236Council of Europe Convention on preventing and combating violence against women and domestic violence: conclusions addressed to certain Parties on their implemetabledLIBE
COM(2026)02732026 EU Justice ScoreboardtabledJURI
COM(2026)0320Towards a 28th regime for EU companiestabledJURI2 events · 100d idle
COM(2026)0380A Simpler, Clearer and Better Enforced EU RulebooktabledJURI
SWD(2026)0025European Enforcement Order for uncontested claims. EvaluationtabledJURI2 events · 145d idle
SWD(2026)0026European Enforcement Order for uncontested claims. Executive summary of the evaluationtabledJURI2 events · 145d idle
Transport — 125 procedures (22 advanced, 9 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0271(COD)Improving use of rail infrastructure capacityadopted32026R1184629 amdt · 10 events · 151d idle
2023/0265(COD)Revision of the Weights and Dimensions Directiveclose_to_adoption303 amdt · 9 events · 591d idle
2023/0284(COD)Circularity requirements for vehicle design and management of end-of-life vehiclescompleted210 amdt · 7 events · 291d idle
2025/0096(COD)Registration documents for vehicles. 'Roadworthiness package'close_to_adoptionTRAN179 amdt · 8 events · 61d idle
2023/0090(COD)Non-road mobile machinery circulating on public roadscompleted161 amdt · 10 events · 535d idle
2025/0380(COD)Market stability reserve for the buildings, road transport and additional sectorsclose_to_adoptionENVI111 amdt · 6 events · 71d idle
2025/0097(COD)Periodic roadworthiness tests and technical roadside inspection (Roadworthiness package)tabledTRAN58 amdt
2023/0448(COD)Review of the rules on the protection of animals during transporttabled20 amdt · 3 events · 591d idle
2018/0332(COD)Discontinuing seasonal changes of timecompleted16 amdt · 8 events · 591d idle
CELEX:32012L0034R(10)adopted32012L0034
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union at the third session of the Supervisory Authority established pursuatabled52026PC0122
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union at the 59th session of the Committee of Experts for the Carriage of tabled52026PC0098
TTIP negotiations on VEHICLESannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the 237th session of the Council of the International Civil Aviattabled52026PC0049
CELEX:52025PC0994(01): Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on clean corporate vehiclestabled52025PC0994
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulations (EC) No 561/2006, (EU) 2018/858, (EU) 2019/2144 and (EU) 2024/1257 tabled52025PC0993
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive 92/6/EEC to exempt certain N2 electric vehicles from the requirement ttabled52025PC0999
European Union Agency for Railwaysannounced
Proposal for a directive on common rules for combined transport of goodsannounced
Council Decision (EU) 2026/714 of 17 March 2026 on the position to be taken on behalf of the European Union at the 237th session of the Council of the Internatiadopted32026D0714
Council Decision (EU) 2026/858 of 1 April 2026 on the position to be taken on behalf of the European Union at the third session of the Supervisory Authority estadopted32026D0858
Revision of the European Electronic Tolling Directive 2004/52/ECannounced
Review of the Clean vehicles directiveannounced
Revision of the Directive 1999/62/EC on charging of Heavy-goods Vehicles for use of certain infrastructures (Eurovignette Directive)announced
Use of vehicles hired without drivers for the carriage of goods by roadannounced
Occupation of road transport operator and international haulage marketannounced
Road transport: enforcement requirements and specific rules for posting driversannounced
Minimum requirements on driving times, breaks and rest periods - Tachographsannounced
Regulation on type-approval for motor vehicles as regards their general safety and the protection of vehicle occupants and vulnerable road usersannounced
Trans-European transport network: streamlining measures for advancing its realisationannounced
Revision of the Road Infrastructure Safety Management Directiveannounced
Regulation on electronic freight transport informationannounced
Revision of the Council Directive 96/53/EC amending time limit provisions for maximum length of cabsannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union at the 18th meeting of the Committee of Technical Experts (CTE) of ttabled52026PC0163
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0171
Opening of the market for domestic passenger transport services by rail: award of public service contractsannounced
Opening of the market for domestic passenger transport services by rail and governance of the railway infrastructureannounced
Common rules for the normalisation of the accounts of railway undertakingsannounced
Interoperability of the rail system within the European Union (Recast)announced
Railway safety (Recast)announced
Common rules for access to the international market for coach and bus servicesannounced
EU regulatory framework for hyperloopannounced
Revision of the Directive on Deployment of Alternative Fuels Infrastructureannounced
ReFuelEU Aviation - Sustainable Aviation Fuelsannounced
Directive (EU) 2016/2370 of the European Parliament and of the Council of 14 December 2016 amending Directive 2012/34/EU as regards the opening of the market foadopted32016L2370
Council Decision (EU) 2026/1133 of 18 May 2026 on the conclusion, on behalf of the Union, of the Air Transport Agreement between the United States of America, oadopted32026D1133
Regulation (EU) 2026/1184 of the European Parliament and of the Council of 20 May 2026 on the use of railway infrastructure capacity in the single European railadopted32026R1184
Development of the CO2 transportation infrastructure and marketsannounced
CELEX:32019L0520R(02)adopted32019L0520
Council Decision (EU) 2026/1369 of 12 June 2026 on the position to be taken on behalf of the European Union at the 238th session of the Council of the Internatiadopted32026D1369
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on multimodal booking and repealing Regulation (EC) No 80/2009tabled52026PC0231
Council Decision (EU) 2026/1303 of 4 June 2026 on the position to be taken on behalf of the European Union at the 18th session of the Committee of Technical Expadopted32026D1303
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the 238th session of the Council of the International Civil Aviattabled52026PC0181
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2021/782 as regards the protection of passengers with single titabled52026PC0233
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on rail ticketingtabled52026PC0232
Council Decision (EU) 2026/1071 of 5 May 2026 on the position to be taken on behalf of the European Union at the 59th session of the Committee of Experts for thadopted32026D1071
2011/0102(NLE)EU/USA/Iceland/Norway Air Transport Agreement, and EU/Iceland/Norway Ancillary Agreement on the application of the Air Transport Agreementclose_to_adoptionTRAN11 events · 100d idle
2016/0236(COD)EU certification of aviation security screening equipmenttabled3 events · 3327d idle
2017/0113(COD)Goods vehicles hired without driverscompleted7 events · 2720d idle
2017/0122(COD)Road transport: Driving, breaks, rest times and tachographscompleted7 events · 2915d idle
2017/0123(COD)Access to the occupation of road transport operator and to the international road haulage marketcompleted6 events · 2915d idle
2018/0138(COD)Measures to advance the realisation of the trans-European transport network: Integrated and faster project procedurescompleted10 events · 1817d idle
2023/0134(COD)CO2 emission class of heavy-duty vehicles with trailerstabledTRAN
2023/0142(NLE)EU/Morocco Euro-Mediterranean Aviation Agreement: accession to the EU of Croatia. ProtocoltabledTRAN
2025/0421(COD)Clean corporate vehiclestabledENVI2 events · 138d idle
2025/0422(COD)Simplification of technical requirements and testing procedures for motor vehicles (Omnibus IX on automotive)tabledIMCO2 events · 138d idle
2025/0424(COD)Exemption of certain N2 electric vehicles from the requirement to install and use a speed limitation device (Omnibus IX on automotive)tabledENVI6 events · 60d idle
2025/2843(DEA)Technical requirements and test procedures for approval of motor vehicles equipped with 112-based eCall in-vehicle systemstabledIMCO5 events · 241d idle
2025/2957(DEA)Certificate of airworthiness and restricted certificate of airworthinesstabled5 events · 136d idle
2025/3038(DEA)Rules on the organisation and composition of the Board of Appeal of the European Union Aviation Safety Agency, on its members and on the rules and procedures fotabled4 events · 127d idle
2026/0113(COD)Multimodal bookingtabled
2026/0114(COD)Protection of rail passengers with single ticketstabled
2026/0115(COD)Rail ticketingtabled
2026/2003(INI)Connecting Europe Through High-Speed RailtabledTRAN1 events · 156d idle
2026/2040(INI)A regulatory framework to promote the uptake of sustainable aviation fuelstabledTRAN
2026/2647(RSP)Three years after the Tempi accident: rail transport safety in the EUtabled1 events · 107d idle
2026/2662(DEA)Standardised access to vehicle on-board diagnostics information and repair and maintenance information, and the requirements and procedures for access to vehicltabledIMCO3 events · 94d idle
2026/2760(DEA)Setting out durability multipliers for gaseous pollutants of heavy-duty vehicles of categories M3, N2 and N3tabledENVI
2026/2764(RSP)The resilience of the European transport sector and the need to ensure the supply of essential goods amid ongoing geopolitical instabilitytabled
2026/2772(RSP)Russia’s unacceptable provocative actions and drone incursions into Romania, Baltic states and Finlandtabled
2026/2777(DEA)New heavy-duty vehicles: data to be monitored, reported and publishedtabledENVI
C(2026)2014European citizens’ initiative entitled ‘Fast, convenient, affordable, and above all climate-friendly transportation for all Europeans’: request for registrationtabledTRAN1 events · 93d idle
COM(2025)0703Availability of suitable rest facilities for drivers and of secured parking facilities, and on the development of safe and secure parking areas certified in acctabledTRAN2 events · 214d idle
COM(2025)0763European Tourism Agenda 2030tabledTRAN2 events · 191d idle
COM(2025)0944Quality Jobs RoadmaptabledEMPL2 events · 200d idle
COM(2026)0005International occasional carriage of passengers by coach and bus (Interbus Agreement) regarding the international regular and special regular carriage of passentabledTRAN2 events · 163d idle
COM(2026)0007Transport Community: changes to the rules on staff salaries of the Transport Community Permanent Secretariat. EU positiontabledTRAN2 events · 162d idle
COM(2026)0049International Civil Aviation Organization (ICAO): envisaged amendment to Annex 13 - Aircraft Accident and Incident Investigation. EU positiontabledTRAN2 events · 141d idle
COM(2026)0066International Civil Aviation Organization (ICAO): amendment 3, 12 and 15 of Annex 16, Volumes I-III of the Chicago Convention, concerning Standards and RecommentabledTRAN1 events · 135d idle
COM(2026)0077Report on the Implementation of the EU Road Safety Policy Framework at the Mid-PointtabledTRAN2 events · 131d idle
COM(2026)0081Action Plan on Drone and Counter Drone SecuritytabledLIBE1 events · 136d idle
COM(2026)0098Intergovernmental Organisation for International Carriage by Rail (OTIF): certain amendments to Appendix C to the Convention concerning International Carriage btabledTRAN2 events · 120d idle
COM(2026)0122Cape Town Convention (2001) on International Interests in Mobile Equipment: matters specific to railway rolling stock. Luxembourg Protocol, Rail Protocol 2007. tabledTRAN2 events · 109d idle
COM(2026)0163Intergovernmental Organisation for International Carriage by Rail (OTIF): revision of the the Rules of Procedure of the Committee of Technical Experts (CTE), retabledTRAN2 events · 68d idle
COM(2026)0181International Civil Aviation Organization (ICAO): amendment 19 of Annex 17 – Aviation Security. EU positiontabledTRAN
COM(2026)0265Intergovernmental Organisation for International Carriage by Rail (OTIF): Ad Hoc Committee on Legal Affairs and International Cooperation. EU positiontabledTRAN
SWD(2026)0027Market access in Inland Waterway Transport. Fitness checktabledTRAN2 events · 145d idle
SWD(2026)0028Market access in Inland Waterway Transport. Executive summary of the fitness checktabledTRAN2 events · 145d idle
SWD(2026)0033Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Austria. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0034Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Belgium. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0035Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Bulgaria. Accompanying the doctabledTRAN2 events · 131d idle
SWD(2026)0036Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Croatia. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0037Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Cyprus. Accompanying the documtabledTRAN2 events · 131d idle
SWD(2026)0038Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Czechia. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0039Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Denmark. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0040Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Estonia. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0041Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Finland. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0042Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - France. Accompanying the documtabledTRAN2 events · 131d idle
SWD(2026)0043Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Germany. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0044Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Greece. Accompanying the documtabledTRAN2 events · 131d idle
SWD(2026)0045Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Hungary. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0046Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Ireland. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0047Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Italy. Accompanying the documetabledTRAN2 events · 131d idle
SWD(2026)0048Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Latvia. Accompanying the documtabledTRAN2 events · 131d idle
SWD(2026)0049Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Lithuania. Accompanying the dotabledTRAN2 events · 131d idle
SWD(2026)0050Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Luxembourg. Accompanying the dtabledTRAN2 events · 131d idle
SWD(2026)0051Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Malta. Accompanying the documetabledTRAN2 events · 131d idle
SWD(2026)0052Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Netherlands. Accompanying the tabledTRAN2 events · 131d idle
SWD(2026)0053Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Poland. Accompanying the documtabledTRAN2 events · 131d idle
SWD(2026)0054Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Portugal. Accompanying the doctabledTRAN2 events · 131d idle
SWD(2026)0055Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Romania. Accompanying the docutabledTRAN2 events · 131d idle
SWD(2026)0056Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Slovakia. Accompanying the doctabledTRAN2 events · 131d idle
SWD(2026)0057Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Slovenia. Accompanying the doctabledTRAN2 events · 131d idle
SWD(2026)0058Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Spain. Accompanying the documetabledTRAN2 events · 131d idle
SWD(2026)0059Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Sweden. Accompanying the documtabledTRAN2 events · 131d idle
Digital Policy and Digital Economy — 116 procedures (37 advanced, 13 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0212(COD)Digital euro packagetabled1644 amdt · 3 events · 591d idle
2022/0047(COD)The Data actcompleted1164 amdt · 10 events · 906d idle
2023/0133(COD)Cyber solidarity actcompleted780 amdt · 10 events · 591d idle
2022/0032(COD)The EU chips act: Securing Europe’s supply of semiconductorscompleted574 amdt · 8 events · 1068d idle
2022/0407(CNS)VAT in the digital agecompleted52022PC0701251 amdt · 13 events · 459d idle
2020/0155(COD)Combating child sexual abuse onlineadopted137 amdt · 11 events · 1947d idle
2017/0003(COD)Reform of the e-Privacy Directiveclose_to_adoption135 amdt · 7 events · 264d idle
2023/0089(COD)Enhanced digital tools and processes in company lawcompleted130 amdt · 12 events · 533d idle
2025/0359(COD)The Digital Omnibus Regulation Proposalclose_to_adoptionIMCO52025PC0837111 amdt · 7 events · 93d idle
2023/0199(COD)Strategic technologies for Europe platform (STEP)completed79 amdt · 6 events · 851d idle
2025/0429(COD)Extension of the temporary derogation from the ePrivacy Directive to combat online child sexual abusecompletedLIBE53 amdt · 8 events · 93d idle
2023/0108(COD)Managed security servicescompleted51 amdt · 10 events · 528d idle
2023/0211(COD)Provision of digital euro services by payment services providers incorporated in Member States whose currency is not the eurotabledECON28 amdt
Directive (EU) 2019/770 of the European Parliament and of the Council of 20 May 2019 on certain aspects concerning contracts for the supply of digital content aadopted32019L0770
Council Decision (CFSP) 2026/588 of 16 March 2026 amending Decision (CFSP) 2019/797 concerning restrictive measures against cyber-attacks threatening the Union adopted32026D0588
Regulation: CELEX:32024R2847R(06):           Rectificatif au règlement (UE) 2024/2847 du Parlement européen et du Conseil du 23 octobre 2024 concernant des exiadopted32024R2847
Cross-border portability of online contentannounced
SINGLE DIGITAL GATEWAYannounced
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the European Union Agency for Cybersecurity (ENISA), the European cybersecurity certitabled52026PC0011
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive (EU) 2022/2555 as regards simplification measures and alignment with ttabled52026PC0013
Modernisation of European copyright rules: directive on copyright in the digital single marketannounced
Modernisation of European copyright rules: Directive on online transmissions of broadcasting organisations and retransmissions of television and radio programmeannounced
European cloud initiativeannounced
Public-private partnerships for cybersecurityannounced
Free flow of non-personal dataannounced
e-Government action plan 2016-2020announced
Cybersecurity packageannounced
European business walletsannounced
CELEX:32024R1183R(06):           Rectificatif au règlement (UE) 2024/1183 du Parlement européen et du Conseil du 11 avril 2024 modifiant le règlement (UE) n° 9adopted32024R1183
Quantum Actannounced
EU Cybersecurity Agency and the cybersecurity Actannounced
Online platforms, the digital single market and disinformationannounced
Assessment of platforms and tackling illegal contentannounced
Assessment of platforms and tackling illegal content - fairness in platform-to-business relationsannounced
Digital Finance Strategy for the EUannounced
Digital operational resilience for the financial sectorannounced
Removing legal obstacles to criminal investigations on cybercrimeannounced
USE OF DIGITAL TOOLS AND PROCESSES IN COMPANY LAWannounced
Modernising VAT for cross-border B2C e-commerce - Digital online portal ('one stop-shop')announced
Proposal for a Directive on the common system of a digital services tax on revenues resulting from the provision of certain digital servicesannounced
Corporate taxation of a significant digital presenceannounced
VAT in the digital ageannounced
Council Implementing Regulation (EU) 2026/1078 of 11 May 2026 implementing Regulation (EU) 2019/796 concerning restrictive measures against cyber-attacks threatadopted32026R1078
Council Decision (CFSP) 2026/1079 of 11 May 2026 amending Decision (CFSP) 2019/797 concerning restrictive measures against cyber-attacks threatening the Union oadopted32026D1079
Proposal for a COUNCIL DECISION determining the criteria and the procedure for establishing the position to be taken on behalf of the European Union within the tabled52026PC0186
Digital omnibus on AIannounced
Smarter information systemsannounced
High common level of network and information securityannounced
Joint Declaration by the Contracting Parties to Decision No …/… incorporating Regulation (EU) 2019/881 of the European Parliament and of the Council into the Agadopted32019R0881
Council Implementing Regulation (EU) 2026/589 of 16 March 2026 implementing Regulation (EU) 2019/796 concerning restrictive measures against cyber-attacks threaadopted32026R0589
Regulation (EU) 2022/2065 of the European Parliament and of the Council of 19 October 2022 on a Single Market For Digital Services and amending Directive 2000/3adopted32022R2065
Review of the Public Sector Information (PSI) directiveannounced
Revision of the European interoperability frameworkannounced
Cloud and AI development actannounced
European High Performance Computing Joint Undertakingannounced
Proposal for a COUNCIL IMPLEMENTING DECISION on authorising support from the EU Cybersecurity Reserve to Ukrainetabled52026PC0239
Regulation (EU) 2023/2854 of the European Parliament and of the Council of 13 December 2023 on harmonised rules on fair access to and use of data and amending Radopted32023R2854
Regulation (EU) 2023/2844 of the European Parliament and of the Council of 13 December 2023 on the digitalisation of judicial cooperation and access to justice adopted32023R2844
Regulation (EU) 2024/1689 of the European Parliament and of the Council of 13 June 2024 laying down harmonised rules on artificial intelligence and amending Regadopted32024R1689
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on a framework of measures for strengthening the Union’s semiconductor ecosystem, repealtabled52026PC0504
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL establishing a framework of measures for strengthening Europe’s cloud and AI ecosystem (tabled52026PC0502
Council Decision (CFSP) 2026/1338 of 15 June 2026 in support of a project on digital solutions for secure conventional ammunition stockpiles in the EU Neighbouradopted32026D1338
Digital Networks Act (DNA)announced
Council Decision (EU) 2026/1080 of 21 April 2026 on the conclusion, on behalf of the European Union, of the Council of Europe Framework Convention on Artificialadopted32026D1080
Council Implementing Decision (EU) 2026/1354 of 15 June 2026 authorising the provision of support from the EU Cybersecurity Reserve to Ukraineadopted32026D1354
Proposal for a COUNCIL IMPLEMENTING DECISION authorising support from the EU Cybersecurity Reserve for Moldova and repealing Implementing Decision (EU) 2025/145tabled52026PC0280
Data Union Strategy - Unlocking data for AIannounced
Chips Act IIannounced
AI continent action planannounced
2015/0284(COD)Cross-border portability of online content servicescompleted7 events · 3327d idle
2015/0288(COD)Contracts for online and other distance sales of goodscompleted8 events · 2650d idle
2016/0284(COD)Regulating online TV and radio broadcastingcompleted8 events · 2648d idle
2017/0086(COD)Single digital gatewayadopted10 events · 2775d idle
2018/0073(CNS)Interim digital services tax on revenues from certain digital servicescompleted8 events · 2753d idle
2018/0331(COD)Terrorist content online: Tackling online terrorist propagandacompleted11 events · 1886d idle
2022/0303(COD)Artificial intelligence liability directivetabled5 events · 264d idle
2025/0133(COD)Amending certain Directives as regards digitalisation and common specificationsclose_to_adoptionIMCO7 events · 110d idle
2025/0134(COD)Amending certain Regulations as regards digitalisation and common specificationsclose_to_adoptionIMCO7 events · 110d idle
2025/0136(NLE)Council of Europe Framework Convention on Artificial Intelligence and Human Rights, Democracy and the Rule of Lawclose_to_adoptionIMCO8 events · 108d idle
2025/0231(NLE)United Nations Convention against Cybercrimeclose_to_adoptionLIBE7 events · 40d idle
2025/0273(NLE)EU/Korea Digital Trade Agreementtabled1 events · 290d idle
2025/0360(COD)Simplification of the digital legislative framework – Digital Omnibus (Omnibus VII)tabledIMCO2 events · 159d idle
2025/2058(INI)Copyright and generative artificial intelligence – opportunities and challengesclose_to_adoptionJURI6 events · 109d idle
2025/2081(INI)Impact of social media and the online environment on young peopletabledIMCO1 events · 415d idle
2025/2118(INI)Institutional aspects of Artificial Intelligence in the context of the European integrationtabledIMCO10 events
2025/3036(DEA)Terms and conditions for applying the cybersecurity-related grounds in relation to delaying the dissemination of notificationstabled4 events · 67d idle
2026/0011(COD)EU Cybersecurity Agency (ENISA) and ICT Cybersecurity Certification (Cybersecurity Act 2)tabledITRE1 events · 158d idle
2026/0012(COD)Simplification Measures and Alignment with Cybersecurity Act 2tabled2 events · 94d idle
2026/0013(COD)Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on digital networks, amending Regulation (EU) 2015/2120, Directive 2002/58/EC and Decisitabled52026PC00161 events · 157d idle
2026/0138(COD)Cloud and AI Development Acttabled
2026/0139(COD)Chips Act 2.0tabled
2026/0169(COD)Energy and tyre labelling: simplification and digitalisationtabled
2026/2057(INI)Digital and AI opportunities, challenges for gender equality and gender-based violence including AI-generated contentstabled
2026/2587(RSP)Presentation of the Action plan against cyberbullyingtabled1 events · 137d idle
2026/2594(DEA)Necessary details for the authorisation and supervision of inside information platforms and registered reporting mechanisms by the European Union Agency for thetabledITRE5 events · 78d idle
2026/2596(RSP)Enforcement of the Digital Markets ActtabledIMCO5 events · 58d idle
2026/2693(RSP)Need for targeted criminal provisions and platforms’ responsibility to effectively address cyberbullying and online harassmenttabled2 events · 58d idle
2026/2705(RSP)Enforcement of the Digital Markets Acttabled
2026/2729(RSP)EU cybersecurity and preparedness in view of advanced AI systemstabled
2026/2739(RSP)Financing EU priorities in a sustainable, predictable and resilient way through a new EU own resource from the online gambling and betting services sectortabled
2026/2744(RSP)Achieving digital sovereignty and resilience for Europetabled
COM(2025)0802DigitalJustice@2030. CommunicationtabledJURI2 events · 218d idle
COM(2025)0835Data union strategy unlocking data for AItabledITRE2 events · 218d idle
COM(2026)0009Evaluation of ENISA and the European Cybersecurity Certification FrameworktabledITRE2 events · 155d idle
COM(2026)0071Action plan against cyberbullying 'Safer online, stronger together'tabledIMCO2 events · 135d idle
COM(2026)0186Requests for accession of third parties to the Council of Europe Convention on Cybercrime ('Budapest Convention'). EU positiontabledLIBE
COM(2026)0234Need to review the list of prohibited AI practices and of high-risk AI systems listed in Annex III. ReporttabledIMCO
COM(2026)0239Authorising support from the EU Cybersecurity Reserve to Ukraine. Proposal for a Council implementing decisiontabledITRE
COM(2026)0280Authorising Support from the EU Cybersecurity Reserve for Moldova. Proposal for a Council implementing decisiontabledITRE
COM(2026)0288State of the Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyondtabledITRE
COM(2026)0501Strategic Roadmap for Digitalisation and AI in the Energy SectortabledITRE
SWD(2026)0002Evaluation of the European Union Agency for Cybersecurity (ENISA) and the European Cybersecurity Certification Framework. Accompanying documenttabledITRE2 events · 155d idle
SWD(2026)0154Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying documenttabledITRE
SWD(2026)0155Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying documenttabledITRE
SWD(2026)0156Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying documenttabledITRE
SWD(2026)0157Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying documenttabledITRE
Migration and Home Affairs — 108 procedures (26 advanced, 15 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/0059(COD)A common system for the return of third-country nationals staying illegally in the European Unionclose_to_adoption2409 amdt · 5 events · 107d idle
2023/0439(COD)Preventing and countering the facilitation of unauthorised entry, transit and stay in the EUtabled586 amdt · 4 events · 425d idle
2023/0115(COD)Deposit protection, use of deposit guarantee schemes funds, cross-border cooperation, and transparencyadoptedECON332 amdt · 14 events · 89d idle
2022/0424(COD)Advance passenger information (API) to enhance border checkscompleted307 amdt · 12 events · 535d idle
2023/0169(COD)The protection of vulnerable adults in cross-border situationsclose_to_adoption275 amdt · 8 events · 355d idle
2023/0404(COD)Proposal establishing an EU talent poolcompleted245 amdt · 7 events · 109d idle
2023/0202(COD)Newly proposed rules to strengthen GDPR enforcement in cross-border casescompleted218 amdt · 11 events · 197d idle
2023/0315(COD)European cross-border associationscompleted209 amdt · 10 events · 591d idle
2022/0134(COD)Recast of Directive 2003/109/EC: Status of third-country nationals who are long term residents in the EUclose_to_adoption133 amdt · 8 events · 591d idle
2018/0329(COD)Recasting the Return Directivetabled119 amdt · 4 events · 591d idle
2016/0133(COD)Reform of the Dublin systemclose_to_adoption109 amdt · 10 events · 1891d idle
2016/0223(COD)Reform of the Qualification Directivecompleted95 amdt · 10 events · 774d idle
2024/0061(COD)European cross-border associationscompleted60 amdt · 8 events · 201d idle
2021/0427(COD)Instrumentalisation in the field of migration and asylumtabled33 amdt · 4 events · 264d idle
2023/0052(COD)Cross-border exchange of information on road safety-related traffic offencescompleted23 amdt · 10 events · 544d idle
CELEX:32024R1358R(02)adopted32024R1358
Council Directive (EU) 2022/2523 of 14 December 2022 on ensuring a global minimum level of taxation for multinational enterprise groups and large-scale domesticadopted32022L2523
Council Decision (EU) 2026/1132 of 18 May 2026 on the signing, on behalf of the European Union, of the Protocol amending the Council of Europe Convention on theadopted32026D1132
Council Decision (EU) 2026/554 of 5 March 2026 on the conclusion of the Agreement between the European Union and Bosnia and Herzegovina on operational activitieadopted32026D0554
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0124
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on combating firearms trafficking and other firearms-related offences and amending Directtabled52026PC0102
Proposal for a COUNCIL IMPLEMENTING DECISION on the establishment of the Annual Solidarity Pool for 2026tabled52025PC0796
Cross-border parcel deliveryannounced
EU anti-money laundering (AML) and Combating the Financing of Terrorism (CFT) single rule bookannounced
Establishing the Authority for Anti-Money Laundering (AML) and Countering the Financing of Terrorism (CFT) and amending Regulations (EU) No 1093/2010, (EU) 1094announced
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL empowering Austria to amend its existing bilateral road transport agreement with Switzerlatabled52025PC0773
Council Recommendation on operational police cooperationannounced
Council Decision (EU) 2026/828 of 30 March 2026 on the conclusion of the Agreement between the European Union, of the one part, and the Republic of Ecuador, of adopted32026D0828
Strategy towards the eradication of trafficking in human beingsannounced
EUROPEAN LIST OF SAFE COUNTRIES OF ORIGINannounced
Minimum rules to prevent and counter the facilitation of unauthorised entry, transit and stay in the Unionannounced
Reform of the qualification directiveannounced
EU action plan on firearms trafficking 2020-2025announced
Collection and transfer of advance passenger information (API) for enhancing and facilitating external border controlsannounced
EU Police Cooperation Code: consolidating legal framework for law enforcement cooperationannounced
Proposal for a directive amending Directive 2011/36/EU on preventing and combating trafficking in human beings and protecting its victimsannounced
Directive (EU) 2026/804 of the European Parliament and of the Council of 30 March 2026 amending Directive 2014/49/EU as regards the scope of deposit protection,adopted32026L0804
Proposal for a Regulation on situations of instrumentalisation in the field of migration and asylumannounced
Communication on the EU strategy to tackle organised crimeannounced
Strengthening the European Asylum Support Office (EASO)announced
Reform of the Common European Asylum System (CEAS)announced
Communication on a counter-terrorism agenda for the EUannounced
Targeted revision of the Schengen borders code (Anti-terrorism measures)announced
ENTRY/EXIT SYSTEM (2016 SMART BORDERS PACKAGE)announced
REGULATION AMENDING THE SCHENGEN BORDERS CODE AS REGARDS THE USE OF THE ENTRY/EXIT SYSTEM (NEW SMART BORDERS PACKAGE)announced
European border and coast guard agencyannounced
Review of the Framework Decision on terrorismannounced
Legislative proposals following the Action plan to strengthen the fight against terrorism financingannounced
Regulation on automated data exchange for police cooperation (Prüm II)announced
Modernising VAT for cross-border e-commerceannounced
REGISTERED TRAVELLER PROGRAMME (2013 SMART BORDERS PACKAGE)announced
ENTRY/EXIT SYSTEM (2013 SMART BORDERS PACKAGE)announced
SCHENGEN BORDERS CODE: USE OF THE ENTRY/EXIT SYSTEM (EES) AND THE REGISTERED TRAVELLER PROGRAMME (RTP) (2013 SMART BORDERS PACKAGE)announced
Regulation (EU) 2026/1047 of the European Parliament and of the Council of 29 April 2026 establishing an EU Talent Pooladopted32026R1047
Revision of Excise Duties Directive (General Arrangements - Cross-border acquisitions of excise goods)announced
Revision of the Blue Card directiveannounced
Recast Eurodac regulationannounced
Single Permit Directive – possible reviewannounced
Revision of Directive 2011/98/EU on the Single permitannounced
Integration of migrantsannounced
Urgency resettlement schemeannounced
Status of long-term resident 3rd country nationals – possible reviewannounced
Revision of the Dublin regulationannounced
EU resettlement frameworkannounced
CELEX:32024R1348R(03)adopted32024R1348
Additional financing to respond to the migration crisisannounced
Revision of the Frontex regulationannounced
Permanent EU relocation mechanismannounced
Reform of the reception conditions directiveannounced
Reform of the asylum procedures directiveannounced
Action plan against migrant smugglingannounced
European travel document for the return of illegal migrantsannounced
Action plan on returnannounced
Recommendation for a COUNCIL DECISION on the conclusion, on behalf of the European Union, of the Protocol amending the Council of Europe Convention on the prevetabled52026PC0137
Recommendation for a COUNCIL DECISION on the signing, on behalf of the European Union, of the Protocol amending the Council of Europe Convention on the preventitabled52026PC0136
Directive (EU) 2024/1346 of the European Parliament and of the Council of 14 May 2024 laying down standards for the reception of applicants for international pradopted32024L1346
2015/0211(COD)Safe countries of origin: Proposed common EU listclose_to_adoption4 events · 2563d idle
2016/0407(COD)Use of the Schengen Information System for the return of illegally staying third-country nationalsadopted12 events · 2759d idle
2016/0408(COD)Revision of the Schengen Information System for border checksadopted10 events · 2759d idle
2016/0409(COD)Revision of the Schengen Information System for law enforcementadopted10 events · 2759d idle
2018/061(COD)Revision of the Community Code on Visastabled
2025/0120(NLE)EU/Ecuador Agreement: cooperation between the European Union Agency for Law Enforcement Cooperation (Europol) and the Ecuadorian authorities competent for combacompletedLIBE8 events · 73d idle
2025/0407(COD)Empowering Austria to amend its existing bilateral road transport agreement with Switzerland with a view to authorising cabotage operations in the course of thetabledJURI7 events
2025/0540(COD)Union support for asylum, migration and integrationtabled2 events · 247d idle
2025/3013(DEA)Determining cases where identity data are considered as same or similar for the purpose of the multiple identity detection pursuant to Regulation (EU) 2019/817tabled3 events · 135d idle
2025/3015(DEA)Determining cases where identity data are considered as same or similar for the purpose of the multiple identity detection pursuant to Regulation (EU) 2019/818tabled3 events · 135d idle
2026/0059(COD)Combating firearms trafficking and other firearms-related offencestabled4 events · 68d idle
2026/0152(NLE)Council of Europe Convention on the Prevention of Terrorism. Protocoltabled
2026/2604(RSP)Spain’s large-scale regularisation policy and its impact on the Schengen Area and EU migration policytabled1 events · 137d idle
2026/2610(DEA)Certain categories of animals and goods exempted from official controls at border control poststabledENVI3 events · 74d idle
2026/2627(DEA)Financial support to Member States for expenses incurred to customise and automate border checks in order to implement the European Travel Information and AuthotabledLIBE3 events · 64d idle
2026/2702(RSP)Escalating trafficking and exploitation by criminal groups in Haititabled2 events · 58d idle
2026/2709(DEA)Private attestation requirements of the composite products exempted from official controls at border control posts, and the inclusion of certain cereal productstabledENVI1 events · 61d idle
2026/2725(RSP)Recruitment of children by organised crimetabled
COM(2025)0744EU Action Plan against drug traffickingtabledLIBE2 events · 193d idle
COM(2026)0045European Asylum and Migration Management StrategytabledLIBE2 events · 145d idle
COM(2026)0082Communication on the EU’s eastern regions bordering Russia, Belarus and Ukraine. Strong regions for a safe EuropetabledREGI2 events · 128d idle
COM(2026)0101ProtectEU: Agenda to prevent and counter terrorismtabledLIBE2 events · 116d idle
COM(2026)01502026 State of Schengen ReporttabledLIBE
COM(2026)0167Community Code on Visas (Visa Code): suspension of certain provisions with respect to Ethiopia. Proposal for a Council implementing decisiontabledLIBE2 events · 66d idle
COM(2026)0168Armenia's implementation of the action plan on visa liberalisation. First progress report.tabledLIBE
COM(2026)0196State of play on the implementation of the Pact on Migration and AsylumtabledLIBE
SWD(2026)0075Ex post evaluation for the Internal Security Fund - Borders and Visa (ISF-BV) for the 2014-2020 programming period. EvaluationtabledLIBE2 events · 115d idle
SWD(2026)0076Ex post evaluation for the Internal Security Fund - Borders and Visa (ISF-BV) for the 2014-2020 programming period. Executive summarytabledLIBE2 events · 115d idle
SWD(2026)0079Ex-post Evaluation of the Internal Security Fund - Police (ISF-P) for the 2014-2020 programming periodtabledLIBE2 events · 115d idle
SWD(2026)0083Ex-post Evaluation of the Internal Security Fund - Police (ISF-P) for the 2014-2020 programming period. Executive summarytabledLIBE2 events · 115d idle
SWD(2026)0129United Nations Convention against Transnational Organised Crime: “Criminalisation and jurisdiction”; Prevent, Suppress and Punish Trafficking in Persons, EspecitabledLIBE
SWD(2026)01502026 State of Schengen Report. Accompanying the documenttabledLIBE
Business and Industry — 86 procedures (10 advanced, 1 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2013/0072(COD)Air passenger rightsclose_to_adoptionIMCO238 amdt · 5 events · 4525d idle
CELEX:32024L1760R(03)adopted32024L1760
Promoting SME GROWTH MARKETS: amendments to the market abuse regulation and the prospectus regulationannounced
Proposal for a regulation establishing the European cybersecurity industrial, technology and research competence centreannounced
Simplifying VAT for small and medium-sized enterprises (SMEs)announced
The 28th Regime - legislative initiativeannounced
Critical Raw Materials Centreannounced
Industrial Accelerator Actannounced
EU Start-up and Scale-up Strategyannounced
The 28th Regime - a new legal framework for innovative companiesannounced
STRATEGY for SECONDARY RAW MATERIALSannounced
Proposal for a regulation amending Regulations (EC) No 1907/2006, (EC) No 1272/2008, (EU) No 528/2012, (EU) 2019/1021 and (EU) 2021/697 as regards defence readannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union within the CETA Joint Committee established under the Comprehensive tabled52026PC0130
Digitising European Industryannounced
European defence industrial development programme (EDIDP)announced
REVIEW OF REGULATORY BARRIERS FOR SME ACCESS TO PUBLIC MARKETS / 2017announced
EURO area system of competitiveness authorities (National productivity boards)announced
European critical raw materials actannounced
Green Deal Industrial Plan for the Net-Zero Ageannounced
Net-zero industry actannounced
PHARMACEUTICALS: Mutual recognition agreement (MRA) on Good Manufacturing Practices (GMP)announced
Communautarisation of the Euro Plus Pact on competitivenessannounced
TTIP chapter on SMALL and MEDIUM-SIZED ENTERPRISES (SME)announced
SME Relief Packageannounced
Council Decision (EU) 2026/1070 of 5 May 2026 on the position to be taken on behalf of the European Union within the CETA Joint Committee established under the adopted32026D1070
Proposal for a regulation amending the EU Batteries Regulation and the EU Industrial Emissions Portal Regulation as regards simplification and reduction of admiannounced
Head Office Tax System for SMEs (HOT)announced
Omnibus I - sustainability reporting - proposal amending CSRD and CSDDDannounced
Omnibus I - sustainability reporting - "stop the clock" proposalannounced
Clean industrial dealannounced
Bioeconomy strategyannounced
European strategy on sustainable tourismannounced
Security Action for Europe (SAFE) through the reinforcement of European defence industry Instrumentannounced
A Competitiveness Compass for the EUannounced
Regulation: CELEX:32024R1244R(02):           Rectificatif au règlement (UE) 2024/1244 du Parlement européen et du Conseil du 24 avril 2024 concernant la notifiadopted32024R1244
European Biotech Act IIannounced
European Chemicals Industry Action Planannounced
Regulation (EU) 2026/1384 of the European Parliament and of the Council of 17 June 2026 addressing the negative trade-related effects of global overcapacity on adopted32026R1384
Regulation (EU) 2024/1735 of the European Parliament and of the Council of 13 June 2024 on establishing a framework of measures for strengthening Europe’s net-zadopted32024R1735
Regulation (EU) 2024/1849 of the European Parliament and of the Council of 13 June 2024 amending Regulation (EU) 2017/852 on mercury as regards dental amalgam aadopted32024R1849
Advanced Materials Actannounced
2018/0165(COD)Enabling SMEs’ access to capital marketsadopted11 events · 2390d idle
2020/0107(COD)European defence industry reinforcement through common procurement act (EDIRPA)tabled8 events · 1489d idle
2025/0176(COD)Defence readiness and facilitating defence investments and conditions for defence industry (Omnibus V)close_to_adoptionIMCO6 events · 159d idle
2025/0221(COD)Connecting Europe Facility 2028–2034tabledITRE3 events · 71d idle
2025/0358(COD)Establishment of European Business WalletstabledIMCO3 events · 87d idle
2025/0384(COD)Monitoring and controlling drug precursorstabledIMCO2 events · 135d idle
2025/0385(COD)Amendments to the Critical Raw Materials ActtabledITRE2 events · 159d idle
2025/0390(APP)Financial consequences of the expiry of the ECSC Treaty and Research Fund for Coal and Steel: implementation of Protocol No 37tabledBUDG
2025/0398(NLE)Research Fund for Coal and Steel: research programme and multiannual technical and financial guidelinestabledITRE4 events · 74d idle
2025/0400(COD)Acceleration of permit-granting procedurestabledITRE3 events · 72d idle
2025/0406(COD)European biotech acttabled
2025/0545(COD)Budget expenditure tracking and performance frameworktabledITRE2 events · 247d idle
2025/2954(DEA)Thresholds for public supply, service and works contracts, and design contests for the years 2026-2027tabledIMCO4 events · 169d idle
2025/3009(DEA)Union list of projects of common interest and projects of mutual interestcompletedITRE4 events · 74d idle
2025/3502(COD)Establishing the Reparations Loan to UkrainetabledITRE4 events · 92d idle
2026/0013(COD)Digital Networks Act (DNA)tabledITRE1 events · 157d idle
2026/0068(COD)Industrial Accelerator ActtabledITRE52026PC01001 events · 115d idle
2026/0068(COD)Establishing a framework of measures for the acceleration of industrial capacity and decarbonisation in strategic sectors (Industrial Accelerator Act)tabled52026PC01001 events · 115d idle
2026/0074(COD)THE 28TH REGIME CORPORATE LEGAL FRAMEWORK - 'EU INC.'tabled1 events · 101d idle
2026/0074(COD)Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on THE 28TH REGIME CORPORATE LEGAL FRAMEWORK - 'EU INC.'tabled52026PC03211 events · 101d idle
2026/2536(DEA)Import conditions for introduction into the Union of wood packaging material in the form of ammunition boxes, originating in the United States of America, undertabled3 events · 102d idle
2026/2591(DEA)Security of gas supply: composition of the risk groupstabledITRE3 events · 136d idle
2026/2606(RSP)Urgent actions to revive EU competitiveness, deepen the EU Single Market and reduce the cost of living - from the Draghi report to realitytabled1 events · 136d idle
2026/2625(DEA)Classes of performance in relation to the essential characteristic reaction to firetabledIMCO5 events · 67d idle
2026/2626(DEA)Radio equipment: application of the essential requirements. Repealing Delegated Regulation (EU) 2022/30tabledIMCO3 events · 64d idle
2026/2635(RSP)Cutting red tape to enable a competitive and clean transition – the urgent need to shorten and simplify permittingtabled1 events · 109d idle
2026/2653(RSP)Energy security, independence and supply in the geopolitical context - ensuring market stability and affordable energy for industry and citizenstabled1 events · 94d idle
2026/2659(DEA)Classes of performance in relation to the essential characteristic resistance to firetabledIMCO3 events · 94d idle
2026/2674(DEA)Protein-related requirements for infant and follow-on formula manufactured from protein hydrolysatestabledENVI1 events · 89d idle
2026/2773(DEA)Applicable assessment and verification systems for product families and categoriestabledIMCO
C(2026)2851Supplier risk management. Commission recommendationtabledITRE
C(2026)4110European Citizens’ Initiative (ECI) ‘Stop Destroying Videogames’tabledIMCO
COM(2025)08482030 Consumer Agenda and action plan for consumers in the single market 'A new impulse for consumer protection, competitiveness and sustainable growth'tabledIMCO2 events · 214d idle
COM(2025)0980Simplifying for sustainable competitivenesstabledENVI2 events · 197d idle
COM(2025)0991The European Strategy for Housing Construction: a more competitive and productive construction industrytabledITRE2 events · 190d idle
COM(2025)1026New European Bauhaus - from vision to implementationtabledITRE2 events · 190d idle
COM(2026)0034Evaluation of BEREC and the BEREC OfficetabledITRE2 events · 156d idle
COM(2026)0046The 2026 Annual Single Market and Competitiveness ReporttabledIMCO2 events · 145d idle
COM(2026)0117Strategy for the development and deployment of Small Modular Reactors (SMRs) in EuropetabledITRE2 events · 107d idle
COM(2026)0176Amending Regulation suspending the Common Customs Tariff duties on certain agricultural and industrial products. Proposal for a Council regulationtabledIMCO
COM(2026)0177Amending Regulation on opening and providing for the management of autonomous tariff quotas of the Union for certain agricultural and industrial products. PropotabledIMCO
COM(2026)0503Communication on European Tech Sovereignty, accompanied by an EU Open Source StrategytabledITRE
SWD(2026)0017Evaluation of BEREC and the BEREC Office. Accompanying the documenttabledITRE2 events · 156d idle
SWD(2026)0030The 2026 Annual Single Market and Competitiveness Report. Accompanying documenttabledIMCO2 events · 145d idle
SWD(2026)0093Supporting life-cycle approaches to decarbonise European buildingstabledITRE2 events · 101d idle
Agriculture — 82 procedures (28 advanced, 7 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2022/0196(COD)Sustainable use of plant protection productscompleted2776 amdt · 8 events · 782d idle
2023/0227(COD)Plant reproductive materialcompleted794 amdt · 9 events · 166d idle
2024/0319(COD)Targeted amendments to the CMO and other CAP regulations: Strengthening farmers’ position in the food supply chaincompleted685 amdt · 8 events · 262d idle
2023/0228(COD)Forest reproductive materialcompleted325 amdt · 10 events · 299d idle
2023/0126(COD)Unitary supplementary protection certificate for plant protection productscompleted98 amdt · 10 events · 591d idle
2025/0130(COD)Amending certain Regulations as regards the extension of certain mitigating measures available for small and medium sized enterprises to small mid-cap enterprisclose_to_adoptionECON64 amdt · 8 events · 110d idle
2025/0131(COD)Amending certain directives as regards the extension of certain mitigating measures available for small and medium sized enterprises to small mid-cap enterpriseclose_to_adoptionECON25 amdt · 8 events · 110d idle
Proposal for a COUNCIL REGULATION amending Regulation (EU) 2021/2283 opening and providing for the management of autonomous tariff quotas of the Union for certatabled52026PC0177
Proposal for a COUNCIL REGULATION amending Regulation (EU) 2021/2278 suspending the Common Customs Tariff duties referred to in Article 56(2), point (c), of Regtabled52026PC0176
Regulation (EU) 2026/687 of the European Parliament and of the Council of 11 March 2026 implementing the bilateral safeguard clauses of the EU-Mercosur Partnersadopted32026R0687
Council Regulation (EU) 2026/1181 of 22 May 2026 suspending the Common Customs Tariff duties referred to in Article 56(2), point (c), of Regulation (EU) No 952/adopted32026R1181
Proposal for a COUNCIL REGULATION suspending the Common Customs Tariff duties referred to in Article 56(2), point (c), of Regulation (EU) No 952/2013 of the Eurtabled52026PC0099
TTIP negotiations on PESTICIDESannounced
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2019/1753 as regards amendments adopted by the Assembly of the tabled52026PC0069
Proposal for a COUNCIL DECISION on the submission, on behalf of the European Union, of a proposal for the listing of TBPH in Annex A or Annex B to the Stockholmtabled52026PC0051
CELEX:32018R0848R(28)adopted32018R0848
TTIP chapter on INTELLECTUAL PROPERTY & GEOGRAPHICAL INDICATIONSannounced
Regulation (EU) 2021/2116 of the European Parliament and of the Council of 2 December 2021 on the financing, management and monitoring of the common agriculturaadopted32021R2116
Regulation (EU) 2026/697 of the European Parliament and of the Council of 11 March 2026 on cooperation among enforcement authorities responsible for the enforceadopted32026R0697
A Vision for Agriculture and Food. Shaping together an attractive farming and agri-food sector for future generationsannounced
Livestock strategy including elements of animal welfareannounced
Strategy for generational renewal in agricultureannounced
Common agricultural policy simplification packageannounced
Common agricultural policy 2028-2034announced
Regulation establishing a Union certification framework for permanent carbon removals, carbon farming and carbon storage in productsannounced
Omnibus IV - Simplifying measures for SME and small mid-cap enterprises (directive)announced
Regulation (EU) 2026/1392 of the European Parliament and of the Council of 20 May 2026 on the production and marketing of forest reproductive material, amendingadopted32026R1392
CELEX:32016R2031R(12)adopted32016R2031
CELEX:32024R1143R(05)adopted32024R1143
CELEX:32013R1308R(30)adopted32013R1308
Regulation (EU) 2026/1388 of the European Parliament and of the Council of 17 June 2026 on plants obtained by certain new genomic techniques and their products,adopted32026R1388
Council Decision (EU) 2026/1172 of 24 February 2026 on the signing of the International Coffee Agreement 2022adopted32026D1172
Council Decision (EU) 2026/878 of 30 March 2026 on the submission, on behalf of the European Union, of a proposal for the listing of TBPH in Annex A to the Stocadopted32026D0878
Regulation: CELEX:32025R1292R(01): Corrigendum to Council Regulation (EU) 2025/1292 of 23 June 2025 amending Regulation (EU) 2021/2283 opening and providing foradopted32025R1292
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2021/2115 as regards a specific type of intervention to providetabled52026PC0282
Amended proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the equivalence of field inspections carried out in third countries on seed-protabled52026PC0128
Proposal for a COUNCIL DECISION On the position to be taken on behalf of the European Union within the Joint Veterinary Committee set up by the Agreement betweetabled52026PC0259
Amended proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the economic accounts for agriculture in the Union (codification)tabled52026PC0159
Council Decision (EU) 2026/1199 of 11 May 2026 on the approval of amendments to the International Cocoa Agreementadopted32026D1199
REVIEW of the FERTILISING PRODUCTS REGULATIONannounced
Corrigendum to Regulation (EU) 2019/1009 of the European Parliament and of the Council of 5 June 2019 laying down rules on the making available on the market ofadopted32019R1009
2014/0100(COD)Organic farming legislation – Revision of regulation on organic production and labelling of organic productsclose_to_adoption5 events · 3887d idle
2018/0216(COD)CAP strategic planscompleted11 events · 1677d idle
2018/0217(COD)CAP horizontal regulation: Financing, management and monitoring of the common agricultural policy for 2021-2027completed10 events · 1677d idle
2020/2545(DEA)Rules for entry into the Union, and the movement and handling after entry of consignments of certain animals, germinal products and products of animal origintabled1 events · 2327d idle
2024/2124(INI)Women’s entrepreneurship in rural and island areas and outermost regionsclose_to_adoption7 events · 58d idle
2025/0240(COD)European Fund for economic, social and territorial cohesion, agriculture and rural, fisheries and maritime, prosperity and security 2028–2034tabledLIBE2 events · 247d idle
2025/0241(COD)Regulation on the common agricultural policy for the period 2028 to 2034tabled52025PC05602 events · 247d idle
2025/0267(NLE)International Coffee Agreement 2022tabled1 events · 291d idle
2025/0394(COD)Proposal for a directive amending the EU Waste Framework Directive, and the EU Directives on industrial and livestock rearing emissions and on medium combustiontabled52025PC09862 events · 138d idle
2025/2053(INI)How to secure a sustainable future for the EU livestock sector in light of the need to ensure food security, farmers’ resilience and the challenges posed by aniclose_to_adoptionAGRI5 events · 58d idle
2026/0044(COD)Geographical indications: aligning EU rules with changes to the implementing provisions under the Lisbon Agreementtabled3 events · 110d idle
2026/0150(COD)Temporary support and payment of advances regarding the increased fertiliser prices due to the Middle East crisistabledAGRI
2026/2011(INI)Strengthening competitiveness, resilience and fairness in EU agriculturetabledAGRI6 events · 68d idle
2026/2041(INI)Generational renewal in agriculturetabledAGRI
2026/2580(DEA)Rules for the movement within the Union of kept dogs, cats and ferrets and other carnivorestabledAGRI5 events · 91d idle
2026/2581(DEA)Rules for the traceability of kept dogs, cats and ferretstabledAGRI5 events · 91d idle
2026/2582(DEA)Rules for surveillance and disease-free status from infestation with Echinococcus multilocularistabledAGRI5 events · 91d idle
2026/2584(DEA)Annual performance clearancetabledAGRI5 events · 88d idle
2026/2585(DEA)Procedures and time limits for the submission by Member States of requests for strategic amendments and for notifications of other amendments of CAP Strategic PtabledAGRI5 events · 88d idle
2026/2588(DEA)Integrated administration and control system in the common agricultural policytabledAGRI5 events · 88d idle
2026/2589(DEA)Additional requirements for Member States in their CAP Strategic Plans for 2023-2027 and rules for GAEC standard 1tabledAGRI5 events · 88d idle
2026/2611(RSP)Resolution on the post-election situation in Uganda and threats against opposition leader Bobi Winecompleted3 events · 135d idle
2026/2616(DEA)Rules for entry into the Union, and the movement and handling after entry of consignments of dogs, cats and ferretstabledAGRI6 events · 71d idle
2026/2622(DEA)Prevention and control of certain listed diseasestabledAGRI4 events · 67d idle
2026/2628(DEA)Amendments to regulatory technical standards as regards the volume cap and the provision of information for the purposes of transparency and other calculationstabledECON2 events · 108d idle
2026/2667(DEA)Infection with bluetongue virus (serotypes 1 – 24), infection with epizootic haemorrhagic disease virus and contagious equine metritis (Taylorella equigenitalistabledAGRI1 events · 92d idle
2026/2668(DEA)Infection with bluetongue virus (serotypes 1-24) and infection with epizootic haemorrhagic disease virus and introducing a derogation for movements of registeretabledAGRI1 events · 92d idle
2026/2669(DEA)Infection with bluetongue virus (serotypes 1-24) eradication programmes and disease-free statustabledAGRI1 events · 92d idle
2026/2670(DEA)Infection with bluetongue virus (serotype 1-24) disease control measurestabledAGRI1 events · 92d idle
2026/2675(DEA)Temporary exceptional crisis distillation measure to address the market disturbance in the wine sector in France in the marketing year 2025/2026tabledAGRI1 events · 88d idle
2026/2722(DEA)Rules for entry into the Union, and the movement and handling after entry of consignments of certain animals, germinal products and products of animal origintabledAGRI
2026/2732(RSP)Presentation of the Fertilisers Action Plantabled
2026/2751(DEA)Payments of advances for interventions in the wine sectortabledAGRI
2026/2757(DEA)Procedure to conduct the listing of high-risk plants, plant products or other objectstabledAGRI
2026/2776(DEA)Requirements for the entry into the Union of certain dairy products, certain fishery products and bivalve molluscs, echinoderms, tunicates and marine gastropodstabledENVI
COM(2026)0017Implementation of regulation on the financing, management and monitoring of the common agricultural policytabledAGRI2 events · 151d idle
COM(2026)0047EAGF expenditure: Early Warning System 7-12/2025tabledAGRI2 events · 151d idle
COM(2026)0051Stockholm Convention on Persistent Organic Pollutants: listing of TBPH in Annex A or Annex B. Proposal for a Council decisiontabledENVI1 events · 143d idle
COM(2026)0310Fertiliser Action Plan: Partnership for ensuring the availability, affordability and strategic autonomy in home-grown EU fertiliserstabledAGRI
SWD(2026)0004Integrated administration and control system in the common agricultural policy. Accompanying documentstabledAGRI1 events · 157d idle
SWD(2026)0008Implementation of regulation on the financing, management and monitoring of the common agricultural policy. Accompanying documenttabledAGRI2 events · 151d idle
Environment — 78 procedures (25 advanced, 8 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2022/0051(COD)Corporate sustainability due diligence: Could value chains integrate human rights and environmental concerns?completed1713 amdt · 9 events · 794d idle
2020/0353(COD)New EU regulatory framework for batteries: Setting sustainability requirementscompleted1454 amdt · 10 events · 1109d idle
2023/0232(COD)Soil monitoring and resilience directiveadopted776 amdt · 12 events · 227d idle
2022/0344(COD)Protection of groundwater against pollution and environmental quality standards in the field of water policycompletedENVI413 amdt · 11 events · 107d idle
2023/0373(COD)Reducing microplastic pollution from plastic pellet lossescompleted394 amdt · 13 events · 247d idle
2023/0124(COD)Detergents and Surfactants RegulationcompletedENVI384 amdt · 13 events · 156d idle
2025/0207(COD)European Chemicals Agency and amending regulationsclose_to_adoptionENVI294 amdt · 7 events · 72d idle
2023/0171(COD)Revision of the Directive on Ship-source Pollutioncompleted125 amdt · 11 events · 558d idle
Monitoring framework for the circular economyannounced
CELEX:32024L1203R(03)adopted32024L1203
Proposal for a COUNCIL REGULATION amending Council Regulation (EU) 2026/249 fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stocks, aptabled52026PC0245
Council Regulation (EU) 2026/786 of 30 March 2026 amending Regulation (EU) 2026/249 fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stadopted32026R0786
Council Decision (EU) 2026/730 of 17 March 2026 on the position to be taken on behalf of the European Union at the 237th session of the Council of the Internatiadopted32026D0730
Proposal for a COUNCIL REGULATION amending Regulation (EU) 2026/249 fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stocks, applicabletabled52026PC0109
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0039
CELEX:32012R0528R(15)adopted32012R0528
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the 237th session of the Council of the International Civil Aviattabled52026PC0066
Proposal for a directive suspending the application of the rules on the appointment of authorised representatives for extended producer responsibility for wasteannounced
Proposal for a directive amending the INSPIRE Directiveannounced
Establishing European maritime single window environmentannounced
Proposal for a regulation on speeding-up environmental assessmentsannounced
European Water Resilience Strategyannounced
REDUCTION of FOOD WASTEannounced
ECODESIGN for CIRCULAR ECONOMYannounced
Proposal for a Regulation suspending the application of the rules on the appointment of an authorised representative for extended producer responsibility for baannounced
Port reception facilities for the delivery of waste from shipsannounced
DIRECTIVE on WASTEannounced
PACKAGING WASTE DIRECTIVEannounced
End-of-life vehicles, batteries and accumulators and waste batteries and accumulators; waste electrical and electronic equipmentannounced
Plurilateral Environmental Goods Agreement (EGA)announced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Convention for the Protection of the Marine Environment of thtabled52026PC0172
Approximation of criminal sanctions against environmental crimeannounced
Better business environmentannounced
TTIP negotiations on CHEMICALSannounced
Council Decision (EU) 2026/1067 of 27 April 2026 on the position to be taken on behalf of the European Union within the Marine Environment Protection Committee adopted32026D1067
Council Decision (EU) 2026/1029 of 27 April 2026 on the position to be taken on behalf of the European Union within the International Maritime Organization’s Maadopted32026D1029
CELEX:32006L0118R(06)adopted32006L0118
CELEX:32014L0052R(04)adopted32014L0052
LANDFILL DIRECTIVEannounced
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2024/1157 as regards the prohibition to export mixed municipal tabled52026PC0183
Regulation: CELEX:32023R1542R(13): Corrigendum to Regulation (EU) 2023/1542 of the European Parliament and of the Council of 12 July 2023 concerning batteries aadopted32023R1542
Directive (EU) 2025/1892 of the European Parliament and of the Council of 10 September 2025 amending Directive 2008/98/EC on waste (Text with EEA relevance)adopted32025L1892
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the International Maritime Organization during the 84th session otabled52026PC0127
Directive: CELEX:31992L0043R(08):           Rectificatif à la directive 92/43/CEE du Conseil du 21 mai 1992 concernant la conservation des habitats naturels aiadopted31992L0043
Circular Economy Actannounced
Directive (EU) 2024/1619 of the European Parliament and of the Council of 31 May 2024 amending Directive 2013/36/EU as regards supervisory powers, sanctions, thadopted32024L1619
Directive (EU) 2026/805 of the European Parliament and of the Council of 30 March 2026 amending Directive 2000/60/EC establishing a framework for Community actiadopted32026L0805
Interface of chemical, product and waste legislationannounced
Revision of the drinking water directiveannounced
Regulation on minimum requirements for the re-use of wastewaterannounced
ECOLABEL REGULATION (REFIT)announced
STRATEGY on PLASTICS in the CIRCULAR ECONOMYannounced
CELEX:32024R1991R(05):           Berichtigung der Verordnung (EU) 2024/1991 des Europäischen Parlaments und des Rates vom 24. Juni 2024 über die Wiederherstelladopted32024R1991
Revision of the regulation on the registration, evaluation, authorisation and restriction of chemicals (REACH)announced
2018/0074(COD)Multiannual plan for fisheries in the Western Watersadopted8 events · 2651d idle
2018/0103(COD)Explosives precursors: Fighting the misuse of chemicals by terroristsadopted10 events · 2543d idle
2018/0169(COD)Water reuse: Setting minimum requirementscompleted10 events · 2236d idle
2025/0244(NLE)Protection of the environment through criminal lawtabledJURI
2025/2842(DEA)Derogation from the minimum conservation reference size of Venus shells (Venus spp.) in certain Italian territorial waterstabledPECH7 events · 169d idle
2025/2870(DEA)Inland waterways vessels: technical requirements updatetabled3 events · 221d idle
2026/0099(COD)Shipments of waste: export of mixed municipal waste for recovery to Switzerlandtabled
2026/2056(INI)Chemical submission: addressing its consequences on women's rights and safety in the EUtabled
2026/2652(RSP)Implementation of the Urban Wastewater Treatment Directive (UWWTD) and risks to the security of supply of medicinestabled2 events · 40d idle
2026/2688(DEA)Regulatory technical standards specifying the measures and safeguards to be implemented by Environmental, Social and Governance (ESG) rating providers to separtabledECON1 events · 67d idle
2026/2689(DEA)Regulatory technical standards specifying the elements of Environmental, Social and Governance (ESG) rating products to be disclosed to the public and to users tabledECON1 events · 67d idle
2026/2698(RSP)Cali fund – follow up from COP16 UN Convention on Biodiversitytabled1 events · 58d idle
2026/2708(DEA)Fees charged by the European Securities and Markets Authority to Environmental, Social and Governance (ESG) rating providerstabledECON1 events · 64d idle
2026/2738(RSP)Indonesia : the cases of human rights and environmental defenders Andrie Yunus and Muhammad Rosiditabled
2026/2759(DEA)Listing of pesticides and industrial chemicalstabledENVI
C(2026)1438Commission Recommendation on revising the European assessment framework for ‘safe and sustainable by design’ chemicals and materialstabledENVI2 events · 109d idle
C(2026)8550Request for registration of the European citizens’ initiative entitled ‘Reconnecting nature through the creation of European biodiversity corridors’tabledENVI
C(2026)8551Request for registration of the European citizens’ initiative entitled ‘Rights for Nature: Empower Citizens to Represent and Protect Ecosystems’tabledENVI
COM(2025)0805Accelerating Europe’s transition to a circular economy: a pilot for boosting the circularity of plasticstabledENVI2 events · 173d idle
COM(2026)0042Mid-term review of the Zero Pollution Action Plan ‘Delivering clean air, ocean, freshwaters and soil’. Report from the CommissiontabledENVI2 events · 145d idle
COM(2026)0127International Maritime Organization: adoption of amendments to the International Convention for the Prevention of Pollution from Ships (MARPOL), amendments to ttabledTRAN2 events · 96d idle
COM(2026)0172Convention for the Protection of the Marine Environment of the North-East Atlantic: ministerial meeting of June 2026. EU positiontabledENVI2 events · 64d idle
COM(2026)0252Oil and gas producers: progress towards reaching the Union-wide target for CO2 injection capacitytabledITRE
SWD(2026)00667th National Report to the Convention on Biological Diversity: implementation of the Kunming-Montreal Global Biodiversity FrameworktabledENVI2 events · 130d idle
Energy — 76 procedures (9 advanced, 2 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2021/0218(COD)Revision of the Renewable Energy Directive: Fit for 55 packagecompleted1310 amdt · 9 events · 1019d idle
2023/0077(COD)Improving the design of the EU electricity markettabled186 amdt
Council Regulation establishing the nuclear decommissioning assistance programme of the Ignalina nuclear power plant in Lithuania for 2028-2034announced
Omnibus to simplify energy product legislationannounced
CELEX:32023L2413R(05)adopted32023L2413
Council Decision (EU) 2026/618 of 16 March 2026 on the position to be adopted on behalf of the European Union within the EU-Ukraine Association Council establisadopted32026D0618
Directive on common rules for the internal markets for renewable gas, natural gas and hydrogenannounced
Regulation on the internal markets for renewable gas, natural gas and hydrogenannounced
Proposal for a COUNCIL DECISION on the conclusion, on behalf of the Union, of the Agreement in respect of Gibraltar between the European Union and the European tabled52026PC0092
Recommendation for a COUNCIL DECISION approving the conclusion, by the European Commission, of the Agreement in respect of Gibraltar between the European Union tabled52026PC0093
Proposal for a COUNCIL DECISION on the signing, on behalf of the Union, and on provisional application of the Agreement in respect of Gibraltar between the Eurotabled52026PC0091
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union vis-à-vis the United Kingdom of Great Britain and Northern Ireland rtabled52026PC0044
Updating of information requirements for nuclear installationsannounced
EU Solar Energy Strategyannounced
Risk-preparedness in the electricity sector (Security of Electricity Supply Directive 2005/89/EC review)announced
Revision of the Decision 994/2012/EU on energy-related Intergovernmental Agreements (IGAs)announced
Comprehensive strategy for liquid natural gas and storageannounced
REPower EU plan legislative proposalannounced
Directive (EU) 2026/706 of the European Parliament and of the Council of 11 March 2026 amending Directive 2014/32/EU as regards measuring systems for electric vadopted32026L0706
CELEX:32019R0943R(04)adopted32019R0943
Review of the Security of Gas Supply Regulation (EU) No 994/2010announced
Council Decision (EU) 2026/833 of 30 March 2026 on the position to be taken on behalf of the European Union within the Specialised Committee on Participation inadopted32026D0833
Setting-up of the energy efficiency frameworkannounced
Revision of the Energy Taxation Directive (ETD)announced
Action Plan for Affordable Energyannounced
Amendment to Gas Storage Regulationannounced
Council Decision (EU) 2026/710 of 16 March 2026 on the position to be adopted on behalf of the Union within the EU-Republic of Moldova Association Council estabadopted32026D0710
EU Strategy on Heating and Coolingannounced
Communication on achieving a 15 % electricity interconnection targetannounced
Review of regulation No 714/2009 on the internal market for electricity - new electricity market designannounced
Reinforcement of the Agency for the Cooperation of Energy Regulators (ACER)announced
Revision of Energy Efficiency Directive amending the Directive 2012/27/EUannounced
Review of the Energy Performance of Buildings Directive 2010/31/EUannounced
EU Save Energyannounced
Revision of EU electricity market designannounced
TTIP chapter on ENERGY & RAW MATERIALSannounced
Strengthening energy securityannounced
Revision of the Renewable Energy Directiveannounced
Revision of the Energy Performance of Buildings Directiveannounced
Revision of the Energy Efficiency Directiveannounced
REPowerEU chapters in recovery and resilience plansannounced
Setting-up of the renewable energy frameworkannounced
Proposal for a COUNCIL IMPLEMENTING DECISION authorising Germany to apply a reduced rate of taxation to electricity directly provided to vessels at berth in a ptabled52026PC0244
Proposal for a COUNCIL DECISION amending Council Decision 2021/1765 of 5 October 2021 on the position to be taken on behalf of the European Union, for the periotabled52026PC0293
Council Decision (EU) 2026/1069 of 12 May 2026 on the position to be taken on behalf of the European Union vis-à-vis the United Kingdom of Great Britain and Noradopted32026D1069
Proposal for a COUNCIL IMPLEMENTING DECISION authorising Belgium to apply a reduced rate of taxation to electricity directly supplied to vessels at berth in a ptabled52026PC0275
Review of the Energy Efficiency Labelling Directive 2010/30/EUannounced
Proposal for a regulation on European statistics on natural gas and electricity pricesannounced
Council Regulation establishing the Instrument for Nuclear Safety Cooperation and Decommissioning for the period 2028-2034 and repealing Regulations (Euratom) 2announced
2021/0213(COD)Revision of the Energy Taxation Directive: Fit for 55 packagetabled
2022/0090(COD)New EU regulation on gas storagecompleted6 events · 1458d idle
2025/0268(NLE)Nuclear decommissioning assistance programme of the Ignalina nuclear power plant in Lithuania for the period 2028-2034tabledITRE2 events · 215d idle
2025/0399(COD)Trans-European energy infrastructure: guidelinestabledITRE3 events · 64d idle
2025/2832(DEA)Updating the list of selected cross-border projects in the field of renewable energytabled7 events · 169d idle
2025/3017(DEA)Energy labelling of smartphones and slate tabletstabled5 events · 74d idle
2026/2614(RSP)Building Europe's clean, independent and secure energy following the 2026 North Sea Summittabled1 events · 108d idle
2026/2621(RSP)Presentation of the Citizens' Energy Packagetabled1 events · 109d idle
2026/2680(DEA)Introducing a trajectory to gradually decrease the contribution of high indirect land-use change-risk biofuels, bioliquids and biomass fuels to renewable energytabledITRE3 events · 67d idle
2026/2691(RSP)EU strategy in response to the ongoing Middle East crisis and its implications on energy pricestabled1 events · 59d idle
2026/2730(RSP)Need for an adaptation of the EU legal framework on sustainable biofuelstabled
2026/2763(RSP)Electrification Action Plantabled
C(2026)1523Practical guidance on one-stop shops services for energy efficiency and the energy performance of buildingstabledITRE1 events · 109d idle
C(2026)1526Commission Recommendation on unlocking private investment in energy efficiencytabledITRE2 events · 108d idle
C(2026)2850Supporting the development of energy communities and maximising the potential of self-consumptiontabledITRE
C(2026)2852Protection of vulnerable customers and customers in energy poverty from energy disconnections and during planning and carrying out of the phase-out of natural gtabledITRE
C(2026)2853Summary of the key contractual terms and conditions of energy supply contracts. Commission recommendationtabledITRE
COM(2025)0804Opening of negotiations for an EU/UK agreement on the participation in the internal electricity market and on the financial contribution towards reducing economtabledITRE2 events · 170d idle
COM(2025)1005'European Grids Package': CommunicationtabledITRE2 events · 194d idle
COM(2026)0116Clean Energy Investment StrategytabledITRE2 events · 107d idle
COM(2026)0118Energy Efficiency financing in Europe. Assessment of public spending for energy efficiency and the energy performance of buildingstabledITRE2 events · 107d idle
COM(2026)0120Nuclear Illustrative Programme: Final (after the opinion of the EESC)tabledITRE2 events · 107d idle
COM(2026)0370AccelerateEU - Energy Union Affordable and Secure Energy through Accelerated ActiontabledITRE2 events · 65d idle
COM(2026)0850Market-based electricity supply prices, effective retail market competition and promoting remuneration of flexibility in retail contractstabledITRE
SWD(2026)0084Nuclear Illustrative Programme: Final (after the opinion of the EESC). Accompanying documenttabledITRE2 events · 107d idle
SWD(2026)0126Energy supply: implementation PackagetabledITRE
SWD(2026)0147Ensuring well-functioning gas markets. Report by the Gas Market Task Force (“GMTF”)tabledITRE
Defence and Security — 71 procedures (19 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Council Decision (CFSP) 2026/1157 of 22 May 2026 amending Decision (CFSP) 2023/1532 concerning restrictive measures in view of Iran’s military support to Russiaadopted32026D1157
Council Regulation (EU) 2026/1164 of 22 May 2026 amending Regulation (EU) 2023/1529 concerning restrictive measures in view of Iran’s military support to Russiaadopted32026R1164
CELEX:32008E0851R(04)adopted32008E0851
Proposal for additional measures on Critical Infrastructure Protectionannounced
Council Decision (CFSP) 2026/777 of 30 March 2026 amending Joint Action 2008/851/CFSP on a European Union military operation to contribute to maritime security adopted32026D0777
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on establishing the Programme for agile and rapid defence innovation (AGILE)tabled52026PC0135
Security sector reform (SSR)announced
Proposal for a Directive amending Directives 2009/43/EC and 2009/81/EC, as regards the simplification of intra-EU transfers of defence-related products and the announced
EUROPEAN DEFENCE UNIONannounced
Development of Capabilities for Common Security and Defence Policyannounced
Common Security and Defence Policy related Research Preparatory action 2017announced
EUROPEAN DEFENCE ACTION PLANannounced
Defence Readiness Omnibusannounced
Revision of the Directive on acquisition and possession of weaponsannounced
Proposal for a Regulation of the European Parliament and of the Council on the acceleration of permit-granting for defence readiness projectsannounced
Council Implementing Regulation (CFSP) 2026/1225 of 8 June 2026 implementing Regulation (EU) 2023/1529 concerning restrictive measures in view of Iran’s militaradopted32026R1225
Council Decision (CFSP) 2026/1222 of 4 June 2026 amending Decision (CFSP) 2023/1344 in support of enhancing the operational effectiveness of the Organisation foadopted32026D1222
Council Decision (CFSP) 2026/1223 of 4 June 2026 amending Decision (CFSP) 2024/1984 in support of the Institutional Transitional Planning for Non-Routine Missioadopted32026D1223
Council Decision (CFSP) 2026/1084 of 12 May 2026 amending Decision (CFSP) 2021/1143 on a European Union Military Assistance Mission in Mozambique (EUMAM Mozambiadopted32026D1084
Council Decision (CFSP) 2026/1346 of 15 June 2026 amending Decision (CFSP) 2024/1980 on an assistance measure under the European Peace Facility to support the Badopted32026D1346
Council Decision (CFSP) 2026/1226 of 8 June 2026 amending Decision (CFSP) 2023/1532 concerning restrictive measures in view of Iran’s military support to Russiaadopted32026D1226
2024/0260(NLE)EU–Uzbekistan Enhanced Partnership and Cooperation Agreementclose_to_adoptionAFET7 events · 40d idle
2024/0260M(NLE)Enhanced Partnership and Cooperation Agreement between the European Union, of the one part, and the Republic of Uzbekistan, of the other partclose_to_adoptionAFET3 events · 40d idle
2025/0264(CNS)Association of the overseas countries and territories with the EU including EU/Greenland/Denmark relationstabledAFET3 events · 54d idle
2025/0847(COD)Framework of measures to facilitate the transport of military equipment, goods and personnel across the UniontabledIMCO2 events · 159d idle
2025/2142(INI)European Defence Readiness 2030: assessment of needsclose_to_adoptionITRE8 events · 192d idle
2025/2143(INI)Tackling barriers to the single market for defenceclose_to_adoptionSEDE8 events · 108d idle
2025/2144(INI)Flagship European defence projects of common interestclose_to_adoptionSEDE8 events · 108d idle
2025/2165(INI)Implementation of the common security and defence policy – annual report 2025close_to_adoptionSEDE6 events · 157d idle
2025/2179(INI)Countering transnational repression – towards an EU strategy to protect Europe’s sovereignty and democratic valuestabledAFET
2025/2212(INI)Institutional aspects of the Common European Defence UniontabledAFCO3 events
2025/2250(INI)2025 Commission report on AlbaniatabledAFET
2025/2251(INI)2025 Commission report on Bosnia and HerzegovinatabledAFET
2025/2252(INI)2025 Commission report on KosovotabledAFET7 events
2025/2253(INI)2025 Commission report on Montenegroclose_to_adoptionAFET7 events · 12d idle
2025/2254(INI)2025 Commission report on North MacedoniatabledAFET1 events · 191d idle
2025/2255(INI)2025 Commission report on SerbiatabledAFET1 events · 191d idle
2025/2256(INI)2025 Commission report on Türkiyeclose_to_adoptionAFET7 events · 40d idle
2025/2257(INI)2025 Commission report on Georgiaclose_to_adoptionAFET8 events · 12d idle
2025/2258(INI)2025 Commission report on MoldovatabledAFET7 events
2025/2259(INI)2025 Commission report on UkrainetabledAFET7 events
2025/2961(DEA)List of defence-related products in line with the updated Common Military List of the European Union of 24 February 2025tabled4 events · 73d idle
2026/0078(COD)Establishing the Programme for agile and rapid defence innovation (AGILE)tabled2 events · 65d idle
2026/2024(INI)Hybrid warfare and the protection of the EU’s territorial integrity and critical security and defence infrastructuretabledSEDE4 events
2026/2034(INI)Strategic political relations with Australia – potential for deeper ties in the face of a volatile international ordertabledAFET
2026/2036(INI)EU-Syria political relationstabledAFET
2026/2060(INI)Implementation of the common security and defence policy – annual report 2026tabledSEDE
2026/2600(RSP)Building a stronger European defence in light of an increasingly volatile international environmenttabled1 events · 137d idle
2026/2634(RSP)The US-Israel military operation against the Iranian regime, its consequences and the need to support the people of Irantabled1 events · 108d idle
2026/2743(RSP)Europe's response to reduced US military deployment in Europe, particularly at its Eastern flank in the light of the latest US decisiontabled
2026/2749(RSP)Objection pursuant to Rule 115(2) and (3): financing of the annual action plan in favour of the United Republic of Tanzania for 2026tabledAFET
2026/2771(RSP)The urgent need for the de-escalation of military confrontations in the Middle Easttabled
COM(2025)0714EU/Euratom/Moldova Association Agreement: decision establishing a list of persons who are willing and able to serve as arbitrators in dispute settlement proceedtabledAFET2 events · 211d idle
COM(2025)0755EU/Euratom/Ukraine Association Agreement: establishment of the Public Administration Reform Sub-Committee and endorsement of the establishment of the Joint ConstabledAFET2 events · 193d idle
COM(2025)0756EU/Euratom/Moldova Association Agreement: establishment of the Public Administration Reform Sub-Committee and endorsement of the establishment of the Joint ConstabledAFET2 events · 190d idle
COM(2025)0845EU Defence Industry Transformation Roadmap: Unleashing Disruptive Innovation for Defence ReadinesstabledSEDE2 events · 214d idle
COM(2026)0024Security Action for Europe (SAFE) – Financial Assistance to PortugaltabledSEDE2 events · 162d idle
COM(2026)0025Security Action for Europe (SAFE) – Financial Assistance to BulgariatabledSEDE2 events · 162d idle
COM(2026)0026Security Action for Europe (SAFE) – Financial Assistance to RomaniatabledSEDE2 events · 162d idle
COM(2026)0027Security Action for Europe (SAFE) – Financial Assistance to SpaintabledSEDE2 events · 162d idle
COM(2026)0028Security Action for Europe (SAFE) – Financial Assistance to DenmarktabledSEDE2 events · 162d idle
COM(2026)0029Security Action for Europe (SAFE) – Financial Assistance to BelgiumtabledSEDE2 events · 162d idle
COM(2026)0030Security Action for Europe (SAFE) – Financial Assistance to CroatiatabledSEDE2 events · 162d idle
COM(2026)0031Security Action for Europe (SAFE) – Financial Assistance to CyprustabledSEDE2 events · 162d idle
COM(2026)0105EU/Ukraine: signing of the Convention Establishing the International Claims Commission. Proposal for a Council decisiontabledAFET2 events · 122d idle
COM(2026)0144Enlarged Partial Agreement on the Management Committee of the Special Tribunal for the Crime of Aggression against UkrainetabledAFET2 events · 93d idle
COM(2026)0157Approving assistance to Ukraine in implementing the Ukrainian Financing StrategytabledSEDE2 events · 81d idle
COM(2026)0185Satisfactory fulfilment of the conditions for the partial payment of the seventh instalment under the Ukraine Plan of the Ukraine Facility. Proposal for a CounctabledAFET
COM(2026)0263EEA Agreement: amending Protocol 31 on cooperation in specific fields outside the four freedoms (EDIP Regulation). EU positiontabledSEDE
COM(2026)0266Financial information on the European Development Fund (EDF): Financial implementation 2025 and forecasts for 2026-2029tabledBUDG
COM(2026)0307Approval of the assessment of the Ukraine PlantabledAFET
Climate Action — 69 procedures (13 advanced, 4 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2020/0006(COD)Just Transition Fundcompleted724 amdt · 9 events · 1858d idle
2025/0531(COD)CO2 emission performance standards for new light duty vehicles and vehicle labellingclose_to_adoptionIMCO113 amdt · 7 events · 68d idle
2019/0017(COD)Monitoring, reporting and verification of CO2 emissions from maritime transportcompleted34 amdt · 9 events · 264d idle
2023/0266(COD)CountEmissionsEU: Measuring emissions from transport servicesadopted16 amdt · 11 events · 101d idle
Regulation (EU) 2026/667 of the European Parliament and of the Council of 11 March 2026 amending Regulation (EU) 2021/1119 as regards the setting of a Union intadopted32026R0667
Regulation (EU) 2026/1046 of the European Parliament and of the Council of 29 April 2026 amending Regulation (EU) 2019/1242 as regards the calculation of emissiadopted32026R1046
Notification on the Carbon Offsetting and Reduction Scheme for International Aviation (CORSIA)announced
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0121
LOW CARBON BENCHMARKS AND POSITIVE CARBON IMPACT BENCHMARKSannounced
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Decision (EU) 2015/1814 as regards ceasing the invalidation of allowances in the tabled52026PC0153
Revision of national targets and flexibilities in the EU climate policy frameworkannounced
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2023/956 as regards the extension of its scope to downstream gotabled52025PC0989
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2019/631 as regards CO2 emission performance standards for new tabled52025PC0995
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL establishing the Temporary Decarbonisation Fundtabled52025PC0990
Social Climate Fundannounced
Heavy-Duty Vehicles CO2 emissions and fuel efficiencyannounced
CO2 emissions standards for cars and vans (light-duty vehicles)announced
Revision of the EU ETS Market Stability Reserve as part of the European Green Dealannounced
Monitoring and reporting of CO2 emissions from and fuel consumption of new heavy-duty vehiclesannounced
Regulation of the European Parliament and of the Council amending Regulation (EU) 2023/956 as regards simplifying and strengthening the carbon border adjustmentannounced
Revision of the EU Emissions Trading System for aviation, as part of the European Green Dealannounced
Revision of the EU Emission Trading System for the 2021-2030 periodannounced
Regulation on binding greenhouse gas emission reductions for Member States 2021-2030 - Effort Sharing Regulationannounced
Proposal for a regulation on the inclusion of greenhouse gas emissions from land use, land use change and forestry (LULUCF) into the 2030 climate and energy fraannounced
Aviation in the EU Emission Trading System - implementing the ICAO October 2016 agreementannounced
Proposal for a regulation amending Regulation (EU) 2015/757 in order to take appropriate account of the global data collection system for ship fuel oil consumptannounced
Proposal for a Commission Regulation on safeguard measures for EU Emissions Trading Systemannounced
Review of the Renewable Energy Directive 2009/28/EC to adapt it to the EU 2030 climate and energy targetsannounced
European integrated framework for climate resilienceannounced
Regulation (EU) 2026/1030 of the European Parliament and of the Council of 29 April 2026 on the greenhouse gas emissions accounting of transport services (Text adopted32026R1030
Reducing methane emissions in the energy sectorannounced
Revision of the EU emission trading system (ETS)announced
Revision of CO2 emission performance standards for cars and vans, as part of the European Green Dealannounced
Amending the Regulation on greenhouse gas emissions and removals from land use, land use change and forestryannounced
Carbon border adjustment mechanism as part of the European Green Dealannounced
Review of the Effort-Sharing Regulationannounced
Update of the governance of the Energy Union and Climate Action including the phase-out of fossil fuels subsidiesannounced
Update of the EU emissions trading system for maritime, aviation and stationary installations, and the relevant market stability reserveannounced
2017/0017(COD)CO2 emissions from aviationadopted9 events · 3102d idle
2018/0209(COD)LIFE programme for 2021-2027: Financing environmental and climate objectivescompleted8 events · 2628d idle
2025/0349(COD)Empowering France to accede to the Inter-American Convention for the Protection and Conservation of Sea Turtlesclose_to_adoptionENVI6 events · 61d idle
2025/0418(COD)Temporary decarbonisation fundtabled
2025/0420(COD)Revision of CO2 emission performance standards for new light-duty vehicles and vehicle labellingtabled
2025/0524(COD)Amending the European Climate Law: Setting an emissions reduction target for 2040completed11 events · 101d idle
2025/2248(INI)Implementation and delivery of the Sustainable Development Goals in view of the 2026 High-Level Political ForumtabledENVI5 events
2025/3040(RSP)Objection pursuant to Rule 115(2) and (3) of the Rules of Procedure on the draft Commission Implementing Regulation laying down rules for the application of RegtabledENVI1 events · 199d idle
2025/3044(DEA)Union framework for the national calculation of life-cycle global warming potentialcompleted4 events · 64d idle
2026/0085(COD)Market stability reserve for the EU Emissions Trading System (EU ETS): ceasing the invalidation of allowancestabled1 events · 87d idle
2026/2557(RSP)Objection pursuant Rule 115(2) laying down rules for the application of Regulation (EU) 2023/956 of the European Parliament and the Council as regards the estabtabledENVI1 events · 166d idle
2026/2558(DEA)Functioning of the Union RegistrytabledENVI5 events · 98d idle
2026/2574(DEA)Functioning of the Union Registrytabled4 events · 95d idle
2026/2598(DEA)Certification methodologies for permanent carbon removals activitiescompletedENVI6 events · 74d idle
2026/2663(DEA)Environmental performance and emission requirements for vehicles produced in unlimited series and for special purpose vehicles, the automated valet parking for tabledIMCO3 events · 94d idle
2026/2665(RSP)Procedure File: 2026/2665(RSP)tabledENVI2 events · 40d idle
2026/2677(DEA)Rules on the timing, administration and other aspects of auctioning of greenhouse gas emission allowances.tabledENVI1 events · 80d idle
2026/2741(DEA)Restriction of the use for the active substance carbon dioxidetabledENVI
2026/2758(DEA)Conditions for testing compliance with brake particle emission limitstabledENVI
COM(2025)0960A Strategic Framework for a Competitive and Sustainable EU BioeconomytabledENVI2 events · 211d idle
COM(2025)1027New European BauhaustabledENVI2 events · 171d idle
COM(2026)0088Fifteenth meeting of the Conference of the Parties to the Convention on the Conservation of Migratory Species of Wild Animals (CMS) as regards proposals from vatabledENVI1 events · 128d idle
COM(2026)0108Assessment of the durability performance of heavy-duty vehicles with regard to emissionstabledENVI2 events · 107d idle
COM(2026)0161International Maritime Organization (IMO): Intersessional Working Group on GHG concerning reduction of GHG emissions from ships. EU position on the 84th sessiontabledTRAN
COM(2026)0173Greenhouse gas emissions from maritime transport. 2025 ReporttabledENVI
SWD(2026)0024Assessment of the final updated national energy and climate plan of BelgiumtabledENVI2 events · 151d idle
SWD(2026)0065Approval of the assessment of the recovery and resilience plan for Estonia. Proposal for a Council implementing decision. Updated Climate tracking and digital ttabledBUDG2 events · 130d idle
SWD(2026)0119Greenhouse gas emissions from maritime transport. 2025 Report. Full-length report. Accompanying documenttabledENVI
SWD(2026)0134Approval of the assessment of the recovery and resilience plan for Belgium. Proposal for a Council implementing decision. Updated climate tracking and digital ttabledBUDG
SWD(2026)0135Approval of the assessment of the recovery and resilience plan f or Spain. Proposal for a Council implementing decision. Updated climate tracking and digital tatabledBUDG
SWD(2026)0136Approval of the assessment of the recovery and resilience plan for Poland. Proposal for a Council implementing decision. Updated Climate tracking and digital tatabledBUDG
Employment and Social Affairs — 68 procedures (25 advanced, 4 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/0232(COD)Protection of workers from the risks related to exposure to carcinogens or mutagens at workclose_to_adoptionEMPL113 amdt · 7 events · 61d idle
2016/0397(COD)Amending social security coordinationclose_to_adoption61 amdt · 8 events · 2441d idle
2024/0006(COD)Revision of the European Works Councils Directive: Stronger social dialogue in a multinational contextcompleted59 amdt · 12 events · 198d idle
2026/0004(BUD)Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/004 BE/Tupperware - BelgiumadoptedBUDG16 amdt · 6 events · 96d idle
European Labour Authorityannounced
European Social Security Numberannounced
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers attabled52026PC0360
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fotabled52026PC0050
Access to social protection for allannounced
Decision (EU) 2026/1134 of the European Parliament and of the Council of 29 April 2026 on the mobilisation of the European Globalisation Adjustment Fund for Disadopted32026D1134
CELEX:32019L1158R(06)adopted32019L1158
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fotabled52026PC0004
Regulation (EU) 2026/1139 of the European Parliament and of the Council of 20 May 2026 amending Regulation (EU) 2021/691 as regards support for workers affectedadopted32026R1139
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fotabled52026PC0010
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fotabled52026PC0003
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fotabled52026PC0001
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fotabled52026PC0002
Decision (EU) 2026/850 of the European Parliament and of the Council of 26 March 2026 on the mobilisation of the European Globalisation Adjustment Fund for Dispadopted32026D0850
Decision (EU) 2026/851 of the European Parliament and of the Council of 26 March 2026 on the mobilisation of the European Globalisation Adjustment Fund for Dispadopted32026D0851
Council Decision of 28 May 2026 replacing a member of the Management Board of the European Foundation for the improvement of living and working conditions for Cadopted32026D03088
Decision (EU) 2026/723 of the European Parliament and of the Council of 11 March 2026 on the mobilisation of the European Globalisation Adjustment Fund for Dispadopted32026D0723
Revision of Regulation on social security coordination - LABOUR MOBILITY PACKAGEannounced
Council Implementing Decision (EU) 2026/834 of 30 March 2026 on the extension of the term of office of the Chairperson of the European Insurance and Occupationaadopted32026D0834
Council Decision of 21 April 2026 replacing an alternate member of the Management Board of the European Foundation for the improvement of living and working conadopted32026D02438
Framework for an EU personal pension product (Pan European Personal Pension - PEPP)announced
NEW START for WORKING PARENTSannounced
Stronger focus on employment and social performanceannounced
INTEGRATION of the LONG TERM UNEMPLOYED into the LABOUR MARKET - RECOMMENDATIONannounced
EUROPEAN NETWORK of EMPLOYMENT SERVICESannounced
Revision of the Directive on the Posting of Workers - LABOUR MOBILITY PACKAGEannounced
Proposal for a COUNCIL RECOMMENDATION on fighting housing exclusiontabled52026PC0540
Council Decision of 16 June 2026 replacing a member of the Advisory Committee for the Coordination of Social Security Systems for Swedenadopted32026D03347
Regulation (EU) 2021/691 of the European Parliament and of the Council of 28 April 2021 on the European Globalisation Adjustment Fund for Displaced Workers (EGFadopted32021R0691
Proposal for a COUNCIL DECISION on guidelines for the employment policies of the Member Statestabled52026PC0510
2017/0121(COD)Road transport: Enforcement and special provisions for posted workerscompleted8 events · 2915d idle
2018/0202(COD)Reform of the European Globalisation Adjustment Fundcompleted7 events · 1893d idle
2018/0206(COD)European Social Fund Plus (ESF+) 2021-2027completed8 events · 2641d idle
2025/0326(BUD)Mobilisation of the European Globalisation Adjustment Fund for Displaced Workers: application EGF/2025/003 SE/Northvolt – SwedenadoptedBUDG7 events · 179d idle
2025/2038(INI)Gender pay and pension gap in the EU: state of play, challenges and the way forward, and developing guidelines for the better evaluation and fairer remunerationclose_to_adoptionEMPL6 events · 108d idle
2025/2062(INI)An EU health workforce crisis plan: sustainability of healthcare systems and employment and working conditions in the healthcare sectortabledEMPL
2025/2070(INI)Housing crisis in the European Union with the aim of proposing solutions for decent, sustainable and affordable housingclose_to_adoption4 events · 109d idle
2025/2183(INI)European Semester for economic policy coordination: employment and social priorities – annual report 2026close_to_adoptionEMPL7 events · 108d idle
2025/2927(DEA)European statistics relating to persons and households: specifying the number and the title of the eight-yearly variables on 'work organisation and working timetabledEMPL3 events · 192d idle
2025/2980(RSP)A new action plan to implement the European Pillar of Social Rightstabled1 events · 156d idle
2025/3046(RSP)Motion for a resolution on the need to reduce work-related fatalitiestabledEMPL
2026/0001(BUD)Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/006 BE/Audi – BelgiumadoptedBUDG7 events · 115d idle
2026/0037(BUD)Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/005 AT/KTM – AustriaadoptedBUDG7 events · 75d idle
2026/0038(BUD)Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/007 BE/Casa – BelgiumadoptedBUDG7 events · 75d idle
2026/0066(BUD)Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/008 BE/Liberty - Belgiumtabled4 events · 74d idle
2026/0097(BUD)Mobilisation of the European Globalisation Adjustment Fund for Displaced Workers: application EGF/2025/009 BE/Soliver - BelgiumtabledBUDG
2026/0126(BUD)Mobilisation of the European Globalisation Adjustment Fund: technical assistancetabledBUDG
2026/0137(NLE)Guidelines for the employment policies of the Member Statestabled
2026/2639(RSP)AccessibleEU and the strategy for the rights of persons with disabilities: state of play and the future of EU accessibility policytabled1 events · 108d idle
2026/2724(RSP)Recent proposals to fight poverty in the EUtabled
COM(2025)0839Enhancing the capacity of the EU supplementary pension sector to improve retirement income and supply long-term capital to the EU economytabledECON2 events · 214d idle
COM(2025)0958Proposal for a joint employment report from the Commission and the CounciltabledEMPL2 events · 211d idle
COM(2025)0959Human capital in the European UniontabledEMPL2 events · 208d idle
COM(2025)1025The European Affordable Housing PlantabledEMPL2 events · 170d idle
COM(2026)0138Mid-term review of the action plan for the social economy: main achievements and way forwardtabledEMPL2 events · 88d idle
COM(2026)0192Amendment to Protocol 31 to the EEA Agreement, on cooperation in specific fields outside the four freedoms, concerning cooperation regarding free movement of wotabledEMPL
COM(2026)0538European Union's Anti-Poverty Strategy: addressing and preventing poverty from childhood to old agetabledEMPL
COM(2026)0539Breaking the cycle of child poverty - strengthening the European Child Guarantee. Communication from the CommissiontabledEMPL
COM(2026)0540Fighting housing exclusion. Proposal for a Council RecommendationtabledEMPL
COM(2026)0541Enhancing the strategy for the rights of persons with disabilities up to 2030tabledEMPL
SWD(2026)0080Intergenerational Fairness. Accompanying documenttabledEMPL2 events · 106d idle
SWD(2026)0094Mid-term review of the action plan for the social economy: main achievements and way forward. Accompanying documenttabledEMPL2 events · 88d idle
SWD(2026)0770European Union's Anti-Poverty Strategy: addressing and preventing poverty from childhood to old age. Proposal for a Council Recommendation on fighting housing etabledEMPL
SWD(2026)0772Breaking the cycle of child poverty - strengthening the European Child Guarantee. Communication from the Commission. Accompanying documenttabledEMPL
Maritime Affairs and Fisheries — 66 procedures (14 advanced, 5 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/0106(COD)Implementation into Union law of measures adopted by several Regional Fisheries Management Organisationsclose_to_adoptionPECH271 amdt · 7 events · 110d idle
2023/0163(COD)Revised rules on the European Maritime Safety Agency (EMSA)completed82 amdt · 12 events · 247d idle
2017/0043(COD)Multiannual plan for small pelagic fish stocks in the Adriatic Seacompleted57 amdt · 9 events · 2783d idle
2025/0246(COD)European fisheries and aquaculture statisticstabledPECH48 amdt
2023/0207(COD)Continuation of the Partnership for Research and Innovation in the Mediterranean Areacompleted46 amdt · 12 events · 799d idle
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2017/2107 laying down management, conservation and control meastabled52026PC0198
Council Decision (EU) 2026/571 of 16 March 2026 on the position to be taken on behalf of the European Union in the Preparatory Commission and at the first Confeadopted32026D0571
Recommendation for a COUNCIL DECISION authorising the opening of the negotiations on behalf of the European Union for the conclusion of a Sustainable Fisheries tabled52026PC0095
Registration of persons sailing on board passenger shipsannounced
Inspections of ro-ro ferries and passenger craftannounced
Single-use plastics and fishing gear: reducing marine litter from plasticsannounced
Safety rules and standards for passenger shipsannounced
Review of the mandate of the European Maritime Safety Agency (EMSA)announced
Fuel EU Maritime - Sustainable maritime fuelsannounced
CELEX:32023R2842R(03)adopted32023R2842
Amending Directive 2003/25/EC as regards the inclusion of improved stability requirements for ro-ro passenger ships and alignment with IMO requirementsannounced
Proposal for a COUNCIL REGULATION on the allocation of the fishing opportunities provided for in the Protocol on the implementation of the Sustainable Fisheriestabled52026PC0194
CELEX:32013R1379R(05)adopted32013R1379
Proposal for a COUNCIL DECISION on the signing, on behalf of the European Union, and provisional application of the Protocol on the implementation of the Sustaitabled52026PC0195
Proposal for a COUNCIL DECISION on the conclusion, on behalf of the European Union, of the Protocol on the implementation of the Sustainable Fisheries Partnershtabled52026PC0193
2018/0139(COD)Regional fisheries management organisations: Implementation of measures into Union lawadopted10 events · 2529d idle
2024/2126(INI)The impact of the implementation of the Maritime Spatial Planning Directive 2014/89/EU on fisheries in selected fishing areas and sea basinsclose_to_adoptionPECH9 events · 40d idle
2024/2127(INI)The multiannual plan for the Baltic Sea and ways forwardclose_to_adoptionPECH3 events · 40d idle
2025/0202(NLE)Protocol on the implementation of the EC–São Tomé and Príncipe Fisheries Partnership Agreement (2025–2029)close_to_adoptionPECH6 events · 40d idle
2025/0287(NLE)Protocol on the implementation of the EU–Cook Islands Sustainable Fisheries Partnership Agreement (2025-2032)close_to_adoptionPECH6 events · 40d idle
2025/0297(NLE)EU/Morocco agreement: amendment of Protocol 1 and 4 to the Euro-Mediterranean Agreement establishing an association EC/Moroccotabled4 events · 234d idle
2025/0387(NLE)EU–Morocco agreement amending and supplementing the agreement setting out the terms and conditions for the participation of Morocco in the Partnership for Reseatabled4 events
2025/2011(INI)Fisheries management approaches for safeguarding sensitive species, tackling invasive species and benefiting local economiesclose_to_adoptionPECH7 events · 109d idle
2025/2054(INI)The role of ocean diplomacy for the competitiveness of EU fisheries and aquacultureclose_to_adoptionPECH6 events · 113d idle
2025/2844(DEA)Prolongation of technical measures for certain demersal and pelagic fisheries in the Celtic Sea, the Irish Sea and the West of Scotlandtabled5 events · 241d idle
2025/2845(DEA)Rules on the control of fisheries, surveillance and inspection of fishing activities, enforcement and compliancetabled3 events · 235d idle
2025/2849(DEA)Technical and control measures applicable in the area covered by the Convention on future multilateral cooperation in the North-East Atlantic fisheriestabled3 events · 228d idle
2025/2914(DEA)Fish aggregating devices permitted in the Convention area of the International Commission for the Conservation of Atlantic Tunastabled3 events · 193d idle
2025/2960(DEA)Fisheries conservation measures in the Havet kring Ven site in the Baltic Sea and the correction of a number of errors thereoftabled3 events · 168d idle
2025/2966(DEA)Management, conservation and control measures applicable in the Indian Ocean Tuna Commission (IOTC) Area of Competencetabled3 events · 165d idle
2026/0107(NLE)EU–Seychelles Sustainable Fisheries Partnership Agreement (2026–2030): Implementing Protocoltabled
2026/0111(COD)Implementation into Union law of the latest measures adopted by regional fisheries management organisationstabled
2026/2028(INI)Strengthening the resilience of the EU fisheries sector in dealing with major marine incidents and hazardstabledPECH1 events · 107d idle
2026/2029(INI)Role of sustainable fisheries and aquaculture in the Mediterranean blue economytabledPECH1 events · 107d idle
2026/2035(INI)A new co-ownership for the future of Euro-Mediterranean relations – the Pact for the MediterraneantabledAFET
2026/2074(INI)Multiannual plan for the fisheries exploiting demersal stocks in the western Mediterranean SeatabledPECH
2026/2633(DEA)Establishment of measures to ensure compliance with existing mitigation measures to reduce incidental catches of the resident population of the Baltic Proper hatabledPECH4 events · 93d idle
2026/2644(DEA)Management of bluefin tuna in the eastern Atlantic and in the MediterraneantabledPECH2 events · 108d idle
2026/2676(DEA)Fisheries conservation measures in the site Nordvästra Skånes havsområde in the KattegattabledPECH1 events · 81d idle
2026/2712(DEA)Implementation of the Union's international obligations, as referred to in Article15(2) of Regulation (EU) No 1380/2013, under the General Fisheries Commission tabledPECH
2026/2774(DEA)Multiannual recovery plan for Mediterranean swordfishtabledPECH
2026/2775(DEA)Time limits for the submission of the annual scientific report and total annual catch reporting, line weighting standards, vessel data requirements, observer databledPECH
2026/2778(RSP)Evaluation of the Common Fisheries Policy and follow-uptabled
2026/2780(DEA)Implementation of the Union’s international obligations, as referred to in Article 15(2) of Regulation (EU) No 1380/2013 of the European Parliament and of the CtabledPECH
COM(2025)0515Allocation of the fishing opportunities provided for in the Protocol on the implementation of the Sustainable Fisheries Partnership Agreement between the EuropetabledPECH
COM(2026)0095Opening of the negotiations on behalf of the European Union for the conclusion of an Implementing Protocol to the Sustainable Fisheries Partnership Agreement betabledPECH2 events · 115d idle
COM(2026)0109Fishing opportunities for 2026, 2027 and 2028 for certain fish stocks, applicable in Union waters and, for Union fishing vessels, in certain non-Union waters. PtabledPECH2 events · 115d idle
COM(2026)0160Member States’ reporting on single-use plastic (SUP) items and on fishing gear under Directive (EU) 2019/904​tabledENVI2 events · 68d idle
COM(2026)0174Progress made in implementing Directive 2014/89/EU establishing a framework for maritime spatial planning. Second reporttabledTRAN
COM(2026)0199Inclusion of Norway in the European Union Strategy for the Baltic Sea regiontabledREGI
COM(2026)0245Amending Regulation fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stocks, applicable in Union waters and, for Union fishing vessels,tabledPECH
COM(2026)0268OceanEye: An EU ocean observation initiativetabledENVI
COM(2026)0271Sustainable fishing in the EU: state of play and orientations for 2027tabledPECH
COM(2026)0293EU/Euratom/UK Trade and Cooperation Agreement for the period 2021-2026: Specialised Committee on Fisheries. EU positiontabledPECH
COM(2026)0295Annual consultations with the United Kingdom to agree on total allowable catches. EU positiontabledPECH
SWD(2026)0068Opening of negotiations on behalf of the European Union for the Conclusion of a Protocol implementing the Sustainable Fisheries Partnership Agreement between thtabledPECH2 events · 115d idle
SWD(2026)0087European Maritime, Fisheries and Aquaculture Fund mid-term evaluationtabledPECH2 events · 114d idle
SWD(2026)0088European Maritime, Fisheries and Aquaculture Fund mid-term evaluation. Executive summarytabledPECH2 events · 114d idle
SWD(2026)0120Regulation (EU) No 1380/2013 of the European Parliament and of the Council of 11 December 2013 on the Common Fisheries Policy. EvaluationtabledPECH
SWD(2026)0121Regulation (EU) No 1380/2013 of the European Parliament and of the Council of 11 December 2013 on the Common Fisheries Policy. Executive summary of the evaluatitabledPECH
SWD(2026)0145Sustainable fishing in the EU: state of play and orientations for 2027. Accompanying documenttabledPECH
Taxation — 63 procedures (17 advanced, 7 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0321(CNS)BEFIT – Business in Europe: Framework for income taxationcompleted520 amdt · 10 events · 226d idle
2023/0322(CNS)Revision of the Tobacco Taxation Directiveclose_to_adoption208 amdt · 7 events · 808d idle
2021/0434(CNS)‘Unshell’ – Rules to prevent the misuse of shell entities for tax purposescompleted200 amdt · 8 events · 1257d idle
2023/0320(CNS)HOT – A head office tax system for small companiesclose_to_adoption172 amdt · 7 events · 808d idle
2023/0187(CNS)FASTER – Faster and safer tax excess refundscompleted159 amdt · 13 events · 533d idle
2022/0154(CNS)Debt-equity bias reduction allowance (DEBRA)close_to_adoption109 amdt · 7 events · 893d idle
2025/0348(CNS)European Public Prosecutor’s Office (EPPO) and European Anti-Fraud Office (OLAF): access to value added tax information at Union leveltabledECON12 amdt
Proposal for a COUNCIL IMPLEMENTING DECISION authorising Sweden to apply reduced rates of excise duty to gas oil and unleaded petrol used as motor fuels, pursuatabled52026PC0189
Repealing the savings tax directiveannounced
Tax transparency rules for crypto-asset transactions (DAC8)announced
Council Directive (EU) 2023/2226 of 17 October 2023 amending Directive 2011/16/EU on administrative cooperation in the field of taxationadopted32023L2226
Revision of Excise Duty Directive (General Arrangements - Tobacco)announced
Revision of the Directive 1999/62/EC on charging of Heavy-goods Vehicles for the use of certain infrastructures, as regards certain provisions on vehicle taxatiannounced
Amended proposal for a COUNCIL REGULATION amending Regulation (EU) No 904/2010 to strengthen administrative cooperation / The definitive VAT system packageannounced
Modernised VAT rate regime in the European Unionannounced
Faster and Safer Tax Excess Relief (FASTER)announced
Proposal for a Council Directive amending Directive 2006/112/EC harmonising and simplifying rules in the value added tax system and introducing the definitive sannounced
Proposal for a Council Directive amending Directive 2006/112 setting the minimum VAT standard rate on a permanent basisannounced
Proposal on the period of application of the optional reverse charge mechanism and the Quick Reaction Mechanism against VAT fraudannounced
Recommendation on tax treatiesannounced
External strategy for effective taxationannounced
Anti-tax avoidance directiveannounced
Double-taxation dispute resolution mechanism in the European Unionannounced
Common consolidated corporate tax base (CCCTB)announced
Common corporate tax base (CCTB)announced
Quantification of the scale of tax evasion and avoidanceannounced
Automatic exchange of information on tax rulingsannounced
Proposal amending Directive 2006/112/EC, as regards rates of value added tax applied to books, newspapers and periodicals - e-publications VAT rateannounced
Unshell - Laying down rules to prevent the misuse of shell entities for tax purposesannounced
Definitive VAT system for the taxation of trade between Member Statesannounced
The implementation of the OECD global agreement on re-allocation of taxing rights (Pillar One)announced
Public country-by-country reporting (Public CBCR)announced
Implementation of the OECD global agreement on minimum effective taxation ('Pillar Two')announced
Publication of effective tax rates paid by large companies, based on Pillar Two methodologyannounced
Council Implementing Decision (EU) 2026/1295 of 4 June 2026 authorising Sweden to apply reduced rates of excise duty to gas oil and unleaded petrol used as motoadopted32026D1295
Proposal for a COUNCIL IMPLEMENTING DECISION authorising Croatia to apply reduced rates of excise duty to gas oil and unleaded petrol used as motor fuels, pursutabled52026PC0285
Proposal for a COUNCIL DIRECTIVE on administrative cooperation in the field of taxation (recast)tabled52026PC0308
Omnibus - Taxationannounced
Revision of the Tobacco Taxation Directiveannounced
Proposal for a COUNCIL IMPLEMENTING DECISION amending Implementing Decision (EU) 2017/784 authorising the Italian Republic to apply a special measure derogatingtabled52026PC0281
Harmonisation of transfer pricing rulesannounced
Business in Europe: Framework for Income Taxation (BEFIT)announced
Debt-equity bias reduction allowance (DEBRA)announced
2016/0011(CNS)Anti-tax-avoidance directiveadopted9 events · 3630d idle
2016/0107(COD)Public country-by-country reporting by multinational enterprisescompleted7 events · 2649d idle
2016/0336(CNS)Common consolidated corporate tax base (CCCTB)completed9 events · 3026d idle
2016/0337(CNS)Common corporate tax base (CCTB)completed6 events · 3026d idle
2018/0005(CNS)More flexible VAT ratescompleted14 events · 1543d idle
2018/0006(CNS)VAT for small enterprisesadopted13 events · 2308d idle
2018/0164(CNS)Detailed technical measures for the definitive VAT systemclose_to_adoption7 events · 2692d idle
2020/0163(CNS)AIEM tax applicable in the Canary IslandscompletedREGI7 events · 2034d idle
2024/2118(INI)The role of simple tax rules and tax fragmentation in European competitivenessclose_to_adoptionECON7 events · 261d idle
2025/0580(CNS)Structure and rates of excise duty applied to tobacco and tobacco related products (recast)tabledJURI3 events · 73d idle
2025/0581(CNS)General arrangements for excise duty applied to tobacco and tobacco related productstabledECON
2025/2210(INI)The EU’s approach to corporate tax policy in a changing international environmenttabledECON4 events
2025/2211(INI)Feasibility of a 28th tax regime and its potential to support EU competitivenesstabledECON5 events
2025/2261(INI)VAT reverse-charge mechanismtabledECON3 events
2025/3039(DEA)2025 update of the taxonomy for the single electronic reporting formattabled4 events · 99d idle
2026/0163(CNS)Simplification of the Union framework on direct taxationtabled
2026/0168(CNS)Administrative cooperation in the field of taxation (recast)tabled
COM(2026)0064VAT Directive: request by Austria to apply a measure derogating from Article 193 of the DirectivetabledECON1 events · 141d idle
COM(2026)0078VAT Directive: request by Romania to apply a measure derogating from Article 193 of the DirectivetabledECON2 events · 130d idle
COM(2026)0281Authorising the Italian Republic to apply a special measure derogating from Articles 206 and 226 of Directive 2006/112/EC on the common system of value added tatabledECON
Trade and Economic Security — 53 procedures (10 advanced, 2 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/0726(COD)Negative trade-related effects of global overcapacity on the Union steel marketclose_to_adoptionINTA261 amdt · 8 events · 66d idle
2021/0297(COD)Generalised scheme of tariff preferencescompletedAFET106 amdt · 11 events · 60d idle
Council Decision (EU) 2026/1163 of 11 May 2026 on the signing of the Interim Agreement on Trade between the European Union and the United Mexican Statesadopted32026D1163
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Trade Committee set up by the Free Trade Agreement between thtabled52026PC0250
TTIP negotiations on INFORMATION and COMMUNICATION TECHNOLOGYannounced
TTIP negotiations on TEXTILESannounced
Proposal for a COUNCIL DECISION on the renewal of the entitlement for co-productions as provided for in Article 5 of the Protocol on Cultural Cooperation to thetabled52026PC0023
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the World Trade Organization’s 14th Ministerial Conferencetabled52026PC0008
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Council of Members of the International Olive Council as regatabled52026PC0014
TTIP chapter on STATE-TO-STATE DISPUTE SETTLEMENTannounced
Council Decision (EU) 2026/711 of 16 March 2026 on the position to be taken on behalf of the European Union within the Council of Members of the International Oadopted32026D0711
Modernisation of the trade pillar of the EU-Mexico Global Agreementannounced
EU-PHILIPPINES FREE TRADE AGREEMENT (FTA)announced
The trade pillar of the EU-Mercosur Partnership Agreementannounced
TTIP chapter on RULES of ORIGINannounced
Proposal for a Regulation on the apportionment of tariff rate quotas in the WTO schedule of the Union following the withdrawal of the United Kingdom from the Unannounced
Plurilateral Trade in Services Agreement (TiSA)announced
TTIP chapter on TECHNICAL BARRIERS to TRADEannounced
TTIP chapter on TRADE & SUSTAINABLE DEVELOPMENTannounced
TTIP chapter on PUBLIC PROCUREMENTannounced
TTIP chapter on REGULATORY COHERENCEannounced
TTIP negotiations on COSMETICSannounced
A new EU International Procurement Instrument (IPI)announced
TTIP negotiations on ENGINEERING PRODUCTSannounced
Council Decision (EU) 2026/1076 of 5 May 2026 on the conclusion, on behalf of the Union, of the Agreement in the form of an Exchange of Letters between the Euroadopted32026D1076
Regulation (EU) 2026/1395 of the European Parliament and of the Council of 17 June 2026 on applying a generalised scheme of tariff preferences and repealing Regadopted32026R1395
EU-SINGAPORE FREE TRADE AGREEMENTannounced
Modernisation of the trade pillar of the EU-Chile Association Agreementannounced
EU-NEW ZEALAND FREE TRADE AGREEMENTannounced
EU-AUSTRALIA FREE TRADE AGREEMENTannounced
2012/060(COD)International procurement instrumenttabled
2013/0088(COD)The EU Trademark reform packagecompleted7 events · 3880d idle
2020/0297(COD)Proposed anti-coercion instrumenttabled
2021/0042(NLE)EU/Pakistan Agreement: modification of concessions on all the tariff rate quotas included in the EU Schedule CLXXV as a consequence of the United Kingdom's withtabledINTA
2023/0183(NLE)EU/China Agreement: modification of concessions on all the tariff rate quotas included in the EU Schedule CLXXV as a consequence of the United Kingdom's withdraclose_to_adoptionINTA6 events · 93d idle
2025/0259(NLE)Termination of the EU–Liberia Voluntary Partnership Agreement on forest law enforcement, governance and trade in timber productstabledINTA
2025/0259M(NLE)Termination of the Voluntary Partnership Agreement between the European Union and the Republic of Liberia on Forest Law Enforcement Governance and Trade in timbtabledINTA7 events · 12d idle
2025/0322(COD)Bilateral safeguard clause of the EU-Mercosur Partnership Agreement and the EU-Mercosur Interim Trade Agreement for agricultural productscompletedINTA11 events · 100d idle
2025/2112(INI)Opportunities and challenges presented by a comprehensive artificial intelligence strategy for EU tradeclose_to_adoptionINTA6 events · 40d idle
2025/2113(INI)Role of trade in strengthening the EU's economic securitytabledINTA
2025/2891(DEA)Scheme of generalised tariff preferences (GSP): amending some Annexes in order to remove Indonesia and São Tomé and Príncipe from the list of beneficiary countrtabled3 events · 200d idle
2025/2912(DEA)Derogations on reporting of intra-EU trade and certain tagging information, and the determination of weight of individual bluefin tunatabled4 events · 193d idle
2025/3000(DEA)Determination of what constitutes a liquid market for equity instruments, the obligation to provide market data on a reasonable commercial basis, the size specitabledECON3 events · 115d idle
COM(2026)0008WTO – Adoption of Several Decisions (EU Position)tabledINTA2 events · 157d idle
COM(2026)0014International Olive Council: trade standard for olive oil and olive-pomace oil and a new method of analysis to determine the peroxide value in such oils. EU postabledINTA2 events · 156d idle
COM(2026)0023EU/Korea Free Trade Agreement: renewal of the entitlement to co-productions. Proposal for a Council DecisiontabledINTA2 events · 151d idle
COM(2026)0044EU/Euratom/UK Trade and Cooperation Agreement: setting out the date from which personal data relating to automated searching of vehicle registration data may betabledLIBE2 events · 145d idle
COM(2026)0083World Trade Organization: accession of the Republic of Uzbekistan. EU positiontabledINTA1 events · 127d idle
COM(2026)0089EU/Euratom/UK Trade and Cooperation Agreement. Adoption of a decision to establish a list of individuals who are willing and able to serve as members of the pantabledINTA2 events · 123d idle
COM(2026)0130EU/Canada Comprehensive Economic and Trade Agreement (CETA): inclusion of active pharmaceutical ingredients as the medicinal products or drugs listed in paragrtabledINTA2 events · 75d idle
COM(2026)0250EU/Korea Free Trade Agreement: revision of the list of individuals who are willing and able to serve as arbitrators and revision of the list of experts who are tabledINTA
COM(2026)0259EC/Switzerland agreement: trade in agricultural products. EU positiontabledINTA
SWD(2026)0003International Olive Council: trade standard for olive oil and olive-pomace oil and a new method of analysis to determine the peroxide value in such oils. EU postabledINTA2 events · 156d idle
Competition — 50 procedures (7 advanced, 4 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0112(COD)Early intervention measures, conditions for resolution and financing of resolution actionadoptedECON489 amdt · 14 events · 89d idle
2023/0208(COD)Legal tender of euro banknotes and coinstabledECON57 amdt
2025/0825(COD)Prudential requirements for credit institutions as regards requirements for securitisation exposurestabledECON53 amdt
2025/0826(COD)Amending Regulation (EU) 2017/2402 for securitisation and creating a specific framework for simple, transparent and standardised securitisationtabledECON51 amdt
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union within the Trade Specialised Committee on Level Playing Field for Optabled52026PC0089
Council Decision (EU) 2026/832 of 30 March 2026 on the position to be taken on behalf of the European Union within the Trade Specialised Committee on Level Playadopted32026D0832
TTIP chapters on COMPETITIONannounced
Regulation (EU) 2019/712 of the European Parliament and of the Council of 17 April 2019 on safeguarding competition in air transport, and repealing Regulation (adopted32019R0712
Amending regulations on antitrust procedural rulesannounced
2017/0116(COD)Safeguarding competition in air transportadopted10 events · 2605d idle
2017/0166(NLE)Council of Europe Convention on the manipulation of sports competitions with regard to matters not related to substantive criminal law and judicial cooperation tabled2 events · 2994d idle
2025/0906(NLE)European Central Bank: appointment of the Vice-Chair of the Supervisory BoardcompletedECON8 events · 127d idle
2025/2134(INI)Competition policy – annual report 2025tabledECON
2025/2880(RSP)Resolution on organisational mismanagement of European Personnel Selection Office (EPSO) competitionscompletedPETI5 events · 93d idle
2025/2955(RSP)Protection of EU companies, jobs and products against unfair competition from non-EU countriestabledPETI3 events · 59d idle
2026/0801(NLE)Appointment of the Vice-President of the European Central BankcompletedECON7 events · 92d idle
2026/2629(DEA)Amendments to regulatory technical standards as regards updating the list of data necessary for the classification of prospectuses and the list of information ttabledECON3 events · 108d idle
2026/2645(DEA)Reduced content and standardised format and sequence of the EU Follow-on prospectus and the EU Growth issuance prospectustabledECON3 events · 108d idle
2026/2658(DEA)European Green Bonds: Regulatory technical standards specifying the criteria for assessing the appropriateness, adequacy and effectiveness of the systems, resoutabledECON2 events · 94d idle
2026/2679(DEA)Market Abuse Regulation: disclosure of inside information in protracted processes and delay of disclosuretabledECON1 events · 80d idle
2026/2684(DEA)Regulatory technical standards specifying what constitutes an equivalent legal mechanism that ensures that a residential property under construction is completetabledECON1 events · 72d idle
2026/2707(DEA)Rules of procedure on fines and periodic penalty payments imposed to ESG rating providers by the European Securities and Markets AuthoritytabledECON1 events · 64d idle
2026/2720(DEA)Standardised format and sequence and the streamlined content, scrutiny and approval of the prospectustabledECON
2026/2750(DEA)Regulatory technical standards specifying the information to be included in the application for authorisation as an ESG rating provider and in the application ftabledECON
2026/2753(DEA)Regulatory technical standards specifying operational risk requirementstabledECON
2026/2755(DEA)Temporary targeted operational relief measures and targeted multipliers for the calculation of an institution’s own funds requirements for market risktabledECON
C(2026)0878Draft budgetary plan of Belgium. Commission opiniontabledECON2 events · 129d idle
COM(2025)0778Existence of an excessive deficit in Finland. Proposal for a Council decisiontabledECON2 events · 193d idle
COM(2025)0779Bringing an end to the situation of an excessive deficit in Finland. Recommendation for a Council RecommendationtabledECON2 events · 193d idle
COM(2025)0950Excessive deficit procedure: Germany, Finland. ReporttabledECON2 events · 213d idle
COM(2026)0033Austria – National Escape Clause Activation under Regulation (EU) 2024/1263tabledECON2 events · 155d idle
COM(2026)0131Opening of negotiations on the conditions for the Union's membership in the Council of Europe Development Bank (CEB)tabledECON2 events · 93d idle
COM(2026)0175Introduction of the euro in Bulgaria. ReporttabledECON
COM(2026)0180Competition Policy 2025. ReporttabledECON
COM(2026)02002026 European Semester - Spring PackagetabledECON
COM(2026)0262Allowing Spain to deviate from the maximum growth rates of net expenditure as set by the Council under Regulation (EU) 2024/1263 (activation of the national esctabledECON
COM(2026)0302Excessive deficit procedure: Bulgaria, Germany, Estonia, Latvia, Slovenia. ReporttabledECON
COM(2026)0303Excessive deficit situation in Malta. Recommendation for a Council decisiontabledECON
COM(2026)0331Bringing an end to the situation of an excessive deficit in Bulgaria. Recommendation for a Council RecommendationtabledECON
COM(2026)0332Existence of an excessive deficit in Bulgaria. Proposal for a Council decisiontabledECON
COM(2026)0585Convergence report 2026tabledECON
SWD(2026)0125Competition Policy 2025. Report. Accompanying documenttabledECON
SWD(2026)01372026 European Semester - Spring package. In-depth review for Greece. Accompanying documenttabledECON
SWD(2026)01382026 European Semester - Spring package. In-depth review for Hungary. Accompanying documenttabledECON
SWD(2026)01392026 European Semester - Spring package. In-depth review for Italy. Accompanying documenttabledECON
SWD(2026)01402026 European Semester - Spring package. In-depth review for The Netherlands. Accompanying documenttabledECON
SWD(2026)01412026 European Semester - Spring package. In-depth review for Romania. Accompanying documenttabledECON
SWD(2026)01422026 European Semester - Spring package. In-depth review for Slovakia. Accompanying documenttabledECON
SWD(2026)01432026 European Semester - Spring package. In-depth review for Sweden. Accompanying documenttabledECON
SWD(2026)0585Convergence report 2026. Accompanying documenttabledECON
Single Market — 44 procedures (13 advanced, 4 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2024/0011(COD)River Information Services Directive reviewcompleted206 amdt · 13 events · 197d idle
2016/0402(COD)Introducing a European services e-cardtabled72 amdt · 3 events · 1891d idle
2017/0087(COD)Single market information tool (SMIT)close_to_adoption55 amdt · 4 events · 2097d idle
2016/0398(COD)Reform of services notification procedureclose_to_adoption26 amdt · 8 events · 1891d idle
Recommendation for a COUNCIL DECISION authorising the opening of negotiations with the Republic of Korea for an agreement on mutual recognition in relation to ctabled52026PC0141
CELEX:32014L0024R(20)adopted32014L0024
CELEX:32002R0006R(20)adopted32002R0006
Regulation (EU) 2018/1725 of the European Parliament and of the Council of 23 October 2018 on the protection of natural persons with regard to the processing ofadopted32018R1725
Ending unjustified geo-blockingannounced
SOLVIT Action Planannounced
Single Market Information Tool (SMIT)announced
Common rules for gas pipelines entering the EU internal marketannounced
Review of the standardisation regulationannounced
MODERNISATION OF THE IPR FRAMEWORK: REVIEW OF EU IP ENFORCEMENT FRAMEWORKannounced
STRONGER EU-WIDE SUPERVISION - ENHANCING REGULATORY AND SUPERVISORY CONVERGENCE IN THE INTERNAL MARKETannounced
Mutual recognition of freezing and confiscation ordersannounced
ACTION PLAN TO INCREASE AWARENESS OF THE MUTUAL RECOGNITION PRINCIPLEannounced
REVISION OF MUTUAL RECOGNITION REGULATIONannounced
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an amendment to Protoctabled52026PC0192
CELEX:32017R1001R(10)adopted32017R1001
Revision of the late payments directiveannounced
New Legislative Framework reviewannounced
Proportionality test before adoption of new regulation of professionsannounced
Services notification procedureannounced
Regulation (EU) 2026/715 of the European Parliament and of the Council of 11 March 2026 on European Union designs (codification) (Text with EEA relevance)adopted32026R0715
Services e-cardannounced
Review of rules on market surveillance and compliance of productsannounced
Council Directive (EU) 2016/1164 of 12 July 2016 laying down rules against tax avoidance practices that directly affect the functioning of the internal marketadopted32016L1164
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2018/1725 of the European Parliament and of the Council on the tabled52026PC0314
EU Delivery Act - update of rules on postal servicesannounced
Public Procurement Actannounced
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an amendment to Protoctabled52026PC0263
Council Decision (EU) 2026/1372 of 8 June 2026 authorising the opening of negotiations for an agreement between the Union and the Republic of Korea on mutual readopted32026D1372
CELEX:32014L0035R(04)adopted32014L0035
Council Decision (EU) 2026/1322 of 4 June 2026 on the position to be adopted on behalf of the European Union within the EEA Joint Committee concerning an amendmadopted32026D1322
CELEX:32014L0032R(06)adopted32014L0032
2025/2952(DEA)Thresholds for concessions for the years 2026-2027tabled3 events · 169d idle
2025/2953(DEA)Thresholds for supply, service and works contracts, and design contests for the years 2026-2027tabled3 events · 169d idle
2025/3010(DEA)Thresholds for supply, service and works contractstabled3 events · 109d idle
2026/2577(DEA)European Union designs: rules specifying the details of certain proceedings concerning registered designstabled4 events · 95d idle
2026/2636(RSP)Single Market: how to move from an incomplete single market to one market for one Europetabled1 events · 109d idle
2026/2710(DEA)Member States’ notifications concerning producer prices of fruit and vegetables on the internal markettabledAGRI1 events · 61d idle
2026/2723(RSP)High time to deliver on the Single Market, providing certainty and predictability for EU businesses and quality jobstabled
COM(2026)0141Opening of negotiations with the Republic of Korea for an agreement on mutual recognition in relation to conformity assessments, certificates and markingstabledINTA1 events · 87d idle
Health — 42 procedures (14 advanced, 3 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/0102(COD)Critical Medicines ActcompletedSANT52025PC01021313 amdt · 8 events · 158d idle
2023/0131(COD)Revision of EU pharmaceutical legislation (Regulation)close_to_adoption52023PC0193201 amdt · 7 events · 389d idle
2023/0132(COD)Revision of EU pharmaceutical legislation (Directive)close_to_adoptionIMCO142 amdt · 7 events · 389d idle
European Biotech Acttabled52025PC1022
CELEX:32014L0040R(08)adopted32014L0040
Council Decision of 21 April 2026 replacing a full member of the Advisory Committee on Safety and Health at Work for Lithuaniaadopted32026D02454
Council Decision of 21 April 2026 replacing a member of the Management Board of the European Agency for Safety and Health at Work for Lithuaniaadopted32026D02450
TTIP negotiations on MEDICAL DEVICESannounced
TTIP negotiations on PHARMACEUTICALSannounced
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulations (EU) 2017/745 and (EU) 2017/746 as regards simplifying and reducingtabled52025PC1023
CELEX:32025R0327R(02)adopted32025R0327
Regulation (EU) 2023/1322 of the European Parliament and of the Council of 27 June 2023 on the European Union Drugs Agency (EUDA) and repealing Regulation (EC) adopted32023R1322
Council Decision of 18 May 2026 replacing an alternate member of the Advisory Committee on Safety and Health at Work for Austriaadopted32026D02811
Council Decision of 21 April 2026 replacing an alternate member of the Advisory Committee on Safety and Health at Work for the Netherlandsadopted32026D02451
Council Decision of 16 June 2026 replacing an alternate member of the Advisory Committee on Safety and Health at Work for Luxembourgadopted32026D03350
Directive 2010/45/EU of the European Parliament and of the Council of 7 July 2010 on standards of quality and safety of human organs intended for transplantatioadopted32010L0045
2017/0018(COD)Boosting cooperation on health technology assessmenttabled
2025/0223(COD)Union Civil Protection Mechanism and Union support for health emergency preparedness and responsetabledENVI2 events · 247d idle
2025/0404(COD)Simplifying and reducing the burden of the rules on medical devices and in vitro diagnostic medical devices, and support of the European Medicines Agency for thtabledIMCO2 events · 94d idle
2025/2087(INI)Public health aspects of biotechnology and life sciencesclose_to_adoption4 events · 190d idle
2025/2130(INL)EU rare disease action plantabled1 events · 352d idle
2025/2132(INI)An EU cardiovascular diseases strategytabled1 events · 352d idle
2025/2139(INI)Europe’s Beating Cancer Plantabled1 events · 352d idle
2025/2206(INL)Modernised rules for patients’ rights in cross-border healthcaretabled2 events · 214d idle
2025/2998(DEA)Specification of the number and the title of the variables for the 2027 ad hoc subject 'Mental health and well-being’ in the income and living conditions domaintabled4 events · 147d idle
2026/2023(INL)Psychosocial risks, stress and mental health at worktabledEMPL2 events · 107d idle
2026/2053(INI)Neurological health strategytabled
2026/2586(RSP)World Cancer Daycompleted3 events · 135d idle
2026/2620(RSP)Prevention and treatment of obesitytabled1 events · 107d idle
2026/2640(RSP)Ban on the sale of nitrous oxide to the general publictabled1 events · 107d idle
2026/2660(DEA)List of class IIb implantable devices exempted from the obligation to perform an assessment of the technical documentation for every devicetabled2 events · 94d idle
2026/2661(DEA)List of implantable devices and class III devices exempted from the obligation to perform clinical investigationstabled2 events · 94d idle
2026/2685(DEA)Examination of variations to the terms of marketing authorisations for medicinal products for human usetabled1 events · 68d idle
2026/2692(RSP)World Day for Safety and Health at Worktabled
2026/2727(RSP)European solidarity: key to securing medicine access in a shifting geopolitical eratabled
2026/2728(RSP)The Union preparedness and response for health emergencies: the case of the MV Hondius and the hantavirus warningtabled
2026/2731(RSP)Strengthening global health resilience in partner countriestabledDEVE
COM(2025)0745Introducing the Union prevention, preparedness and response plan for health crisestabled2 events · 208d idle
COM(2025)1024EU cardiovascular health plan: the Safe Hearts Plantabled2 events · 191d idle
COM(2026)0197Reinforcing global health resilience amidst geopolitical changetabled
SWD(2026)0111Evaluation of the Tobacco Products Directive (2014/40/EU), the Tobacco Advertising Directive (2003/33/EC) and other related tobacco control policies across the tabled2 events · 78d idle
SWD(2026)0112Executive summary of the evaluation of the Tobacco Products Directive (2014/40/EU), the Tobacco Advertising Directive (2003/33/EC) and other related tobacco contabled2 events · 78d idle
Customs — 37 procedures (12 advanced, 3 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0156(COD)Establishing the Union Customs Code and the European Union Customs Authorityclose_to_adoption434 amdt · 10 events · 571d idle
2025/0261(COD)Adjustment of customs duties and opening of tariff quotas for the import of certain goods originating in the United States of AmericacompletedINTA201 amdt · 7 events · 93d idle
2025/0260(COD)Non-application of customs duties on imports of certain goodscompletedINTA31 amdt · 7 events · 93d idle
Amendments to the CMO Regulation concerning the EU school scheme, sectoral interventions, protein sector, hemp requirements, marketing standards, import duties,announced
Action Plan on the Customs Unionannounced
Customs Single Windowannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union within the Technical Committees on Customs Valuation and on Rules oftabled52026PC0154
Protection against dumped or subsidised imports - 2013/0103(COD)announced
Protection against dumped and subsidised imports: 2016/0351 (COD)announced
Import of cultural goods from third countries into the EUannounced
TTIP chapter on CUSTOMS & TRADE FACILITATIONannounced
TTIP chapter on TRADE in GOODS and CUSTOMS DUTIESannounced
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Committee on Customs established under the Free Trade Agreemetabled52026PC0297
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union within the World Customs Organization (WCO) with regard to the adopttabled52026PC0278
Council Decision (EU) 2026/1340 of 4 June 2026 on the position to be taken on behalf of the European Union within the Technical Committees on Customs Valuation adopted32026D1340
Regulation on controls on cash entering or leaving the Unionannounced
2015/0093(COD)Imports of GM food and feed: Right of Member States to opt outclose_to_adoption8 events · 3895d idle
2016/0029(COD)Imports of Belarusian textile productsadopted9 events · 3403d idle
2023/0158(CNS)Proposal for a simplification of VAT rules for e-commerce (imports)close_to_adoption11 events · 354d idle
2025/0180(COD)Phasing out Russian fossil fuel importscompleted9 events · 145d idle
2025/0193(NLE)International Agreement on Olive Oil and Table Olives: amendment of Article 36close_to_adoptionINTA6 events · 40d idle
2025/0283(NLE)International Cocoa Agreementclose_to_adoptionINTA6 events · 99d idle
2025/0590(COD)Establishing the Single Market and Customs Programme for the period 2028-2034tabledIMCO3 events · 79d idle
2025/2040(INI)Importance of consent-based rape legislation in the EUclose_to_adoptionLIBE8 events · 108d idle
2025/2875(RSP)Multilateral negotiations in view of the WTO’s 14th Ministerial Conference in Yaoundé, 26 to 29 March 2026completedINTA5 events · 107d idle
2025/3033(DEA)European business statistics: details for the statistical information to be provided by tax and customs authorities and amending Annexes V and VItabled5 events · 70d idle
2026/2715(DEA)Definitions, customs declarations and data elements related to the temporary EUR 3 customs duty on distance sales of imported goods in a consignment with an inttabledIMCO
C(2026)0460European citizens’ initiative: ‘Stop Funding Russia’s War: Phase Out Harmful and Useless Russian Imports into the EU’tabledINTA2 events · 145d idle
COM(2026)0067Sector Understanding on Export Credits for Civil Aircraft (“ASU”) regarding the calculation of the Market Reflective Surcharge. EU positiontabledINTA2 events · 143d idle
COM(2026)0079Opening of negotiations on individual agreements between the European Union and Republic of Albania, Bosnia and Herzegovina, Kosovo*, Montenegro, the Republic otabledINTA2 events · 117d idle
COM(2026)0099Temporary suspension of the Common Customs Tariff duties, opening and providing for the management of autonomous tariff rate quotas for certain fertilisers. ProtabledIMCO2 events · 123d idle
COM(2026)0154World Customs Organization: adoption of advisory opinions, commentaries, explanatory note, case studies, studies and similar acts concerning the valuation of imtabledINTA2 events · 73d idle
COM(2026)0253Application of certain Community Acts on the territory of the Principality of MonacotabledINTA
COM(2026)0254International Olive Council: the organoleptic assessment method for virgin olive oil. EU positiontabledINTA
COM(2026)0278World Customs Organization (WCO): adoption of Explanatory Notes, Classification Opinions or other advice on the interpretation of the Harmonized System and recotabledINTA
COM(2026)0297EU/ Singapore Free Trade Agreement in the Committee on Customs as regards the adoption of the decision concerning the mutual recognition of the Secure Trade PartabledINTA
SWD(2026)0133International Olive Council: the organoleptic assessment method for virgin olive oil. EU position. Accompanying documenttabledINTA
Human Rights and Democracy — 33 procedures (13 advanced, 4 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2020/2220(INL)Towards new rules for European elections?completed731 amdt · 6 events · 1516d idle
2025/2166(INI)Human Rights and Democracy in the World – Annual Report 2025close_to_adoptionAFET436 amdt · 7 events · 157d idle
2021/0373(CNS)Revision of Council Directive 94/80/EC: Electoral rights of mobile Union citizens in municipal electionscompleted189 amdt · 9 events · 1229d idle
2022/0117(COD)Strategic lawsuits against public participation (SLAPPs)completed50 amdt · 13 events · 802d idle
Council Implementing Regulation (EU) 2026/1177 of 28 May 2026 implementing Regulation (EU) 2020/1998 concerning restrictive measures against serious human rightadopted32026R1177
European Democracy Shield (EDS)announced
European Democracy Action Planannounced
Revision of Regulation on statute and funding of European political parties and European political foundationsannounced
Regulation (EU) 2024/900 of the European Parliament and of the Council of 13 March 2024 on the transparency and targeting of political advertisingannounced
Initiative against abusive litigation targeting journalists and rights defendersannounced
Revision of the Regulation on the statute and funding of the European political parties and European political foundationsannounced
Council Decision (EU, Euratom) 2026/1296 of 26 May 2026 amending the Act concerning the election of the members of the European Parliament by direct universal sadopted32026D1296
2025/0900(APP)Amendment of the European Electoral Act allowing Members to vote in plenary by proxy voting during pregnancy and after giving birthclose_to_adoptionAFCO6 events · 59d idle
2025/2048(INI)Addressing transnational repression of human rights defendersclose_to_adoptionAFET7 events · 226d idle
2025/2050(INI)EU strategy to face the new theories against democracytabledAFET1 events · 471d idle
2025/2069(INI)Findings and recommendations of the Special Committee on the European Democracy Shieldtabled1 events · 450d idle
2025/2195(INL)Amendment of the European Electoral Act, allowing Members to vote in plenary by proxy voting during pregnancy and after giving birthclose_to_adoptionAFCO6 events · 226d idle
2026/2013(INI)European political parties and foundations – 2026 report on the application of Regulation (EU, Euratom) No 2025/2445 and on the activities fundedtabledAFCO7 events · 12d idle
2026/2015(INI)Reinforcing democratic accountability and enhancing Parliament’s political scrutiny of the CommissiontabledAFCO1 events · 135d idle
2026/2037(INI)Situation of international law and the risks to multilateralism, democracy and the European UniontabledAFET
2026/2059(INI)Human Rights and Democracy in the world and the European Union’s policy on the matter – annual report 2026tabledAFET
2026/2539(RSP)European Citizens’ Initiative 'Ban on conversion practices in the European Union'tabled1 events · 94d idle
2026/2612(RSP)Resolution on the systemic oppression, inhumane conditions and arbitrary detentions by the regime in Irancompleted2 events · 135d idle
2026/2641(RSP)Human trafficking and grave human rights violations linked to the recruitment of non-Russian nationals, in particular from Africa, for Russia’s war of aggressiocompleted3 events · 107d idle
2026/2642(RSP)The arbitrary detention of President Mohamed Bazoum by the junta in Nigercompleted3 events · 107d idle
2026/2643(RSP)Case of Elene Khoshtaria and Political Prisoners under the Georgian Dream Regimecompleted2 events · 107d idle
2026/2664(RSP)Imminent death penalty threats in Iran in the light of the latest executions, including on 18 and 19 March 2026, by the Iranian regimetabled1 events · 94d idle
2026/2694(RSP)Need to combat antisemitism and protect Jewish life in Europe, following the recent attacks against the Jewish community in the Netherlands and Belgiumtabled1 events · 59d idle
2026/2703(RSP)New Chinese law on ‘ethnic unity and progress’ and the intensified suppression of ethnic identitiestabled2 events · 58d idle
2026/2733(RSP)Repression and execution of protesters, dissidents, political prisoners and religious minorities in Irantabled
2026/2736(RSP)Commemoration of the genocide of Armenians and Greeks in Pontos and Asia Minortabled
2026/2765(RSP)Political prisoners in Nicaragua – the cases of Carlos Brenes, Salvadora del Socorro Martínez Aburto and Brooklyn Riveratabled
2026/2766(RSP)The deteriorating situation of political prisoners in Belarus, in particular the case of Aliaksandra Pulinovichtabled
Regional Policy — 28 procedures (17 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Council Decision (EU) 2026/811 of 30 March 2026 appointing a member and an alternate member, proposed by the Kingdom of Spain, of the Committee of the Regionsadopted32026D0811
Council Decision (EU) 2026/1004 of 27 April 2026 appointing an alternate member, proposed by the Kingdom of the Netherlands, of the Committee of the Regionsadopted32026D1004
Council Decision (EU) 2026/541 of 17 February 2026 appointing an alternate member, proposed by the Italian Republic, of the Committee of the Regionsadopted32026D0541
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Regional Steering Committee of the Transport Community as regtabled52026PC0007
Council Decision (EU) 2026/928 of 21 April 2026 appointing three members and two alternate members, proposed by the Italian Republic, of the Committee of the Readopted32026D0928
Council Decision (EU) 2026/1350 of 8 June 2026 appointing alternate members of the Committee of the Regions for the period from 8 June 2026 to 25 January 2030 aadopted32026D1350
Council Decision (EU) 2026/1057 of 5 May 2026 appointing seven alternate members, proposed by the Republic of Portugal, of the Committee of the Regionsadopted32026D1057
Council Decision (EU) 2026/1059 of 5 May 2026 appointing a member, proposed by the Federal Republic of Germany, of the Committee of the Regionsadopted32026D1059
Council Decision (EU) 2026/1006 of 27 April 2026 appointing an alternate member, proposed by the Republic of Poland, of the Committee of the Regionsadopted32026D1006
Council Decision (EU) 2026/1010 of 27 April 2026 appointing a member and an alternate member, proposed by the Federal Republic of Germany, of the Committee of tadopted32026D1010
Council Decision (EU) 2026/1054 of 5 May 2026 appointing a member, proposed by the Italian Republic, of the Committee of the Regionsadopted32026D1054
Council Decision (EU) 2026/810 of 30 March 2026 appointing an alternate member, proposed by the Kingdom of Sweden, of the Committee of the Regionsadopted32026D0810
Council Decision (EU) 2026/1005 of 27 April 2026 appointing nine members, proposed by the Portuguese Republic, of the Committee of the Regionsadopted32026D1005
Council Decision (EU) 2026/1400 of 16 June 2026 appointing a member and an alternate member, proposed by the Republic of Austria, of the Committee of the Regionadopted32026D1400
Council Decision (EU) 2026/1343 of 8 June 2026 appointing a member, proposed by the Federal Republic of Germany, of the Committee of the Regionsadopted32026D1343
Council Decision (EU) 2026/1097 of 11 May 2026 appointing a member, proposed by the Kingdom of the Netherlands, of the Committee of the Regionsadopted32026D1097
2018/0199(COD)European territorial cooperation (Interreg) 2021-2027completed8 events · 2650d idle
2025/0238(COD)European Fund for Regional Development and Cohesion Fund 2028–2034tabledENVI2 events · 247d idle
2025/2888(DEA)Amending ERDF, ESF+, Cohesion Fund and Just Transition Fund as regards specific measures to address strategic challenges in the context of the mid-term reviewcompletedREGI7 events · 249d idle
2026/2014(INI)Evaluation of the track record of the Committee of the Regions as guardian of the principle of subsidiaritytabledAFCO1 events · 135d idle
2026/2027(INI)Cohesion policy – the driving force in implementing the EU agenda for citiestabledREGI1 events · 107d idle
2026/2054(INI)Cohesion policy in the EU’s eastern border regions: strengthening territorial resilience and cross-border cooperationtabledREGI
COM(2025)0739EU Agenda for Cities: Driving Growth and ProsperitytabledREGI2 events · 199d idle
COM(2025)0750Revised action plan of the EU Macro-regional Strategy for the Alpine RegiontabledREGI2 events · 197d idle
COM(2026)0520EU strategy for islandstabledREGI
COM(2026)0530EU Strategy on resilient, prosperous and liveable coastal communitiestabledREGI
SWD(2026)0520EU strategy for islands. Synopsis report. Accompanying documenttabledREGI
SWD(2026)0771European Union's Anti-Poverty Strategy: addressing and preventing poverty from childhood to old age. Principles for effective anti-poverty policies. Supporting tabledEMPL
Food Safety — 24 procedures (9 advanced, 1 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/0408(COD)Amendments to Biocidal Products Regulation as regards the extension of certain data protection periods (Omnibus X)close_to_adoptionENVI2 amdt · 8 events · 72d idle
Council Decision of 27 April 2026 appointing representatives of Member States as members and alternate members of the Management Board of the European Food Safeadopted32026D02583
CELEX:52025PC1030(02): Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulations (EC) No 999/2001, (EC) No 1829/2003, (EC) Notabled52025PC1030
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Council Directive 98/58/EC and Directive 2009/128/EC of the European Parliament tabled52025PC1021
Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directives 2001/18/EC and 2010/53/EU as regards the placing on the market of gentabled52025PC1031
Regulation on the labelling of tyres with respect to fuel efficiency and other essential parametersannounced
Update of rules on unfair trading practices in the food chainannounced
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0151
TTIP chapter on FOOD SAFETY and ANIMAL and PLANT HEALTHannounced
CELEX:32002R0178R(12)adopted32002R0178
CELEX:32011R1169R(25)adopted32011R1169
Directive (EU) 2024/1438 of the European Parliament and of the Council of 14 May 2024 amending Council Directives 2001/110/EC relating to honey, 2001/112/EC reladopted32024L1438
Regulation (EU) No 334/2014 of the European Parliament and of the Council of 11 March 2014 amending Regulation (EU) No 528/2012 concerning the making available adopted32014R0334
2023/0226(COD)Plants obtained by certain new genomic techniques and their food and feedtabledENVI
2025/0405(COD)Placing on the market of genetically modified micro-organisms and the processing of organstabledENVI52025PC10316 events · 79d idle
2025/0409(COD)Amending certain Directives as regards the simplification and strengthening of food and feed safety requirements (Omnibus X)tabledENVI52025PC10212 events · 138d idle
2025/0410(COD)Amending certain Regulations as regards the simplification and strengthening of food and feed safety requirements (Omnibus X)tabledIMCO2 events · 61d idle
2026/2518(RSP)Objection pursuant to Rule 115(2) and (3) of the Rules of Procedure to the draft Commission Implementing Decision renewing the authorisation for the placing on completedENVI3 events · 136d idle
2026/2535(RSP)Objection pursuant to Rule 115(2) and (3) of the Rules of Procedure to the draft Commission Implementing Decision renewing the authorisation for placing on the completedENVI3 events · 136d idle
2026/2550(RSP)Objection pursuant to Rule 115(2) and (3) approving formaldehyde released from the reaction products of paraformaldehyde and 2-hydroxypropylamine (ratio 1:1) astabledENVI1 events · 166d idle
2026/2579(DEA)Animal health requirements for non-commercial movement of pet animalstabledAGRI5 events · 91d idle
2026/2649(DEA)Rules for the use of certain veterinary medicinal products for the purpose of prevention and control of certain listed diseasestabledAGRI2 events · 108d idle
2026/2651(RSP)Resolution on the draft Commission implementing decision authorising the placing on the market of products containing, consisting of or produced from geneticallcompleted3 events · 59d idle
COM(2026)0036Status of production expansion of relevant food and feed crops worldwide. ReporttabledENVI2 events · 151d idle
Women's Rights and Gender Equality — 20 procedures (7 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Committee of the Parties of the Council of Europe Convention tabled52026PC0104
Council Decision (EU) 2026/728 of 17 March 2026 on the position to be taken on behalf of the European Union within the Committee of the Parties to the Council oadopted32026D0728
Council Decision (EU) 2026/1212 of 29 May 2026 on the position to be taken on behalf of the European Union within the Committee of the Parties to the Council ofadopted32026D1212
Council Decision of 27 May 2026 replacing an alternate member of the Management Board of the European Institute for Gender Equality for Italyadopted32026D03211
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Committee of the Parties to the Council of Europe Convention tabled52026PC0237
2024/2125(INI)Gender Equality Strategy 2025close_to_adoptionLIBE7 events · 226d idle
2025/2039(INI)Advancing towards a care society: addressing the gender care gapclose_to_adoptionEMPL4 events · 80d idle
2025/2074(INI)Gender inequalities in health, specifically as regards gender-specific conditionstabledFEMM1 events · 450d idle
2025/2215(INI)Gender mainstreaming in the European Parliament – annual report 2025tabledBUDG2 events · 222d idle
2025/2240(INI)Recommendation to the Council on EU priorities for the 70th session of the UN Commission on the Status of Womenclose_to_adoptionFEMM6 events · 135d idle
2025/2780(RSP)Resolution on the declaration of principles for a gender-equal societytabledFEMM
2025/2889(RSP)Citizens’ Initiative “My Voice, My Choice: For Safe and Accessible Abortion”tabledFEMM
2025/3007(RSP)Resolution on the European citizens’ initiative entitled ‘My Voice, My Choice: For Safe and Accessible Abortion’completedFEMM2 events · 192d idle
2026/2617(RSP)The impact of the 1974 Turkish invasion on Cypriot women and girls, and the crimes committed by Turkish forces and consequences on gender equalitytabled
2026/2737(RSP)Situation of women and girls in Afghanistan following the Taliban's adoption of the Criminal Procedure Code for Courtstabled
C(2026)3225Citizens’ Initiative “My Voice, My Choice: For Safe and Accessible Abortion”tabled2 events · 116d idle
COM(2026)0012Union of Equality: Anti-Racism Strategy 2026-2030tabledLIBE2 events · 152d idle
COM(2026)0104Council of Europe Convention on Preventing and Combating Violence Against Women and Domestic Violence: participation of non-governmental organisations as observtabledLIBE2 events · 123d idle
COM(2026)0237Council of Europe Convention on preventing and combating violence against women and domestic violence: conclusions addressed to certain Parties on their implemetabledLIBE
SWD(2026)0773Enhancing the strategy for the rights of persons with disabilities up to 2030. Mid-term report on the implementation of the Union of Equality strategy for the rtabledEMPL
Development and Cooperation — 20 procedures (4 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union at the 9th session of the Ad Hoc Committee on Legal Affairs and Intetabled52026PC0265
European Fund for Sustainable Development (EFSD) and establishing the EFSD Guarantee and the EFSD Guarantee Fundannounced
Council Decision (EU) 2026/1347 of 4 June 2026 on the conclusion, on behalf of the European Union, of the United Nations Convention against Cybercrime; Strengthadopted32026D1347
2025/2073(INI)Global Gateway – past impacts and future orientationclose_to_adoptionAFET6 events · 93d idle
2025/2085(INI)Humanitarian aid in a time of polycrisis – reaffirming our principles for a more effective and ambitious response to humanitarian crisesclose_to_adoptionFEMM8 events · 158d idle
2025/2111(INI)Reinforcing development cooperation to address irregular population movements and their root causes in partner countriestabledDEVE1 events · 373d idle
2025/2979(RSP)Resolution on the draft Commission implementing decision on the financing of the annual action plan in favour of the United Republic of Tanzania for 2025completedDEVE5 events · 66d idle
2026/2026(INI)Need for a long-term EU development cooperation strategy to face challenges in education in developing countriestabledDEVE2 events · 107d idle
2026/2038(INI)Role of EU development cooperation in combating all dimensions of child poverty in developing countriestabledDEVE
2026/2069(INI)A compass for Global Gateway in a world of crises - further guidance for core instruments, flagship projects and the Team Europe approachtabledAFET
2026/2603(RSP)Urgent need to address the humanitarian catastrophe in Sudan and to achieve a sustainable peacetabled1 events · 137d idle
2026/2618(RSP)European response to the attacks on the Ukrainian energy system causing a humanitarian crisistabled1 events · 137d idle
2026/2706(RSP)Sudan’s abandoned humanitarian crisis: three years of conflicttabled1 events · 59d idle
2026/2734(RSP)Communication on Humanitarian AidtabledDEVE
JOIN(2026)0025Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global ordertabledDEVE
SWD(2026)0062European Commission's humanitarian aid 2017-2022. Comprehensive evaluationtabledDEVE1 events · 137d idle
SWD(2026)0063European Commission's humanitarian aid 2017-2022. Executive summary of the comprehensive evaluationtabledDEVE1 events · 137d idle
SWD(2026)0312Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order. Accompanying documenttabledDEVE
SWD(2026)0313Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order. Accompanying documenttabledDEVE
SWD(2026)0314Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order. Accompanying documenttabledDEVE
Education, Training and Youth — 19 procedures (7 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Council Decision of 22 May 2026 replacing a member of the Management Board of the European Centre for the Development of Vocational Training (Cedefop) for Cypruadopted32026D02903
Council Decision of 21 April 2026 replacing an alternate member of the Management Board of the European Centre for the Development of Vocational Training (Cedefadopted32026D02446
Council Decision of 22 May 2026 replacing a member of the Management Board of the European Centre for the Development of Vocational Training (Cedefop) for Slovaadopted32026D02938
Council Decision of 21 April 2026 replacing a member of the Management Board of the European Centre for the Development of Vocational Training (Cedefop) for Denadopted32026D02447
Union of Skillsannounced
NEW SKILLS AGENDA for EUROPEannounced
REVISION OF THE EUROPASS FRAMEWORKannounced
Council Decision of 16 June 2026 replacing a member of the Management Board of the European Centre for the Development of Vocational Training (Cedefop) for Luxeadopted32026D03364
Council regulation stablishing the research and training programme of the European Atomic Energy Community for the period 2028-2032, complementing Horizon Euroannounced
2017/0015(COD)Training of professional driversadopted10 events · 2978d idle
2017/0102(COD)European Solidarity Corpscompleted7 events · 2846d idle
2025/0222(COD)Erasmus+ programme 2028–2034tabledBUDG2 events · 247d idle
2025/2115(INI)The EU Youth Strategy 2019-2027tabledEMPL1 events · 373d idle
2025/2184(INI)Implementation of the Council Recommendation of 30 October 2020 on A Bridge to Jobs – Reinforcing the Youth Guarantee and replacing the Council Recommendation otabledEMPL1 events · 261d idle
2025/2968(DEA)Standards for competences and corresponding knowledge and skills, for the practical examinations, for the approval of simulators and for medical fitnesstabledTRAN3 events · 163d idle
2026/2070(INI)Boosting skills in the Union – opportunities for vocational education and training in times of transitiontabledEMPL
2026/2608(RSP)International Day of Education, fighting inequalities in access to educationtabled1 events · 136d idle
2026/2769(RSP)International Day of Play: promoting the child’s right to play in the European Uniontabled
COM(2026)0106Specialised Committee on Participation in Union Programmes: Erasmus+. EU positiontabledCULT2 events · 115d idle
Communication Networks, Content and Technology — 18 procedures (6 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Decision on Spectrum coordinationannounced
Council Decision (EU) 2026/587 of 9 March 2026 authorising the opening of negotiations for an agreement between the European Union and Ukraine laying down the radopted32026D0587
Review of the audiovisual media frameworkannounced
Proposal for a wholesale roaming regulationannounced
WIFI4EU - Promotion of internet connectivity in local communitiesannounced
5G action planannounced
Body of European Regulators of Electronic Communications (BEREC)announced
Electronic Communications Codeannounced
Regulation (EU) 2024/1083 of the European Parliament and of the Council of 11 April 2024 establishing a common framework for media services in the internal markadopted32024R1083
Proposal for a COUNCIL DECISION on the position to be adopted, on behalf of the European Union, within the EEA Joint Committee concerning an amendment to Protoctabled52026PC0272
2016/0151(COD)European media freedom actclose_to_adoption4 events · 3330d idle
2025/2035(INI)Role of EU policies in shaping the European Sport Modelclose_to_adoptionCULT7 events · 263d idle
2025/2120(INI)Enhancing connectivity, preserving cultural heritage and driving local excellence in European tourism – destination management and regional tourism growthclose_to_adoptionTRAN5 events · 93d idle
2025/2181(INI)A new strategy for media literacy and digital learningtabledCULT5 events
2025/2776(RSP)Resolution on Audiovisual Media Services Directive obligations in the transatlantic dialoguecompletedCULT5 events · 211d idle
2026/2071(INI)Gender equality in the digital age: social media that works for women and girlstabled
2026/2762(RSP)Protecting children’s safety and mental health from the risks of social media – our duty to act nowtabled
COM(2026)0272Amendment to Protocol 31 to the EEA Agreement, on cooperation in specific fields outside the four freedoms (Govsatcom and Secure Connectivity). EU positiontabledITRE
Consumer Protection — 17 procedures (11 advanced, 5 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0290(COD)Toy safety regulationcompleted52023PC0462457 amdt · 13 events · 214d idle
2023/0083(COD)Right to repair: New consumer rightscompleted403 amdt · 13 events · 717d idle
2023/0435(COD)Package travel and linked travel arrangements: Improving protection for travellerscompleted249 amdt · 12 events · 89d idle
2023/0376(COD)Alternative dispute resolutioncompleted52023PC0649125 amdt · 13 events · 193d idle
2023/0085(COD)‘Green claims’ directive: Protecting consumers from greenwashingcompleted56 amdt · 9 events · 570d idle
Review of the consumer protection co-operation (CPC) regulationannounced
Contracts for the sale of goods to consumersannounced
Contracts for supply of digital content and digital services to consumersannounced
Directive (EU) 2026/1024 of the European Parliament and of the Council of 29 April 2026 amending Directive (EU) 2015/2302 to make the protection of travellers madopted32026L1024
Review of directive 2009/72/EC on common rules for the internal market in electricity focusing on consumers' role.announced
Revision of the Cosmetic Products Regulationannounced
Directive (EU) 2024/2853 of the European Parliament and of the Council of 23 October 2024 on liability for defective products and repealing Council Directive 85adopted32024L2853
CELEX:32023R0988R(04)adopted32023R0988
Commission Decision of 5 February 2014 on the safety requirements to be met by European standards for consumer laser products pursuant to Directive 2001/95/EC oadopted32014L0059
CELEX:32009R1223R(16)adopted32009R1223
2015/0287(COD)Contracts for supply of digital content to consumersclose_to_adoption4 events · 3140d idle
2026/2615(DEA)Derogations from the prohibition of destruction of unsold consumer productstabledENVI5 events · 71d idle
Statistics — 12 procedures (4 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Council Decision of 22 May 2026 appointing a member of the European Statistical Governance Advisory Boardadopted32026D02937
Council Decision of 5 May 2026 on the appointment of the member of the European Statistical Advisory Committee representing the Counciladopted32026D02634
Council Decision of 22 May 2026 appointing a member of the European Statistical Governance Advisory Boardadopted32026D02967
2016/0265(COD)Extension of the European statistical programme (ESP) to 2018-2020adopted10 events · 3161d idle
2025/2831(DEA)Number and titles of the variables for the use of information and communication technologies domain for the reference year 2026tabled5 events · 241d idle
2025/2915(DEA)European statistics relating to persons and households: multiannual rolling planning for the period 2029-2036tabled3 events · 193d idle
2025/2973(DEA)Common classification of territorial units for statistics (NUTS) and the lists of existing administrative units and local administrative unitstabledREGI3 events · 157d idle
2025/3034(DEA)Detailed rules on the operation of the central repository for reporting and statisticstabledLIBE3 events · 128d idle
2025/3035(DEA)Detailed rules on the operation of the central repository for reporting and statisticstabledLIBE3 events · 128d idle
2025/3037(DEA)Specific positions of the classification of products by activity (CPA)tabled4 events · 100d idle
2026/2630(DEA)Calculation of the contributions of certain institutions, the deletion of a risk indicator and procedural modificationstabledECON2 events · 108d idle
2026/2678(DEA)Permission for trading during closed periods, list of designated trading venues that have a significant cross-border dimension in the supervision of market abustabledECON1 events · 80d idle
Research and Innovation — 11 procedures (3 advanced, 1 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0129(COD)Compulsory licensing of patents for crisis managementcompleted300 amdt · 14 events · 193d idle
European Research Actannounced
European Innovation Actannounced
2024/0324(NLE)EU/Lebanon Agreement for scientific and technological cooperation setting out the terms and conditions for participation of Lebanon in the Partnership for Reseaclose_to_adoptionITRE7 events · 93d idle
2025/0543(COD)Horizon Europe 2028-2034: 10th EU research and innovation framework programmetabled52025PC05433 events · 72d idle
2025/2951(RSP)Upcoming European Research Area (ERA) ActcompletedITRE2 events · 109d idle
2026/2748(DEA)Regulatory technical standards for the establishment of an EU code of conduct for issuer-sponsored researchtabledECON
C(2026)0462Attracting talent for innovation. Commission RecommendationtabledLIBE2 events · 130d idle
COM(2026)0096Second biennial report on the implementation of the Global Approach to Research and Innovation 2023-2025tabledITRE2 events · 116d idle
COM(2026)0255Research and Technological Development Activities of the European Union and Monitoring of Horizon Europe. 2025 annual reporttabledITRE
SWD(2026)0069Research Security Monitor 2025: raising awarness and building resiliencetabledITRE2 events · 116d idle
Neighbourhood and Enlargement — 11 procedures (5 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Proposal for a COUNCIL DECISION establishing the position to be taken on behalf of the European Union in the World Trade Organization’s 14th Ministerial Conferetabled52026PC0083
Proposal for a COUNCIL DECISION authorising the Member States to accept, in the interest of the European Union, the accession of Cabo Verde to the 1980 Hague Cotabled52026PC0063
Council Decision (EU) 2026/570 of 5 March 2026 on the position to be taken on behalf of the European Union within the Council of Members of the International Oladopted32026D0570
Proposal for a COUNCIL DECISION on the position to be taken on behalf of the European Union in the Council of Members of the International Olive Council (IOC), tabled52026PC0038
Council Directive (EU) 2026/1194 of 26 May 2026 laying down detailed arrangements for the exercise of the right to vote and to stand as a candidate in municipaladopted32026L1194
Council Decision (EU) 2026/719 of 17 March 2026 establishing the position to be taken on behalf of the European Union at the 14th meeting of the Ministerial Conadopted32026D0719
Enhancing the accession process – A credible EU perspective for the Western Balkansannounced
2025/2041(INI)Institutional consequences of the EU enlargement negotiationsclose_to_adoptionAFCO7 events · 248d idle
2025/2110(INI)EU enlargement strategyclose_to_adoptionAFET7 events · 108d idle
2026/0041(NLE)Hague Convention (1980) on the Civil Aspects of International Child Abduction: accession of Cabo Verdetabled4 events · 12d idle
COM(2026)0038Accession of the Islamic Republic of Pakistan to the International Agreement on Olive Oil and Table Olives, 2015. EU positiontabledINTA1 events · 149d idle
Humanitarian Aid and Civil Protection — 8 procedures (1 advanced, 1 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2023/0441(CNS)Consular protection and the EU emergency travel documentclose_to_adoption80 amdt · 4 events · 136d idle
1st EMERGENCY RELOCATION SCHEMEannounced
2nd EMERGENCY RELOCATION SCHEMEannounced
Emergency support mechanism for the refugee crisisannounced
Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Union Solidarity Fund to provide assistance to Romaniatabled52026PC1002
2026/0120(BUD)Mobilisation of the European Union Solidarity Fund: assistance to Romania regarding the floods at the end of May 2025, Cyprus following the wildfires in July 20tabledBUDG
2026/2595(DEA)Emergency slaughter of domestic ungulates outside the slaughterhousetabledENVI3 events · 74d idle
2026/2601(RSP)Extreme weather events in particular in Portugal, southern Italy, Malta and Greece: European response in strengthening readiness, preparedness and solidarity metabled1 events · 137d idle
Space Policy — 8 procedures (1 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the procedure for authorisation of systems providing mobile satellite services using tabled52026PC0311
Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the European Union Space Services Agency and amending Regulation (EU) 2021/696tabled52026PC0152
Council Decision (EU) 2026/792 of 24 February 2026 on the signing, on behalf of the European Union, of a broad package of agreements between the European Union,adopted32026D0792
2026/0084(COD)European Union Space Services Agencytabled1 events · 81d idle
2026/0134(COD)Mobile satellite services: selection and authorisation of systems using the harmonised 2 GHz frequency bandtabled
2026/2537(DEA)Ecodesign requirements for local space heaters and separate related controls: promoting the repair of goodstabled4 events · 99d idle
2026/2742(RSP)The attack against citizens in Modena: protecting public spaces and preventing violence in the EUtabled
2026/2767(RSP)Continued crackdown on civic space and fundamental freedoms in Burkina Fasotabled
Culture — 4 procedures (0 advanced, 0 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
Modernisation of the European copyright rules: the Marrakesh Treaty implementation frameworkannounced
2025/2180(INI)Cultural and creative sectors in the age of AItabledCULT1 events · 261d idle
2026/2686(RSP)European Citizens' Initiative 'Stop destroying videogames'tabled1 events · 40d idle
2026/2768(RSP)Joint Declaration on ‘Culture for Europe - Europe for Culture’tabled
(Unclassified) — 56 procedures (37 advanced, 2 with amendments)
ProcedureTitleStatusLead cmteCELEXActivity
2025/2243(ACI)Framework Agreement on relations between the European Parliament and the European Commissionclose_to_adoptionAFCO8 events · 108d idle
2025/2262(REG)Amendments to Parliament's Rules of Procedure concerning appointments to Union agencies and bodies (Rule 135)close_to_adoptionAFCO4 amdt · 6 events · 100d idle
2026/2012(INI)Enhanced EU decision-making through means provided for in the EU treatiestabledAFCO1 events · 135d idle
2026/2711(RSP)EU Governance under pressure: Institutional responses to global challengestabledAFCO
C(2026)0562EU in 2025. General report on the activities of the European Union. ReporttabledAFCO1 events · 116d idle
CELEX:32025D1296R(01): Corrigendum to Council Decision (EU) 2025/1296 of 16 June 2025 on the signing, on behalf of the Union, and provisional application of theadopted32025D1296
CELEX:31985R1578R(03)adopted31985R1578
CELEX:32026R0249R(01)adopted32026R0249
CELEX:32024R2822R(05)adopted32024R2822
CELEX:32025L2205R(01)adopted32025L2205
OPINION OF THE COMMISSION pursuant to Article 294(7), point (c), of the Treaty on the Functioning of the European Union, on the European Parliament's amendmentstabled52026PC0129
Proposal for a COUNCIL DECISION on the signing, on behalf of the European Union, of the Enlarged Partial Agreement on the Management Committee of the Special Trtabled52026PC0144
Decision of the Bureau of the European Parliament of 18 May 2026 amending the Rules on access to the European Parliamentadopted32026D02979
CELEX:32025R0932R(03)adopted32025R0932
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0123
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0125
CELEX:52025PC0946R(01)tabled52025PC0946
CELEX:32026D00866R(01):           Rectificatif à la décision n° 2/2026 de la Secrétaire générale du Conseil de l’Union Européenne du 30 janvier 2026 établissanadopted32026D00866
CELEX:32024R3005R(01)adopted32024R3005
CELEX:32011D0402(01)R(02)adopted32011D0402
CELEX:32026R0471R(01)adopted32026R0471
CELEX:32025R2033R(05)adopted32025R2033
Decision of the Quaestors of the European Parliament of 29 April 2026 amending the Annex to the decision of the Bureau of the European Parliament of 23 March 20adopted32026D02616
CELEX:32019R1022R(01)adopted32019R1022
CELEX:32026R0382R(01)adopted32026R0382
CELEX:32024D1354R(02)adopted32024D1354
CELEX:32025R2649R(01):           Berichtigung der Verordnung (EU) 2025/2649 des Europäischen Parlaments und des Rates vom 19. Dezember 2025 zur Änderung der Veadopted32025R2649
CELEX:32024D02814R(04):           Berichtigung des Beschlusses des Präsidiums vom 11. September 2023 mit Durchführungsbestimmungen zum Abgeordnetenstatut des Eadopted32024D02814
CELEX:32019D0802(01)R(02):           Berichtigung des Beschlusses des Präsidiums des Europäischen Parlaments vom 17. Juni 2019 mit Durchführungsbestimmungen zuadopted32019D0802
CELEX:32025D02745R(01)adopted32025D02745
CELEX:32018D0302(01)R(03):           Berichtigung des Beschlusses des Präsidiums des Europäischen Parlaments vom 15. Januar 2018 über die Regelung über Sicherhadopted32018D0302
COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT pursuant to Article 294(6) of the Treaty on the Functioning of the European Union concerning the potabled52026PC0149
CELEX:32026L0470R(01)adopted32026L0470
Decision of the selection committee of the European Order of Merit of 2 March 2026 on appointments to the European Order of Meritadopted32026D01817
CELEX:52025PC0435R(01)tabled52025PC0435
CELEX:32025R1494R(04)adopted32025R1494
CELEX:32025R2650R(02)adopted32025R2650
CELEX:32021D1764R(02)adopted32021D1764
CELEX:32024D1484R(01)adopted32024D1484
CELEX:32025L2206R(01)adopted32025L2206
CELEX:32026R0405R(01)adopted32026R0405
CELEX:32004R0723R(12)adopted32004R0723
CELEX:32022D0331R(03)adopted32022D0331
Communication on implementation and simplificationannounced
CELEX:32011D1104R(02)adopted32011D1104
CELEX:32009R1099R(08)adopted32009R1099
Communication on better regulation and enforcementannounced
CELEX:32025D1904R(01)adopted32025D1904
2017/0035(COD)Reform of the Comitology Regulationclose_to_adoption11 amdt · 8 events · 264d idle
2026/2590(RSP)Preparation of the European Council meeting of 19-20 March 2026tabled1 events · 108d idle
2026/2623(RSP)Conclusions of the European Council meeting of 19-20 March 2026tabled1 events · 94d idle
2026/2687(RSP)This is Europe - Debate with the Prime Minister of Latvia, Evika Siliņatabled1 events · 40d idle
2026/2699(RSP)Presentation of the Better Regulation and Enforcement Communicationtabled
2026/2719(RSP)Preparation of the European Council meeting of 18-19 June 2026tabled
2026/2754(RSP)Conclusions of the European Council meeting of 18-19 June 2026tabled
2026/2756(RSP)Presentation of the programme of activities of the Irish Presidencytabled

Knowledge base

Hand-curated expert knowledge that the AI uses to answer questions accurately. This is what makes Brubru different from a generic chatbot.

564 expert knowledge guides

Each guide covers one EU policy domain (e.g., AI Act, CBAM, Common Fisheries Policy) with: quick reference facts, CELEX numbers for relevant legislation, institutional contacts (Commissioner, DG, EP committee, rapporteur), procedure status, and key dates. Guides are written and maintained by EU policy specialists, not auto-generated.

13,167 keyword triggers in 6 languages

A multilingual index (English, French, Dutch, Spanish, Catalan, Italian) that routes user queries to the right knowledge guide. For example, "CBAM," "mecanismo de ajuste en frontera," and "koolstofgrensheffing" all route to the same trade policy guide.

Additional knowledge sources

SourceContentSize
Beresol knowledge bundle11 open reports + 7 monitors on EU policy topics (AI Act implementation, CBAM, EU-Mercosur, Iberian Blackout, RRF, Ukraine, Mediterranean Fisheries, Anti-Coercion Instrument, Letta-Draghi-Niinistö, Catalan Railway Crisis)18 files
EU institutional organigrammesAll Commission DGs (DG REGIO, DG ENER, DG COMP, etc.), EP committees, Council configurations, with Director-General, Deputy DGs, directorates, heads of unit35 JSON files
Document templatesPosition papers, MEP briefings, parliamentary questions, amendments, all AKN4EU-4.2-conformant via the DET renderer17 templates
Commissioners profilesCanonical 2024-2029 mandate: 1 President + 6 EVPs + 20 Commissioners with portfolios, agendas, and Cabinet27 profiles
Legislation acronymsMaps abbreviations (GDPR, AI Act, DSA, CBAM, EU Inc.) to CELEX numbers and EUR-Lex URLs680+ entries (669 auto-extracted + Brubru-curated)

Guide structure (every guide ships the same shape)

Each guide opens with a QUICK FACTS block (procedure ref, CELEX, status, committee, rapporteur, next milestone) the model can extract in a single read, survives the 32 k context truncation. The body sections are stable: LATEST (most recent development), LEGAL ARCHITECTURE, POLITICAL CONTEXT, KEY ARTICLES, INSTITUTIONAL ACTORS, USER QUESTIONS Q&A, CROSS-LINKS to related guides + deep-dives. Frontmatter carries eurovoc_concepts: tags that feed dcat:theme on DCAT-AP harvest. Bulk trigger changes pass through an orphan-trigger audit (queries that previously matched a now-renamed trigger).

Catalan EU legislation translation pipeline (since March 2026)

Brubru is the only public source for daily Catalan EU legislation translations. The pipeline runs against the 28,513 Formex V4 XML acquis dump: Softcatalà NMT (eng-cat-2024-09-24, CTranslate2, local, free) is the primary engine, with Claude Sonnet as the paid fallback for high-quality passes. A post-processing glossary corrects known errors (d'execució, ha adoptat, Comitè dels Estats membres). Every output passes a 13-check OJEEP structural validator (lang declaration, doc-header, preamble pattern, articles, final block) before publishing.

  • Live at /legislacio-ue-catala/: structural rendering with hover-tooltip definitions, clickable cross-references, recital-article links.
  • Source-of-truth corpus: docs/LEG_2025-11/ (61,219 translatable XML files, ~28,513 acts).
  • Daily-batch capacity: 50 acts/day on Softcatalà, ~10/day on Sonnet.
  • Brubru Catalan standard (after the May 2026 Sant Jordi launch): d'execució (not d'implementació), Ha adoptat (not ha aconseguit), Tenint en compte, Dictamen, Paràgraf, Comitè dels Estats membres, Brussel·les. Accents always.

Deep-dive HTMLs: 3 major proposals analysed, more shipping

For the largest live legislative files, Brubru publishes long-form analysis pages with rapporteur identity (OEIL-anchored), draft-report status, amendment tally, EP committee debate transcripts, and compliance implications. Refreshed via /deep-dive-refresh as procedures move forward.

News and RSS

Brubru scrapes 44 EU news portals daily and maintains an RSS feed aggregator for users to follow EU sources.

What we storeRecordsPurpose
Daily brief headlines: curated EU news for email distribution262Daily email digest sent to subscribers
RSS feeds: EU institutional feeds (EC, EP, Council, agencies)57My EU Bubble feed reader
RSS entries: individual articles from subscribed feeds656Personalised news feed
Transparency Register orgs: EU lobby organisations, policy interests, FTE + lobby costs + EP passes + Commission meetings17,247Targeted news alerts by policy_cluster match (Brubru Brief BCC delivery)

Chat and AI processing

When a user asks Brubru a question, the context builder runs a 3-tier retrieval cascade against the data foundation, assembles a localised context block, hands it to the generator, then trust-passes the response before delivery. Every step is observable, logged and bench-tested.

How a query is answered (live example)

user@brubru ~$
What are the latest EU sanctions adopted against Russia?
intent: sanctions temporal-recency (matched 3 triggers in 2 languages)
tier1_db: eu_sanctions (6 hits) + commission_documents (5 Council acts, 11 May 2026)
guides: eu_sanctions_implementation_framework (QUICK FACTS + LATEST block)
glossary: 4 authority URIs resolved (corporate-body/CONSIL, modification-type/RPL, dir-eu-legal-act/0810, country/RU)
generator: Claude Sonnet (knowledge query) · 7.2s · 4,118 tokens
validator: passed=true severity=info violations=0 latency=1.1s
citation_verify: 5/5 CELEX refs verified against Cellar (cache_hits=4, cache_misses=1)
response: "On 11 May 2026 the Council adopted six restrictive-measures acts: Reg 2026/1055, Dec 2026/1072, Reg 2026/1078..."

3-tier retrieval cascade (shipped 20 April 2026)

User query (intent detection)
Tier 1 · DB smart filters
Tier 2 · on-demand fetchers
Tier 3 · v1 API backstop
Validator + verifier

Promise: no query fails for lack of trying. If Tiers 1 and 2 leave a surface thin, the v1 API backstop re-queries the same service functions with broader filters. Real example, 17 April 2026: the "energy events next week?" query returned thin from Tier 1 over-filtering; the Tier-3 backstop surfaced 8 more relevant events.

Data layer (which tier)What it providesWhen it fires
Knowledge guides (T1)509 expert-curated policy guides with QUICK FACTS, CELEX, institutional actors, EuroVoc tags. 11,393 multilingual triggers route the query.Every query (keyword + LLM-mediated trigger match)
EU laws (T1)TSVECTOR search across 8,710 distinct laws (28,513 OJ pubs, 61,219 XML files). Definitions extracted, recital-article TF-IDF map cached.When a CELEX, regulation number or alias (GDPR, DSA, AI Act, CBAM, EU Inc.) is detected
Legislative carriages (T1)2,237 procedures with status, lead committee, rapporteur, shadows, OEIL events, IMMC tags.When query mentions a procedure ref, committee name, or rapporteur
10 specialised EC clusters (T1)Sanctions, Transparency Register, comitology, GIs, FTAs, trade defence, DG COMP, JRC, cohesion, CN sections. 119,542 rows + 2 live pass-throughs.Intent-detected per cluster (sanctions / lobbying / comitology / etc.)
Commissioners + DG personnel (T1)27 commissioner profiles (canonical 2024-2029 mandate) + 35 DG organigrammes (Director-General, Deputy DGs, directorates, heads of unit)."Who is...", "Commissioners of...", "Directors of DG..."
EU Calendar (T1)417 institutional events across 6 sources (EP, Council, Commission, ECB, CJEU, euagenda)."What's on", "next meeting", date-bounded queries
EPRS publications (T1)145 indexed EPRS items (at-a-glance, briefings, in-depth analyses, studies) with full-text + ChromaDB vector backup.Research-grade questions, briefing-style asks
Committee work + minutes + transcripts (T1)Draft reports, amendments, agendas, plenary debate transcripts (CRE XML) on demand. Whisper transcribes committee multimedia when needed."What did X say in committee", "agenda of next ECON meeting"
Authority labels glossary (T1)18,046 cached labels across 12 NALs in 6 languages. Glossary block prepended to context when authority URIs are in scope.Every query (silent; only injects if URIs match)
Have Your Say feedback (T2)Live stakeholder feedback aggregates per consultation (country + user-type breakdown).Initiative ID detected; explicit "feedback" intent
Commissioner agendas (T2)Live scrape of commission.europa.eu for the named commissioner's upcoming + recent meetings."Agenda of [commissioner name]" with date phrase
EUR-Lex Cellar fetch (T2)Fetch full law text by CELEX with FMX4 / PDF fallback (proposals are PDF-only on Cellar).When the user wants the actual text of a specific article / recital
Tavily institutional search (T2)25 trusted .europa.eu + policy-media domains. Stateless, real-time.When all internal sources are thin and the query needs fresh institutional content
v1 API backstop (T3)Same service functions that power partner-facing /api/v1/* re-queried with broader filters. Catches over-filtering in T1.When T1+T2 returned thin and the broader filter would clearly help
Organisation intelligenceUser's Transparency Register profile + policy interests + Brubru session history.Logged-in users with organisation profiles, used to personalise relevance
AI model routing: Claude Sonnet primary (knowledge queries), Mistral primary (everything else)
Knowledge-bearing queries (the vast majority of real Brubru traffic) route to Claude Sonnet first with a $10/day soft cap. On cap-day the base chain takes over: Mistral Small → Claude Sonnet fallback → GPT-4 → Gemini. The AI never browses the open internet during a conversation; it uses pre-assembled context from Brubru's databases, scrapers and on-demand fetchers. Provider identity is logged per response in chat_analytics so partner integrations can see exactly which model generated which row.
Response validator: Workstream 1, shipped 12 May 2026
A second-LLM pass (Claude Haiku 4.5) runs after the generator. It checks the proposed response against the retrieved context for hallucination, completeness and negation violations and returns strict JSON with severity grading. Currently in shadow mode for the first seven days, the validator computes and logs to chat_validations, but never modifies the shipped response. After the measurement window we flip the flag to enable one regeneration retry on critical violations, with the violation feedback prepended to the system prompt. This closes the "confident wrong answer" failure mode at the response layer.
Chat storage + observability
Chat conversations and messages live in chat_conversations + chat_messages (each row linked to a registered user or a pre-user session id). Every response also emits a structured [QUALITY] log line (guides matched, source tiers, language detected vs responded, legal-anchor presence, deflection, cop-out, token count, time) so we aggregate Brubru Quality Score offline. chat_analytics tracks provider, model, latency, token use, knowledge-gap detection. chat_validations (from 12 May) carries the validator pass. No chat message is ever used for AI model training.

EU calendar

Aggregated institutional calendar from 6 EU sources, with 417 events tracked. Stored in eu_calendar_events; surfaced through My EU Calendar (Yellow+ tier), the daily brief week-ahead, the chat fetcher and /api/v1/calendar/events.

SourceEventsWhat it covers
European ParliamentPlenary sessions, committee meetings, hearingsStrasbourg and Brussels sessions, committee agendas
Council of the EUCouncil configurations, COREPER, working groupsMinisterial meetings, rotating presidency events
European CommissionCollege meetings, public consultations deadlinesWeekly College agenda, stakeholder events
European CouncilSummits, Euro SummitsHeads of state meetings (quarterly)
Court of Justice (CJEU)Hearings, judgments, opinionsKey rulings affecting EU law interpretation
Committee of the RegionsPlenary sessions, commission meetingsRegional and local government input on EU legislation

Users and subscriptions

User data is minimal and purpose-specific. We store what is necessary for authentication, personalisation, and billing.

What we storePurposeWho can access
Email, name, profile photoAuthentication (Google/LinkedIn OAuth) and account displayUser only + admin
Subscription plan and billing statusFeature gating (Starter, Advocate, Professional tiers)User only + Stripe
Tracked legislative filesUsers can follow specific proposals and get updatesUser only
Calendar subscriptionsPersonalised reminders for EU institutional eventsUser only
Organisation intelligence profilePersonalised AI responses based on policy interests and activityUser only
Chat historyConversation continuity, follow-up questionsUser only
Data privacy
User data is stored in Supabase (PostgreSQL) hosted in the EU. Chat messages are not used for AI model training. Organisation intelligence profiles are derived from public Transparency Register data. Users can request data export or deletion at any time.

Roadmap: data as the foundational layer

Five workstreams keep the data foundation moving. A says what Brubru already is. B-E describe where the next year is going.

A. Data is the foundation, not a feature

This is already true; the section above documents it. The contract we publish to customers:

  • No good EU data, no Brubru. Every Brubru product surface (chat, Amendator, My EU Bubble's 11 sub-tabs, EU Law Comply, Tenderator, API, MCP) consumes one truth layer: PostgreSQL + Supabase backed by 85 migrations, 8 distinct data layers, 6 EU institutional schemas (Formex V4, CDM, ELI, EuroVoc, AKN4EU, DCAT-AP).
  • No silent failure mode. Citation verifier + response validator + ontology drift CI + force-status graph + OEIL-anchored rapporteur identity. The eight trust controls in § Trust layer run on every response.
  • No closed garden. Brubru is a registered EU data publisher (DCAT-AP at /api/datasets.{ttl,rdf,json}, OP Core conformance on every v1 response, harvester submission pending to data.europa.eu).
  • One source of truth. data/europa_eu/europa.eu_all_sources.md lists every europa.eu domain we touch (519 entries). New sources go in there first, code second.
B. Organise: one canonical naming, retire the dead
  • Table-prefix convention. eu_* for institutional data (eu_laws, eu_sanctions, eu_transparency_register, eu_calendar_events, eu_authority_labels), user_* for user state, chat_* for chat surface (chat_conversations, chat_messages, chat_analytics, chat_validations), legislative_* for the procedure train. Migrations 048-068 already follow this; retro-rename of the few outliers is queued.
  • Retire dead predicates. The Phase 4 CDM snapshot identified 9 cdm:work_* references in the codebase that have zero live usage (pre-Cellar-migration era). Schedule a focused PR to delete them so the snapshot stays clean.
  • Test fixtures out of production tables. Every fixture-prone table gets an is_test boolean at creation. Named-MEP / fabricated-tally synthetic data moves to tests/ with is_test=true. Audit pass: April-June 2026 incident-driven (the LIBE seed transcript bug).
  • Expand the DCAT-AP catalogue. Six datasets seeded (Catalan EU laws, chat KB, eu_laws TSVECTOR, v1 API, EU vocabularies cache, europa.eu source registry). Target: 25+ by end of 2026, including the specialised EC clusters as individual datasets.
  • Document every column. SQLAlchemy Column docstrings carry the semantic intent, the source URL it came from, the freshness contract, and the RLS expectation. Inspectable from a single brubru-data-dictionary CLI.
C. Manage: observability, freshness, archive discipline
  • Nightly EuroVoc / NAL freshness gate in /news Step 1f.2 (check_authority_labels_freshness.py). Verdict ok/warn/fail with >5% drop blocking the routine.
  • Monthly EU Vocabularies release diff (1st of month, check_euvoc_releases.py). Compares Publications Office release snapshots against data/eu_vocabularies/releases_snapshot.json; new NAL queues a targeted sync.
  • Chat validations dashboard (next): aggregate chat_validations by day × severity × generator to surface hallucination trend. Pre-condition for flipping the validator out of shadow mode.
  • Citation-broken alert: citation_verifications.status='broken' rate > 3% pages the on-call. Today the production rate is below 1%; the verifier catches drift before users do.
  • Auto-archive of stale items (scripts/auto_archive_old_items.py, migration 041): carriages 90d post-adoption, consultations 30d post-deadline, commission_docs 180d stale. Run during /morning Phase 3D as part of the daily archive sweep.
  • Ontology drift CI test (Phase 4) runs in pytest tests/test_ontology_drift.py; failure means a new CDM predicate entered the code without a snapshot refresh.
  • SPA-cracking maintenance: the five Playwright-cracked sources (Comitology, DG COMP, Access2Markets, JRC Catalogue, eAmbrosia) get monthly recapture tests so an upstream HTML change is caught before it breaks production.
D. Feed the chat (and every other feature) better
  • Validator out of shadow. After 7 days of chat_validations data, flip VALIDATOR_SHADOW_MODE=false to enable one regeneration retry on critical violations.
  • Tier-3 backstop expansion. Today the v1-API-as-internal-backstop cascade is live only for calendar events. Expand to guides + laws + EPRS + procedures + committees + MEPs so no query fails for lack of trying.
  • W2: Sonnet-overkill audit. Map every LLM call across services/ai/. Where Sonnet is overkill (intent classification, follow-up suggestion, language detection, citation linkification), route to Haiku 4.5 or Mistral Small. Bench shadow-eval; flip when equal-or-better. Target: 20-50% LLM-spend reduction without regression.
  • Comparator depth. The 6 May Comparator shipped on EU Inc (87 recitals × 114 articles). Extend the structural-mapping cache to the top-100 in-force regulations + the top-50 active proposals.
  • Amendator: TF-IDF auto-fill. When a user drafts an amendment on Article N, surface the top-3 recitals (already cached in extra_metadata.recital_article_map) as ready-made justifications.
  • EU Law Comply: authority-label dictionary. Feed eu_authority_labels into the compliance term dictionary so jurisdiction-specific labels show in the user's language.
  • Predictions: IMMC features. Use legislative_carriages.immc_tags (initiating institution, dossier responsibility, session council) as input features to the procedure outcome model.
  • Retrieval upgrade research. NVIDIA NIM evaluation flagged llama-nemotron-rerank-1b-v2 + NV-Embed-v2 as the highest-ROI swap in the retrieval pipeline, one afternoon to wire, one weekend to bench. Tracked in memory/project_nvidia_nim_evaluation.md.
E. Sell the data: API, MCP, harvester, Enterprise
  • REST API today. 934 v2 endpoints across the whole EU institutional map, uniform five-datapoint contract, structured error envelope, X-Request-Id traceability, OpenAPI 3.1 spec, Scalar live try-it docs, dual auth (Bearer + X-API-Key), and live Stripe-metered API credits (sandbox keys for free testing). Professional tier €99/month self-serve plus usage; Enterprise custom-quoted. The original v1 core stays live for partners already integrated against it.
  • MCP server live. Six tools (ask_brubru, get_calendar_events, get_procedure_status, search_eprs, search_eu_legislation, search_knowledge_guides). Same API key gates both surfaces. Anthropic's MCP marketplace listing is queued.
  • DCAT-AP harvester registration. /api/datasets.{ttl,rdf,json} is live and structurally valid. The one-time submission to data.europa.eu harvester is pending (manual form + Beresol identity). Once accepted, Brubru appears alongside official EU data publishers in the federated catalogue.
  • Phase 2 API roadmap (Q2 2026). Cursor pagination, field projection (?fields=), ETag caching, X-RateLimit-Reset header on every endpoint, Redis-backed rate limiter (currently in-memory, pinned to one Railway replica).
  • Phase 3 API roadmap (Q3 2026). Webhooks (procedure status changes, new EUR-Lex publications), bulk CSV/Parquet exports for the specialised EC clusters (119,542 rows + the live pass-throughs), multilingual responses across 6 languages, semantic search via embeddings.
  • Enterprise tier. Custom rate limits, multi-seat SSO, custom regulatory scans, SLA-backed support, bulk Parquet exports, private MCP namespaces. Target profile: in-house EU affairs teams at Discord/Coinbase/Roblox/Epic Games-shape companies plus consultancies running on Brubru as their EU truth layer.

Data flow: from source to answer

Here is how data moves through Brubru, from collection to the moment a user gets an answer.

1. Collection (daily)

Automated scrapers fetch new content from 44 EU news portals, EUR-Lex RSS feeds, OEIL procedure updates, EP committee documents, EPRS publications, and Commission press releases. Data is normalised and stored in PostgreSQL.

2. Knowledge enrichment (continuous)

New legislation and institutional developments are reviewed daily. Expert knowledge guides are updated with new CELEX numbers, status changes, and institutional contacts. Keyword triggers are maintained in 6 languages.

3. Context assembly (per query)

When a user asks a question, the context builder assembles a tailored context package: matching knowledge guides, relevant legislative files, EPRS briefings, and (if needed) real-time EU institutional search results. This context is injected into the AI prompt.

4. AI response (per query)

Claude Sonnet (for knowledge-bearing queries) or Mistral Small generates a response grounded in the assembled context. Responses include document references with EUR-Lex links, procedure numbers, and institutional contacts. A post-processing step strips orphan citations, linkifies legislation acronyms, and injects MEP profile links.

5. Trust pass (per query, shipped 12 May 2026)

Citation verifier extracts CELEX / COM / OEIL references and verifies each via Cellar + EUR-Lex HEAD (cached in citation_verifications). Response validator (Workstream 1) runs a second Haiku 4.5 LLM pass against the retrieved context to catch hallucination, completeness and negation violations, logged to chat_validations. Currently in shadow mode; regeneration on critical violations enables after 7-day measurement window.

6. Distribution (daily)

Curated headlines compose into the Brubru Brief email (variable cadence, send-worthiness gate). Targeted news alerts go to EU Transparency Register organisations whose policy_cluster matches that day's developments. All emails link back to Brubru's chatbot with pre-filled questions tied to the headline.

EU sources (53 scrapers)
PostgreSQL (85 migrations)
Context builder + 3-tier cascade
Validator + verifier
AI response · API · MCP