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.
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.
| What the user types | Data + 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 |
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.
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.
| Source | What we collect | How often | Method |
|---|---|---|---|
| EUR-Lex European Commission | Official Journal (L-series legislation, C-series information), CELEX numbers, full legal text metadata | Daily | RSS feeds + Cellar API |
| OEIL European Parliament | Legislative procedures, committee assignments, rapporteurs, key events, voting results, timeline | Daily | XML feed + page scraping |
| Legislative Train European Commission | Commission priorities, legislative packages, file status (announced, ongoing, adopted, withdrawn) | Weekly | Web scraper |
| EP committees European Parliament | Draft reports, opinions, amendments, agendas, minutes from 26 EP committees | Daily | Web scraper + EP API |
| EPRS Think Tank European Parliament | Briefings, at-a-glance notes, in-depth analyses, study summaries | Weekly | RSS feed |
| EC Press Corner European Commission | Press releases, speeches, Q&As, factsheets from all Directorates-General | Daily | Web scraper |
| DG-specific portals European Commission | Policy announcements, consultations, calls for experts from 20+ DGs (TRADE, ENER, SANTE, DEFIS, ENV, etc.) | Daily | Web scraper (per-DG) |
| Public consultations European Commission | "Have Your Say" portal: open consultations, feedback periods, roadmaps, inception impact assessments | Weekly | Have Your Say API |
| Commission Document Register European Commission | COM documents, SWD staff working documents, SEC documents, agendas, minutes (PV) | Weekly | RegDoc API |
| EU news media Media | Headlines and links from Politico EU, Euractiv, EUobserver, European Correspondent, Contexte | Daily | Web scraper (headlines only, no full text) |
| EU Transparency Register Interinstitutional | Organisation names, policy interests, contact information for advocacy organisations | On demand | TR API |
| EP plenary (CRE) European Parliament | Full plenary debate transcripts (verbatim records) in XML format | On demand | Doceo 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 2025 | Bulk import (Nov 2025) | EU Publications Office export |
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.
| What we store | Example | Why it matters |
|---|---|---|
| CELEX number | 32016R0679 | Unique identifier for every EU legal act. Enables precise cross-referencing. |
| Title | General Data Protection Regulation | Human-readable name. Full-text searchable. |
| Document type | Regulation, Directive, Decision | Determines legal effect: regulations are directly applicable, directives need transposition. |
| Policy area | Digital, Environment, Trade | Classified into 19 policy domains for filtering and relevance scoring. |
| Date and OJ reference | OJ L 119, 4 May 2016 | Official publication date and journal reference for citation. |
| Full text (TSVECTOR) | Indexed for search | Enables searches like "which EU law covers algorithmic transparency?" across all 8,710 distinct acts (61,219 underlying XML files). |
Every EU law that Brubru tracks is not just a file: it is a structured object. Four parsers turn raw Formex XML and EUR-Lex XHTML into a queryable surface of articles, recitals, definitions, and cross-references. The chatbot, the file-tracking view, the Amendator and the Catalan landing pages all consume the same intelligence layer.
eu_laws.extra_metadata.recital_article_map. When a user asks "what is the intent of Article 12 of the Data Act?", the chatbot surfaces recitals 14, 17 and 23 (with scores) automatically. When drafting an amendment, the Amendator offers those same recitals as ready-made justifications. Verified on 32025R2024: 31 of 32 articles linked, 76 recital references cached in milliseconds.eu_laws.extra_metadata.defined_terms. The chatbot cites them verbatim. The Catalan landing pages render them as hover tooltips. The DSA alone contributes 23 defined terms ("information society service", "recipient of the service", "consumer", "trader", "intermediary service", "illegal content", "online platform", "Very Large Online Platform", ...).data-celex, data-article, data-paragraph, data-point attributes. The Catalan landing pages use this to turn every raw citation into a navigable link, a feature EUR-Lex itself does not ship.32016R0679. They type "GDPR", "DSA", "AI Act", "CBAM", "Chips Act", "Solvency II", "CRR", "Critical Raw Materials Act", "EU Inc". Brubru resolves 680+ acronyms and nicknames to their CELEX number in a single lookup, then feeds the resolution into the recital linker, the definition extractor and the cross-reference resolver. Case-sensitive word boundaries keep false positives out (e.g. "dsa" inside "usage" is not a DSA hit). Two sources: 669 auto-extracted from the Formex corpus + an authoritative Brubru-curated list of major acronyms.| User types | Brubru resolves to | What the chatbot then retrieves |
|---|---|---|
| "GDPR Article 5" | 32016R0679 | Article 5 | Statutory definition of "personal data", linked recitals, EUR-Lex link |
| "online platform under the DSA" | 32022R2065 | Article 3(i) | Exact definition, Article 3 cross-references, related recitals |
| "the AI Act for high-risk systems" | 32024R1689 | Annex III | Definitions of "AI system" and "high-risk AI system", linked recitals |
| "CBAM" | 32023R0956 | Article 2 scope, Annex I CN codes, definitive-phase recitals |
| "Critical Raw Materials Act" | 32024R1252 | Strategic raw materials list, definitions, linked articles |
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.
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}.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./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).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.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.is_test=true, incident-driven 22 April 2026)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.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.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.
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".
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.
| NAL | Concepts | Brubru consumer |
|---|---|---|
corporate-body | 1,958 | Chat ("DG GROW" resolution), /news enrichment, organigrammes |
dir-eu-legal-act | 475 | Sector classification for chat answers |
country | 346 | Member-state localisation |
currency | 291 | Tenderator amounts |
event | 271 | EU Calendar + Predictions |
case-law-subject-matter | 186 | Future case-law surface |
political-leader | 74 | College of Commissioners |
notice-type | 23 | Tenderator |
procedure | 17 | COD/CNS/APP/AVC procedure resolution |
legislative-priority | 7 | My EU Bubble tracker |
modification-type | 6 | Cellar amendment-graph labels |
event-status | 5 | Procedure status colouring |
| EuroVoc 4.23 | 7,523 | Theme tagging for guides + DCAT-AP dcat:theme |
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}).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.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/*./vocabularies/corporate-bodies + procedures + directories + modification-types).legislative_carriages (migration 049) backed by Cellar event predicates.Reference: docs/applications/euvoc.md (canonical living plan). Phase 10 (EuroPass) is deferred until an "EU career" surface lands.
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 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.
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.
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.
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 family | Endpoints | What sits there | Example endpoint |
|---|---|---|---|
| EU agencies & bodies (~50 bodies) | 406 | The 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 & programmes | 117 | SEDIA 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 & finance | 88 | ECB 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 data | 83 | EUR-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) | 74 | F4E, 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 Commission | 45 | State aid, competition and DMA cases, comitology, sanctions, CORDIS, TARIC, infringements, consultations | /api/v2/commission/state-aid |
| Council & European Council | 43 | Documents, voting results, preparatory bodies, OJ agendas, summits, the strategic agenda, Eurogroup | /api/v2/council/voting-results |
| European Parliament | 38 | MEPs, votes, amendments, committee agendas and minutes, EPRS, parliamentary questions, transcripts | /api/v2/parliament/meps |
| Proprietary | 14 | Knowledge guides, the EU Canon, Catalan acquis translations, EU Law Comply clusters, funding-document templates | /api/v2/proprietary/guides |
| Cross-body aggregators | 8 | Events and news in one feed across every body, with the pick-your-scope body / family picker | /api/v2/events/all |
| Total | 934 | The whole EU institutional map behind one key | X-API-Key: brubru_live_... |
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.
| Field | In plain English | List call | Detail call |
|---|---|---|---|
public_url | The canonical link on the institution's own website, so the trail is always auditable | Present | Present |
body_txt | The full text reduced to clean plain text, ready for search or an LLM | Null (kept light) | Full |
body_html | The same body with its original formatting preserved | Null (kept light) | Full |
document_date | The date the institution itself published the item | When known | When known |
creation_date | The moment Brubru first ingested it, so you can poll for what is new | Present | Present |
Learn the query language once. It works the same across all 934 endpoints.
| Filter | What it does | Example |
|---|---|---|
q | Free-text search over title, summary and body | ?q=hydrogen |
since / until | Restrict to a date window (also accepted as published_from / published_to) | ?since=2026-01-01 |
order | Sort by recent, oldest or title | ?order=oldest |
page / limit | Pagination, up to 100 items per page, with a rich envelope (total, has_more, next_page) | ?page=2&limit=50 |
The honest pitch for the API: this is the work a partner does not have to do.
| If you build it yourself | What that actually takes | With 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 |
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.
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.api_keys table with key_hash, key_prefix, scopes, last_used_at, revoked_at.429 with a Retry-After header.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.Every paginated v1 endpoint returns the same shape so partner integrations are predictable across datasets.
total, pages, page, limit, has_more, next_page, remaining_pages.published_from, published_to, updated_from, updated_to, detail_level.meta.powered_by = "Brubru" and meta.source = "brubru.beresol.eu": machine-readable so partners can display credit programmatically.by_country, by_user_type) sit in an aggregates object alongside data so partners get analytics and detail in one call.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.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.
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..europa.eu + policy-media domains)./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.
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.
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.
X-OP-Core-Conformance response header. Partners get standards-shaped responses out of the box, no custom adapter required.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 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.
/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.reason_code for diagnostics, and tier gating enforced per endpoint. No prompt-injection vector reaches the keys./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.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.
/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.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/.
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.
/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./api/v1/laws and /api/v1/procedures shipped with full filter sets. 30 tests./api/v1/commissioners/{name}/agenda shipped, four legal-text intelligence endpoints ported to v1. 34 tests./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./api and /api/docs./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:.limit 20 → 50 across all 9 paginated endpoints.test_v1_jordi_feedback.py; 68 total green./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.returned (items in this page) and coverage_complete (True for DB-backed, False for live-scraped results).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.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./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.
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.
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.backend/services/ingestion/rss_ingestor.py reads YAML configs from configs/*.yaml, fetches via BaseRSSClient, upserts with dedupe on (source_slug, external_id).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.python3.12 scripts/ingest_publications.py [slug1 slug2 ...]. Run for all configs or a subset.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.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.
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 tool | What it returns | Backing data |
|---|---|---|
ask_brubru | End-to-end chat answer with citations + retrieval debug | Full Brubru context cascade (3 tiers) |
get_calendar_events | Filtered EU institutional events | 417 events across 6 sources |
get_procedure_status | OEIL procedure status, committee, rapporteur, key events | legislative_carriages + OEIL XML |
search_eprs | EPRS publications (briefings, at-a-glance, in-depth analyses) | eprs_publications + ChromaDB vectors |
search_eu_legislation | Full-text TSVECTOR search across the acquis | 8,710 distinct laws / 28,513 OJ pubs |
search_knowledge_guides | Top-K matching expert-curated guides | 509 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.
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.py → ingest_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.
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.
/api/v2 folder with the full agency pattern. The premium tier.Columns below: Folder = dedicated /api/v2/<body> surface; RSS = feed in /api/v1/publications; News = news / events scraper. Audit date 25 June 2026.
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| European Parliament | Full | |||
| European Council | Full | |||
| Council of the EU | Full | |||
| European Commission | Full | |||
| Court of Justice (CJEU) | Full | |||
| European Central Bank | Full | |||
| European Court of Auditors | Full |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| 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 Ombudsman | Full | |||
| European Data Protection Supervisor (EDPS) | Full | |||
| European Data Protection Board (EDPB) | Full | |||
| Cybersecurity Competence Centre (ECCC) | Full |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| 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 | |||
| Eurogroup | Full |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| Publications Office (OP) | Full | |||
| Personnel Selection Office (EPSO) | Full | |||
| CERT-EU | Full | |||
| European School of Administration (EuSA) | Full |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| EU Institute for Security Studies (EUISS) | Full | |||
| European Defence Agency (EDA) | Full | |||
| EU Satellite Centre (SatCen) | Full | |||
| Security and Defence College (ESDC) | Full |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| 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 |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| Fusion for Energy (F4E) | Full | |||
| Europe's Rail JU | Full | |||
| Smart Networks and Services JU (SNS) | Full | |||
| Euratom Supply Agency | Full | |||
| Clean Hydrogen JU | Full | |||
| Clean Aviation JU | Full | |||
| SESAR 3 JU | Full | |||
| Chips JU | Full | |||
| Circular Bio-based Europe JU (CBE) | Full | |||
| Global Health EDCTP3 JU | Full | |||
| Innovative Health Initiative JU (IHI) | Full | |||
| EuroHPC JU | Full |
| Body | Folder | RSS | News | Verdict |
|---|---|---|---|---|
| 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 |
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.
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.
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.
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).
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.
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).
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.
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).
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).
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).
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).
| Wall | What it is & why | Where | Brubru technique |
|---|---|---|---|
| JS-WAF | A JavaScript challenge that must execute before any content loads, blocks plain HTTP clients. | EUR-Lex | Headless 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. | FRA | Solve in a real browser context; pace requests. |
| Rate-limit / Cloudflare-style challenge | An interstitial that triggers after N rapid requests and clears after an IP-wide cooldown of minutes. | Cedefop, Eurofound, EIT, EDPS, RASFF | Cooldown-aware paced retries; never burst. |
| 403 / User-Agent block | Outright refusal of non-browser User-Agents. | EUDA | Browser UA + headless render. |
| Cookie-WAF | Requires a session-cookie handshake before serving documents (e.g. plenary PDFs). | EP doceo | Cookie handshake via Playwright, then fetch. |
| Broken TLS chain | An incomplete certificate chain that standard clients reject. | IHI | Browser with relaxed certificate verification. |
| JS faceted-search | News/event cards are not in the server HTML, they render only after a client-side filter runs. | IHI newsroom, several .card agencies | Render the filter in a browser, or call the search API. |
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 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.
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.
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.
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 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.
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/.
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).
| Cluster | Backing table / source | Live rows | v1 endpoint |
|---|---|---|---|
| Sanctions / CFSP restrictive measures | eu_sanctions (CFSP consolidated list) | 6,002 | /specialised/sanctions |
| Transparency Register (lobbyists) | eu_transparency_register (daily Joint Secretariat XML) | 17,247 | /specialised/transparency-register |
| Comitology documents | eu_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 cases | Live pass-through to api.tech.ec.europa.eu (~250k cases) | live | /specialised/competition-cases |
| JRC Data Catalogue | eu_jrc_datasets (data.europa.eu federation) | 3,543 | /specialised/jrc-datasets |
| DG REGIO cohesion open data | eu_cohesion_datasets (Socrata catalogue) | 1,451 | /specialised/cohesion-datasets |
| Combined Nomenclature / CN sections | Live pass-through to webgate.ec.europa.eu/nomen | live | /specialised/access2markets/products |
/core/api/front/* JSON path discovered via network capture. 83,807 documents catalogued.api.tech.ec.europa.eu/search-api with public CS_PROD_ODSE_PROD key (EU Corporate Search backend). ~250k cases reachable.webgate.ec.europa.eu/flows (statistics) + nomen (Combined Nomenclature). Live pass-through, no local mirror needed./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.webgate.ec.europa.eu/eambrosia-api (DG AGRI). 5,917 EU-protected names harvested + merged with EUIPO GIview union register.has_body + body_threshold + body_sourcehas_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.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_sanctionsReference: 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.
Brubru tracks all 2,237 legislative files under the ordinary legislative procedure, from Commission proposal to final adoption. Every proposal is monitored automatically.
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 track | Source | Records |
|---|---|---|
| Legislative files: proposals, status, committees, rapporteurs | Legislative Train OEIL | 2,237 |
| Legislative packages: grouped proposals under Commission priorities | Legislative Train | 166 |
| Committee work items: draft reports, opinions, amendments in progress | EP committees | 359 |
| Texts adopted: final EP plenary votes, adopted positions | EP plenary | 66 |
| Commission documents: COMs, SWDs, implementing/delegated acts | RegDoc API | 445 |
| Public consultations: open, closed, feedback received | Have Your Say | 123 |
| EPRS publications: briefings, studies, impact assessments | EPRS | 112 |
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.
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0138(COD) | New economic governance rules | completed | 1185 amdt · 9 events · 788d idle | ||
2022/0403(COD) | Harmonising certain aspects of insolvency law in the EU | completed | 538 amdt · 9 events · 570d idle | ||
2021/0191(COD) | European green bonds: A standard for Europe, open to the world | completed | 510 amdt · 12 events · 940d idle | ||
2022/0408(COD) | Harmonising certain aspects of insolvency law in the EU | completed | 502 amdt · 11 events · 87d idle | ||
2021/0295(COD) | Proposal amending the Solvency II Directive | completed | 412 amdt · 10 events · 535d idle | ||
2023/0111(COD) | Markets in crypto-assets (MiCA) | adopted | 326 amdt · 14 events · 89d idle | ||
2021/0377(COD) | Amending the European Long-Term Investment Funds (ELTIFs) Regulation | completed | 286 amdt · 11 events · 1195d idle | ||
2021/0296(COD) | Insurance recovery and resolution directive | completed | 194 amdt · 11 events · 535d idle | ||
2020/0289(COD) | Recovery and Resilience Facility | completed | 153 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 stabi | close_to_adoption | ECON | 58 amdt · 7 events · 61d idle | |
2018/0171(COD) | Sovereign bond-backed securities: Risk diversification and reduction | completed | 57 amdt · 10 events · 264d idle | ||
2020/0106(COD) | Solvency Support Instrument | tabled | 56 amdt · 3 events · 2165d idle | ||
2025/0311(COD) | Alignment with the EU economic governance framework and further simplification of that framework | close_to_adoption | ECON | 53 amdt · 7 events · 61d idle | |
2021/0430(CNS) | System of own resources of the European Union | completed | 29 amdt · 10 events · 961d idle | ||
2023/0166(COD) | Retail investor package | close_to_adoption | 20 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) | adopted | 32026D0809 | — | |
— | 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 rec | adopted | 32019R0877 | — | |
— | 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 | adopted | 32014R0806 | — | |
— | CELEX:32015R0848R(07) | adopted | 32015R0848 | — | |
— | Outbound investment screening | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0148 | — | |
— | 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 ame | adopted | 32026D0735 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Italy | tabled | 52026PC0058 | — | |
— | 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 con | adopted | 32026D0861 | — | |
— | 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 p | tabled | 52026PC0187 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0257 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Cyprus | tabled | 52026PC0031 | — | |
— | 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 France | adopted | 32026D0844 | — | |
— | 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 Regul | adopted | 32026D0563 | — | |
— | 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 es | adopted | 32026D0539 | — | |
— | CELEX:32015L0849R(06) | adopted | 32015L0849 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Belgium | tabled | 52026PC0029 | — | |
— | Council Regulation (EU) 2026/469 of 23 April 2026 amending Regulation (EU, Euratom) 2020/2093 laying down the multiannual financial framework for the years 2021 | adopted | 32026R0469 | — | |
— | Amendments to the Single Resolution Mechanism Regulation (SRMR) - Loss absorbing and recapitalisation | announced | — | ||
— | 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 disquali | adopted | 32019L1023 | — | |
— | 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 | tabled | 52026PC0080 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 29 October 2021 on the approval of the assessment of the recovery and resilie | tabled | 52026PC0090 | — | |
— | Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the supplementary supervision of credit institutions, insurance or reinsurance underta | tabled | 52026PC0074 | — | |
— | NPLs | CREDIT SERVICERS AND CREDIT PURCHASERS | announced | — | ||
— | NPLs | ACCELERATED EXTRAJUDICIAL COLLATERAL ENFORCEMENT (AECE) | announced | — | ||
— | Assignment of claims and securities ownership | announced | — | ||
— | Alignment of regulation with the EU economic governance framework and simplification of the balance of payment facility | announced | — | ||
— | 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 U | tabled | 52026PC0087 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Portugal | tabled | 52026PC0024 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Croatia | tabled | 52026PC0030 | — | |
— | CELEX:52026PC0065R(01): Proposal for a COUNCIL IMPLEMENTING DECISION amending Implementing Decision (EU) 2024/1447 as regards the additional financial contribut | tabled | 52026PC0065 | — | |
— | 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 | tabled | 52026PC0143 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Latvia | tabled | 52026PC0057 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Greece | tabled | 52026PC0059 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Finland | tabled | 52026PC0056 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Slovakia | tabled | 52026PC0055 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Lithuania | tabled | 52026PC0052 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Estonia | tabled | 52026PC0054 | — | |
— | 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 wor | tabled | 52026PC0015 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Romania | tabled | 52026PC0026 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Spain | tabled | 52026PC0027 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Denmark | tabled | 52026PC0028 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Bulgaria | tabled | 52026PC0025 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Regulation (EU) 2024/792 establishing the Ukraine Facility | tabled | 52026PC0022 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL implementing enhanced cooperation on the establishment of the Ukraine Support Loan for 2 | tabled | 52026PC0020 | — | |
— | Amended proposal for a COUNCIL REGULATION amending Regulation (EU, Euratom) 2020/2093 laying down the multiannual financial framework for the years 2021 to 2027 | tabled | 52026PC0021 | — | |
— | Proposal for a COUNCIL DECISION authorising enhanced cooperation on the establishment of a Loan for Ukraine | tabled | 52025PC0806 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52025PC0793 | — | |
— | Fintech Amending Directive: Temporary exemption for multilateral trading facilities (MTFs) and amendment of certain EU financial services directives | 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 p | tabled | 52025PC0789 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 8 September 2021 on the approval of the assessment of the recovery and resili | tabled | 52025PC0788 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52025PC0794 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0162 | — | |
— | Proposal for a regulation of the European Parliament and of the Council on markets in crypto-assets | announced | — | ||
— | 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 recapitalis | adopted | 32019L0879 | — | |
— | 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 firm | adopted | 32013R0575 | — | |
— | CELEX:32017R1129R(03) | adopted | 32017R1129 | — | |
— | Recommendation for a COUNCIL DECISION abrogating Council Decision (EU) 2024/2128 on the existence of an excessive deficit in Malta | tabled | 52026PC0303 | — | |
— | Revision of the Sustainable Finance Disclosure Regulation | announced | — | ||
— | 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 o | adopted | 32024L1640 | — | |
— | 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 U | tabled | 52026PC0243 | — | |
— | Council Implementing Decision (EU) 2026/1204 of 28 May 2026 establishing the satisfactory fulfilment of the conditions for the partial payment of the seventh in | adopted | 32026D1204 | — | |
— | 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 | adopted | 32024R1624 | — | |
— | Council Implementing Decision (EU) 2026/845 of 10 April 2026 on making the financial assistance under Regulation (EU) 2025/1106 available to Czechia | adopted | 32026D0845 | — | |
— | Advisory European Fiscal Board | announced | — | ||
— | 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 | tabled | 52026PC0185 | — | |
— | 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 agr | adopted | 32026D0813 | — | |
— | AMENDING THE PRUDENTIAL REQUIREMENTS (CRR) FOR SECURITISATIONS | announced | — | ||
— | Omnibus II - Optimising the use of several EU investment instruments | announced | — | ||
— | 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 France | tabled | 52026PC0145 | — | |
— | Screening of foreign direct investment in strategic sectors | announced | — | ||
— | Multilateral Investment Court (MIC) | announced | — | ||
— | REVIEW of EuVECA and EuSEF LEGISLATION | announced | — | ||
— | Regulation on the prospectus to be published when securities are offered to the public or admitted to trading | announced | — | ||
— | FRAMEWORK for HIGH-QUALITY SECURITISATION | announced | — | ||
— | CROSS-BORDER DISTRIBUTION OF INVESTMENT FUNDS | PRE-MARKETING AND DE-NOTIFICATION | announced | — | ||
— | CROSS-BORDER DISTRIBUTION OF INVESTMENT FUNDS: MARKETING AND REGULATORY FEES | announced | — | ||
— | A REVISED PRUDENTIAL FRAMEWORK FOR INVESTMENT FIRMS | announced | — | ||
— | DISCLOSURES RELATING TO SUSTAINABLE INVESTMENTS AND SUSTAINABILITY RISKS | announced | — | ||
— | ESTABLISHMENT OF A FRAMEWORK TO FACILITATE SUSTAINABLE INVESTEMENT | announced | — | ||
— | 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 mon | announced | — | ||
— | 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 convergence | announced | — | ||
— | Economic partnership agreement with Kenya | announced | — | ||
— | Strengthening democratic legitimacy and accountability in the euro area | announced | — | ||
— | Creation of an euro area Treasury or euro area budget instrument | announced | — | ||
— | Integration of the Fiscal Compact into secondary EU law | announced | — | ||
— | 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 TTIP | announced | — | ||
— | TTIP chapter on SERVICES, INVESTMENT AND E-COMMERCE | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 15 December 2022 on the approval of the assessment of the recovery and resili | tabled | 52026PC0316 | — | |
— | The Commission will make a legislative proposal to update the rules on shareholder rights | announced | — | ||
— | Council Decision (EU) 2026/1087 of 11 May 2026 repealing Decision 2011/523/EU partially suspending the application of the Cooperation Agreement between the Euro | adopted | 32026D1087 | — | |
— | EU strategy for retail investors | announced | — | ||
— | 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 extern | adopted | 32026D1058 | — | |
— | Single Resolution Mechanism | announced | — | ||
— | 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 resilien | tabled | 52026PC0298 | — | |
— | Renewed strategy for modern and safe retail payments | announced | — | ||
— | Alignment of regulations with the EU economic governance framework and simplification of the surveillance elements of that framework | announced | — | ||
— | REVISION OF SOLVENCY II - CALIBRATIONS | announced | — | ||
— | Alignment of regulation with the EU economic governance framework and simplification of the surveillance and financial assistance to Member Sates facing financi | announced | — | ||
— | Implementation of the Capital market Union Action Plan including the Initiative on harmonising certain aspects of substantive law on insolvency proceedings (pro | announced | — | ||
— | PAN-EUROPEAN CAPITAL FUND-OF-FUNDS and MULTICOUNTRY FUNDS | announced | — | ||
— | AMENDMENTS OF THE CAPITAL REQUIREMENTS REGULATION | announced | — | ||
— | Action plan on the Capital Markets Union | announced | — | ||
— | Investment protection and facilitation framework | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0289 | — | |
— | RANKING OF UNSECURED DEBT INSTRUMENTS IN INSOLVENCY HIERARCHY | announced | — | ||
— | 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 measu | adopted | 32026R0808 | — | |
— | AMENDING THE CAPITAL REQUIREMENTS REGULATION TO ALLOW TRANSITION TO IFRS 9 | 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 resilience | tabled | 52026PC0286 | — | |
— | 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 | adopted | 32026D1413 | — | |
— | Recommendation for a COUNCIL DECISION authorising the opening of negotiations between the European Union and the United Kingdom of Great Britain and Northern Ir | tabled | 52025PC0804 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 17 June 2022 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0258 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0041 | — | |
— | Single Supervisory Mechanism (SSM) | announced | — | ||
— | Council Decision (EU) 2026/1385 of 8 July 2025 on the existence of an excessive deficit in Austria | adopted | 32026D1385 | — | |
— | CELEX:32019R2099R(03) | adopted | 32019R2099 | — | |
— | 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 Richtl | adopted | 32010L0078 | — | |
— | European Semester improvement | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION approving assistance to Ukraine in implementing the Ukrainian Financing Strategy | tabled | 52026PC0157 | — | |
— | 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 sha | adopted | 32017L0828 | — | |
— | Structural Reform Support Programme 2017-2020 | announced | — | ||
— | 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 financing | announced | — | ||
— | 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) | adopted | 32026L0799 | — | |
— | Bilateral Agreement between the European Union and the United States of America on prudential measures regarding insurance and reinsurance | announced | — | ||
— | Increased transparency requirements | announced | — | ||
— | Legislative proposal for a new open finance framework | announced | — | ||
— | STRONGER EU-WIDE SUPERVISION | Amendments to MiFID II and Sovency II concerning powers of ESMA and EIOPA | announced | — | ||
— | 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 2026 | adopted | 32026D03358 | — | |
— | 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 resilience | tabled | 52026PC0256 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Poland | tabled | 52026PC0053 | — | |
— | UPDATED RULES ON OTC DERIVATIVES AND CLEARING / EMIR REVIEW | announced | — | ||
— | jD - AMENDMENTS OF THE CAPITAL REQUIREMENTS DIRECTIVE | announced | — | ||
— | First targeted and stability-oriented revision of the Six- and Two-Pack | announced | — | ||
— | AMENDMENTS OF THE BANK RECOVERY AND RESOLUTION DIRECTIVE. LOSS ABSORBING AND RECAPITALISATION CAPACITY | announced | — | ||
— | STRONGER EU-WIDE SUPERVISION - IMPROVING MACRO-PRUDENTIAL SURVEILLANCE | announced | — | ||
— | Review of the Capital Requirements Directive (Directive 2013/36/EU) | announced | — | ||
— | Review of the Capital Requirements Regulation (Regulation 2013/575/EU) | announced | — | ||
— | BUSINESS INSOLVENCY | announced | — | ||
— | 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, con | adopted | 32026L0806 | — | |
— | CELEX:32024R1623R(04) | adopted | 32024R1623 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0114 | — | |
— | Review of the Regulation on European venture capital funds (EuVECA) | announced | — | ||
— | External representation of the EMU | announced | — | ||
— | Proposal for a COUNCIL DECISION terminating the partial suspension of the Cooperation Agreement between the European Economic Community and the Syrian Arab Repu | tabled | 52026PC0169 | — | |
— | 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 supervisi | adopted | 32013L0036 | — | |
— | 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 holdi | adopted | 32019L0878 | — | |
— | 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 instalment | adopted | 32026D1462 | — | |
— | 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 2026 | tabled | 52026PC0267 | — | |
— | 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 Regul | adopted | 32026R1386 | — | |
— | Communication on a Savings and Investments Union | announced | — | ||
— | 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 | adopted | 32026D1411 | — | |
— | 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 200 | adopted | 32014R0596 | — | |
— | EU-China Comprehensive Agreement on Investment (EU-China CAI) | announced | — | ||
— | ECONOMIC PARTNERSHIP AGREEMENT (EPA) WITH WEST AFRICA | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending Implementing Decision (EU) 2024/1447 on the approval of the assessment of the Ukraine Plan | tabled | 52026PC0307 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0309 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0305 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 29 October 2021 on the approval of the assessment of the recovery and resilie | tabled | 52026PC0304 | — | |
— | Council Regulation (EU) No 1024/2013 of 15 October 2013 conferring specific tasks on the European Central Bank concerning policies relating to the prudential su | adopted | 32013R1024 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 28 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0312 | — | |
— | CELEX:32015L2366R(08) | adopted | 32015L2366 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0291 | — | |
— | Review of the Securitisation Framework | announced | — | ||
— | A REVISED PRUDENTIAL FRAMEWORK FOR INVESTMENT FIRMS | announced | — | ||
— | Issue of covered bonds and covered bond public supervision | announced | — | ||
— | Exposures in the form of covered bonds | announced | — | ||
— | Council Implementing Decision (EU) 2026/919 of 23 April 2026 approving assistance to Ukraine in implementing the Ukrainian Financing Strategy | adopted | 32026D0919 | — | |
— | European crowdfunding service providers (ECSP) for business | 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 resilience | tabled | 52026PC0248 | — | |
— | 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 amen | adopted | 32026D1096 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending the Implementing Decision of 13 July 2021 on the approval of the assessment of the recovery and resilience | tabled | 52026PC0246 | — | |
— | Council Decision (EU) 2026/1025 of 20 January 2026 on the existence of an excessive deficit in Finland | adopted | 32026D1025 | — | |
— | 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 Direct | adopted | 32019L2034 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on making the financial assistance under Regulation (EU) 2025/1106 available to Czechia | tabled | 52026PC0146 | — | |
2015/0225(COD) | Securitisation and capital requirements | adopted | 13 events · 3103d idle | ||
2015/0226(COD) | Common rules and new framework for securitisation | adopted | 10 events · 3103d idle | ||
2015/0270(COD) | European Deposit Insurance Scheme Completing the Banking Union | tabled | 6 events · 591d idle | ||
2016/0359(COD) | New EU insolvency rules give troubled businesses a chance to start anew | completed | 7 events · 2648d idle | ||
2016/0365(COD) | Recovery and resolution of central counterparties (CCPs) | completed | 11 events · 2032d idle | ||
2017/0333(APP) | Establishment of a European monetary fund (EMF) | tabled | 8 events · 264d idle | ||
2018/0179(COD) | Sustainable finance and disclosures: Bringing clarity to investors | adopted | 11 events · 2392d idle | ||
2018/0211(COD) | EU anti-fraud programme 2021-2027 | completed | 11 events · 1885d idle | ||
2018/0212(COD) | European Investment Stabilisation Function (EISF) | tabled | 5 events · 264d idle | ||
2024/2117(INI) | A coherent tax framework for the EU's financial sector | tabled | ECON | 1 events · 520d idle | |
2025/0210(BUD) | General budget of the European Union for the financial year 2026 - all sections | tabled | IMCO | — | |
2025/0289(COD) | Brexit Adjustment Reserve | completed | BUDG | 8 events · 155d idle | |
2025/0382(COD) | Amending certain Directives as regards the further development of capital market integration and supervision within the Union | tabled | BUDG | 2 events · 159d idle | |
2025/0383(COD) | Amending certain Regulations as regards the further development of capital market integration and supervision within the Union | tabled | BUDG | 2 events · 151d idle | |
2025/0431(NLE) | Enhanced cooperation on the establishment of a Loan for Ukraine | tabled | 5 events · 158d idle | ||
2025/0571(APP) | Multiannual financial framework for the years 2028 to 2034 | tabled | BUDG | — | |
2025/0571R(APP) | Interim report on the proposal for the multiannual financial framework for 2028-2034 | tabled | BUDG | 2 events · 67d idle | |
2025/0807(NLE) | Partial renewal of Members of the Court of Auditors - EL nominee | completed | CONT | 8 events · 197d idle | |
2025/0808(NLE) | Partial renewal of Members of the Court of Auditors - FR nominee | completed | CONT | 8 events · 197d idle | |
2025/0809(NLE) | Partial renewal of Members of the Court of Auditors - DE nominee | completed | CONT | 7 events · 127d idle | |
2025/0810(NLE) | EU–Mexico Political, Economic and Cooperation Strategic Partnership Agreement | tabled | AFET | — | |
2025/0810R(NLE) | EU–Mexico Political, Economic and Cooperation Strategic Partnership Agreement (Interim report) | tabled | AFET | — | |
2025/2032(INI) | Control, transparency and traceability of performance-based instruments | close_to_adoption | CONT | 6 events · 135d idle | |
2025/2136(INI) | Banking Union – annual report 2025 | close_to_adoption | ECON | 8 events · 58d idle | |
2025/2145(DEC) | Discharge 2024: EU general budget - Commission | tabled | CONT | 3 events · 78d idle | |
2025/2146(DEC) | 2024 discharge: General budget of the EU - European Parliament | close_to_adoption | CONT | 7 events · 89d idle | |
2025/2147(DEC) | 2024 discharge: General budget of the EU - European Council and Council | close_to_adoption | CONT | 6 events · 92d idle | |
2025/2149(DEC) | 2024 discharge: General budget of the EU - Court of Auditors | close_to_adoption | CONT | 6 events · 95d idle | |
2025/2151(DEC) | 2024 discharge: General budget of the EU - European Economic and Social Committee | close_to_adoption | CONT | 6 events · 102d idle | |
2025/2152(DEC) | 2024 discharge: General budget of the EU - Committee of the Regions | close_to_adoption | CONT | 6 events · 107d idle | |
2025/2153(DEC) | 2024 discharge: General budget of the EU - European Ombudsman | close_to_adoption | CONT | 6 events · 107d idle | |
2025/2155(DEC) | 2024 discharge: General budget of the EU - European Public Prosecutors Office (the ‘EPPO’) | close_to_adoption | CONT | 6 events · 94d idle | |
2025/2156(DEC) | Discharge 2024: Agencies | tabled | CONT | 3 events · 78d idle | |
2025/2157(DEC) | 2024 discharge: General budget of the EU - Joint Undertakings | close_to_adoption | CONT | 7 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 sove | close_to_adoption | AFET | 8 events · 108d idle | |
2025/2208(INI) | Digital assets – challenges for the competitiveness and integrity of the European Union’s financial system | tabled | ECON | — | |
2025/2209(INI) | Financial literacy and the rise of finfluencers in the context of the savings and investments union | close_to_adoption | ECON | 9 events · 58d idle | |
2025/2213(INI) | Financial activities of the European Investment Bank Group – annual report 2025 | tabled | BUDG | — | |
2025/2214(INI) | European Semester for economic policy coordination 2026 | close_to_adoption | ECON | 8 events · 108d idle | |
2025/2237(INI) | Control of the financial activities of the European Investment Bank Group — annual report 2024 | close_to_adoption | CONT | 9 events · 78d idle | |
2025/2238(INI) | Protection of the European Union’s financial interests – combating fraud – annual report 2024 | close_to_adoption | CONT | 6 events · 89d idle | |
2025/2246(BUI) | Guidelines for the 2027 Budget - Section III | close_to_adoption | BUDG | 2 events · 109d idle | |
2025/2247(BUI) | Parliament's estimates of revenue and expenditure for the financial year 2027 | close_to_adoption | BUDG | 5 events · 58d idle | |
2026/0008(COD) | Implementing enhanced cooperation on the establishment of the Ukraine Support Loan for 2026 and 2027 | completed | 7 events · 121d idle | ||
2026/0010(COD) | Amending the Ukraine Facility Regulation | completed | 7 events · 121d idle | ||
2026/0045(COD) | Supplementary supervision of credit institutions, insurance or reinsurance undertakings, investment firms, asset management companies and alternative investment | tabled | 2 events · 107d idle | ||
2026/0090(BUD) | Draft amending budget no 1/2026: entering the surplus of the financial year 2025 | tabled | BUDG | 2 events · 78d idle | |
2026/0144(BUD) | Draft amending budget No 2/2026: update of revenue (own resources) and adjustments to expenditure | tabled | BUDG | — | |
2026/0802(NLE) | Appointment of the Chairperson of the European Banking Authority | completed | ECON | 8 events · 81d idle | |
2026/0806(NLE) | Partial renewal of Members of the Court of Auditors - AT nominee | tabled | — | ||
2026/2006(INI) | Protection of EU's Financial Interests in Post-2027 MFF - Anti-Fraud Architecture Revision | tabled | CONT | 1 events · 156d idle | |
2026/2055(INI) | Menopause beyond a health issue: turning menopause into an economic, working and social priority | tabled | — | ||
2026/2578(DEA) | Regulatory technical standards specifying the methodology for the calculation of market capitalisation and the market capitalisation ratio | tabled | 4 events · 64d idle | ||
2026/2609(RSP) | Time to address economic inequalities in the EU and worldwide | tabled | 1 events · 135d idle | ||
2026/2631(DEA) | Exempting certain economic operators that use pallet wrappings and straps from the 100% reuse requirements of these packaging formats | tabled | ENVI | 4 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 ancilla | tabled | ECON | 3 events · 108d idle | |
2026/2646(RSP) | Savings and Investments Union: time to accelerate the process to deepen market integration | tabled | 1 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 and | tabled | ECON | 2 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 i | tabled | ECON | 1 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 | tabled | ECON | — | |
2026/2761(RSP) | Future of EU-China economic relations | tabled | — | ||
2026/2770(RSP) | Time for European economic independence | tabled | — | ||
C(2026)0816 | Commission Decision on non-automatic carry-over of appropriations from 2025 to 2026 | tabled | BUDG | 2 events · 141d idle | |
C(2026)2647 | Guidelines for Member States on operational aspects related to the final phase and closure of the Recovery and Resilience Facility | tabled | BUDG | — | |
COM(2025)0715 | EEA Agreement: amending Annex IX (Financial services), Annex XII (Free movement of capital) and Annex XXII (Company law) (Framework for the recovery and resolut | tabled | ECON | 2 events · 212d idle | |
COM(2025)0731 | Approval of the assessment of the recovery and resilience plan for Slovenia | tabled | BUDG | 2 events · 218d idle | |
COM(2025)0732 | Approval of the assessment of the recovery and resilience plan for Poland | tabled | BUDG | 2 events · 218d idle | |
COM(2025)0774 | Approval of the assessment of the recovery and resilience plan for Finland | tabled | BUDG | 2 events · 193d idle | |
COM(2025)0787 | Approval of the assessment of the recovery and resilience plan for the Netherlands | tabled | BUDG | 2 events · 191d idle | |
COM(2025)0788 | Approval of the assessment of the recovery and resilience plan for Ireland | tabled | BUDG | 2 events · 191d idle | |
COM(2025)0789 | Approval of the assessment of the recovery and resilience plan for Sweden | tabled | BUDG | 2 events · 191d idle | |
COM(2025)0793 | Approval of the assessment of the recovery and resilience plan for Germany | tabled | BUDG | 2 events · 191d idle | |
COM(2025)0794 | Approval of the assessment of the recovery and resilience plan for Spain | tabled | BUDG | 2 events · 191d idle | |
COM(2025)0951 | Reflecting the economic governance framework in national fiscal policy | tabled | ECON | 2 events · 213d idle | |
COM(2025)0955 | 2026 European Semester - Autumn Package. Delivering on the Competitiveness Compass: pushing forward with reforms and investments | tabled | ECON | 2 events · 212d idle | |
COM(2025)0957 | Recommendation for a Council recommendation on the economic policy of the euro area | tabled | ECON | 2 events · 211d idle | |
COM(2025)3501 | Emergency measures: serious economic difficulties caused by Russia's actions in the context of the war in Ukraine | tabled | JURI | 2 events · 205d idle | |
COM(2026)0015 | United Nations Economic Commission for Europe (UNECE): proposal to allow the accession of Mongolia to the AETR. EU position | tabled | TRAN | 2 events · 155d idle | |
COM(2026)0041 | Approval of the assessment of the recovery and resilience plan for Lithuania | tabled | BUDG | 2 events · 152d idle | |
COM(2026)0052 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Lithuania. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0053 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Poland. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0054 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Estonia. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0055 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Slovakia. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0056 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Finland. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0057 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Latvia. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0058 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Italy. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0059 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Greece. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 150d idle | |
COM(2026)0065 | Ukraine Facility: additional financial contribution from Sweden | tabled | AFET | 1 events · 149d idle | |
COM(2026)0075 | Endorsing the national medium-term fiscal-structural plan of Ireland. Recommendation for a Council Recommendation | tabled | ECON | 2 events · 138d idle | |
COM(2026)0080 | EEA Agreement (ESAs Review): amending Annex IX (Financial services). EU position | tabled | ECON | 2 events · 128d idle | |
COM(2026)0087 | United Nations Economic Commission for Europe (UNECE) - World Forum for Harmonization of Vehicle Regulations: March 2026 proposals for UN regulations. Proposal | tabled | INTA | 2 events · 134d idle | |
COM(2026)0090 | Approval of the assessment of the recovery and resilience plan for Estonia. Proposal for a Council implementing decision | tabled | BUDG | 2 events · 130d idle | |
COM(2026)0119 | Preparedness in the EU financial sector | tabled | ECON | 1 events · 109d idle | |
COM(2026)0143 | EEA Agreement (Supervision of certain benchmark administrators by ESMA): amending Annex IX (Financial services). EU position | tabled | ECON | 2 events · 87d idle | |
COM(2026)0145 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to France. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 93d idle | |
COM(2026)0146 | Establishing the Security Action for Europe (SAFE): making the financial assistance available to Czechia. Proposal for a Council implementing decision | tabled | SEDE | 2 events · 93d idle | |
COM(2026)0148 | Approval of the assessment of the recovery and resilience plan for Slovenia | tabled | BUDG | 2 events · 92d idle | |
COM(2026)0158 | Implementing measures for the system of own resources of the European Union: functioning of the inspection arrangements for traditional own resources (2022-2024 | tabled | BUDG | 1 events · 65d idle | |
COM(2026)0162 | Approval of the assessment of the recovery and resilience plan for Denmark | tabled | BUDG | 1 events · 78d idle | |
COM(2026)0164 | Implementation of borrowing, debt management and related lending operations 1 July 2025 - 31 December 2025. Half-yearly report | tabled | BUDG | 2 events · 73d idle | |
COM(2026)0169 | Terminating the partial suspension of the Cooperation Agreement between the European Economic Community and the Syrian Arab Republic. Proposal for a Council Dec | tabled | INTA | 2 events · 67d idle | |
COM(2026)0187 | Approval of the assessment of the recovery and resilience plan for Bulgaria | tabled | BUDG | — | |
COM(2026)0201 | Economic, social, employment, structural and budgetary policies of Belgium. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0202 | Economic, social, employment, structural and budgetary policies of Bulgaria. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0203 | Economic, social, employment, structural and budgetary policies of Czechia. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0204 | Economic, social, employment, structural and budgetary policies of Denmark. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0205 | Economic, social, employment, structural and budgetary policies of Germany. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0206 | Economic, social, employment, structural and budgetary policies of Estonia. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0207 | Economic, social, employment, structural and budgetary policies of Ireland. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0208 | Economic, social, employment, structural and budgetary policies of Greece. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0209 | Economic, social, employment, structural and budgetary policies of Spain. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0210 | Economic, social, employment, structural and budgetary policies of France. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0211 | Economic, social, employment, structural and budgetary policies of Croatia. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0212 | Economic, social, employment, structural and budgetary policies of Italy. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0213 | Economic, social, employment, structural and budgetary policies of Cyprus. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0214 | Economic, social, employment, structural and budgetary policies of Latvia. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0215 | Economic, social, employment, structural and budgetary policies of Lithuania. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0216 | Economic, social, employment, structural and budgetary policies of Luxembourg. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0217 | Economic, social, employment, structural and budgetary policies of Hungary. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0218 | Economic, social, employment, structural and budgetary policies of Malta. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0219 | Economic, social, employment, structural and budgetary policies of the Netherlands. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0220 | Economic, social, employment, structural and budgetary policies of Austria. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0221 | Economic, social, employment, structural and budgetary policies of Poland. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0222 | Economic, social, employment, structural and budgetary policies of Portugal. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0223 | Economic, social, employment, structural and budgetary policies of Romania. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0224 | Economic, social, employment, structural and budgetary policies of Slovenia. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0225 | Economic, social, employment, structural and budgetary policies of Slovakia. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0226 | Economic, social, employment, structural and budgetary policies of Finland. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0227 | Economic, social, employment, structural and budgetary policies of Sweden. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0243 | United Nations Economic Commission for Europe (UNECE) - World Forum for Harmonization of Vehicle Regulations: June 2026 proposals for UN regulations. Proposal | tabled | INTA | — | |
COM(2026)0246 | Approval of the assessment of the recovery and resilience plan for Slovakia | tabled | BUDG | — | |
COM(2026)0248 | Approval of the assessment of the recovery and resilience plan for Portugal | tabled | BUDG | — | |
COM(2026)0256 | Approval of the assessment of the recovery and resilience plan for Belgium. Proposal for a Council implementing decision | tabled | BUDG | — | |
COM(2026)0257 | Approval of the assessment of the recovery and resilience plan for Spain. Proposal for a Council implementing decision | tabled | BUDG | — | |
COM(2026)0258 | Approval of the assessment of the recovery and resilience plan for Poland | tabled | BUDG | — | |
COM(2026)0267 | Financial contributions to be paid by the parties to the European Development Fund as a second instalment for 2026. Proposal for a Council decision | tabled | BUDG | — | |
COM(2026)0279 | Annual report to the Discharge Authority on internal audits carried out in 2025 | tabled | CONT | — | |
COM(2026)0286 | Approval of the assessment of the recovery and resilience plan for Germany | tabled | BUDG | — | |
COM(2026)0289 | Approval of the assessment of the recovery and resilience plan for Lithuania | tabled | BUDG | — | |
COM(2026)0291 | Approval of the assessment of the recovery and resilience plan for Latvia | tabled | BUDG | — | |
COM(2026)0294 | Implementation of macro-financial assistance to third countries in 2025. Report. | tabled | INTA | — | |
COM(2026)0298 | Approval of the assessment of the recovery and resilience plan for the Netherlands | tabled | BUDG | — | |
COM(2026)0299 | Multiannual financial framework for the years 2021 to 2027. Technical adjustment for 2027. Communication | tabled | BUDG | — | |
COM(2026)0301 | Endorsing the national medium-term fiscal-structural plan of the Netherlands. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0304 | Approval of the assessment of the recovery and resilience plan for Finland | tabled | BUDG | — | |
COM(2026)0305 | Approval of the assessment of the recovery and resilience plan for Slovenia | tabled | BUDG | — | |
COM(2026)0309 | Approval of the assessment of the recovery and resilience plan for Luxembourg | tabled | BUDG | — | |
COM(2026)0312 | Approval of the assessment of the recovery and resilience plan for Cyprus | tabled | BUDG | — | |
COM(2026)0316 | Approval of the assessment of the recovery and resilience plan for Hungary | tabled | BUDG | — | |
COM(2026)0824 | Annual Management and Performance Report for the EU Budget – 2025 financial year | tabled | CONT | — | |
SWD(2026)0021 | Approval of the assessment of the recovery and resilience plan for Lithuania. Accompanying document | tabled | BUDG | 2 events · 152d idle | |
SWD(2026)0097 | Approval of the assessment of the recovery and resilience plan for Slovenia. Accompanying document | tabled | BUDG | 2 events · 92d idle | |
SWD(2026)0113 | Approval of the assessment of the recovery and resilience plan for Denmark. Accompanying document | tabled | BUDG | 1 events · 78d idle | |
SWD(2026)0131 | Approval of the assessment of the recovery and resilience plan for Slovakia. Accompanying document | tabled | BUDG | — | |
SWD(2026)0132 | Approval of the assessment of the recovery and resilience plan for Portugal. Accompanying document | tabled | BUDG | — | |
SWD(2026)0149 | Annual report to the Discharge Authority on internal audits carried out in 2025. Accompanying document | tabled | CONT | — | |
SWD(2026)0153 | Approval of the assessment of the recovery and resilience plan for Germany. Accompanying document | tabled | BUDG | — | |
SWD(2026)0158 | Approval of the assessment of the recovery and resilience plan for Lithuania. Accompanying document | tabled | BUDG | — | |
SWD(2026)0159 | Approval of the assessment of the recovery and resilience plan for Latvia. Accompanying document | tabled | BUDG | — | |
SWD(2026)0160 | Implementation of macro-financial assistance to third countries in 2025. Report. Accompanying document | tabled | INTA | — | |
SWD(2026)0161 | Approval of the assessment of the recovery and resilience plan for the Netherlands. Accompanying document | tabled | BUDG | — | |
SWD(2026)0163 | Approval of the assessment of the recovery and resilience plan for Slovenia. Accompanying document | tabled | BUDG | — | |
SWD(2026)0167 | Approval of the assessment of the recovery and resilience plan for Luxembourg. Accompanying document | tabled | BUDG | — | |
SWD(2026)0169 | Approval of the assessment of the recovery and resilience plan for Cyprus. Accompanying document | tabled | BUDG | — | |
SWD(2026)0171 | Approval of the assessment of the recovery and resilience plan for Hungary. Accompanying document | tabled | BUDG | — | |
SWD(2026)0200 | Recommendation on the 2026 economic, social, employment, structural and budgetary policies. Accompanying document | tabled | ECON | — | |
SWD(2026)0201 | Economic, social, employment, structural and budgetary policies of Belgium. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0202 | Economic, social, employment, structural and budgetary policies of Bulgaria. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0203 | Economic, social, employment, structural and budgetary policies of Czechia. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0204 | Economic, social, employment, structural and budgetary policies of Denmark. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0205 | Economic, social, employment, structural and budgetary policies of Germany. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0206 | Economic, social, employment, structural and budgetary policies of Estonia. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0207 | Economic, social, employment, structural and budgetary policies of Ireland. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0208 | Economic, social, employment, structural and budgetary policies of Greece. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0209 | Economic, social, employment, structural and budgetary policies of Spain. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0210 | Economic, social, employment, structural and budgetary policies of France. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0211 | Economic, social, employment, structural and budgetary policies of Croatia. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0212 | Economic, social, employment, structural and budgetary policies of Italy. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0213 | Economic, social, employment, structural and budgetary policies of Cyprus. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0214 | Economic, social, employment, structural and budgetary policies of Latvia. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0215 | Economic, social, employment, structural and budgetary policies of Lithuania. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0216 | Economic, social, employment, structural and budgetary policies of Luxembourg. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0217 | Economic, social, employment, structural and budgetary policies of Hungary. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0218 | Economic, social, employment, structural and budgetary policies of Malta. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0219 | Economic, social, employment, structural and budgetary policies of the Netherlands. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0220 | Economic, social, employment, structural and budgetary policies of Austria. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0221 | Economic, social, employment, structural and budgetary policies of Poland. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0222 | Economic, social, employment, structural and budgetary policies of Portugal. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0223 | Economic, social, employment, structural and budgetary policies of Romania. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0224 | Economic, social, employment, structural and budgetary policies of Slovenia. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0225 | Economic, social, employment, structural and budgetary policies of Slovakia. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0226 | Economic, social, employment, structural and budgetary policies of Finland. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — | |
SWD(2026)0227 | Economic, social, employment, structural and budgetary policies of Sweden. Recommendation for a Council Recommendation. Accompanying document | tabled | ECON | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0463(COD) | Making representation of third countries’ interests more transparent | completed | 52023PC0637 | 412 amdt · 10 events · 212d idle | |
2025/0262(COD) | Increased efficiency of the External Action Guarantee | completed | AFET | 9 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 Forces | adopted | 32026D1153 | — | |
— | Council Decision (CFSP) 2026/1149 of 26 May 2026 amending Decision (CFSP) 2024/1484 concerning restrictive measures in view of the situation in Russia | adopted | 32026D1149 | — | |
— | 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 Pas | adopted | 32026D0643 | — | |
— | Council Implementing Regulation (EU) 2026/613 of 16 March 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions un | adopted | 32026R0613 | — | |
— | 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 Pa | adopted | 32026D0733 | — | |
— | Council Decision (CFSP) 2026/584 of 16 March 2026 in support of building African capacities towards a mine-free Africa | adopted | 32026D0584 | — | |
— | Council Decision (CFSP) 2026/614 of 16 March 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateni | adopted | 32026D0614 | — | |
— | 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 o | adopted | 32026R1051 | — | |
— | 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 a | adopted | 32026D0580 | — | |
— | Council Regulation (EU) 2026/1175 of 28 May 2026 amending Regulation (EU) 2024/386 establishing restrictive measures against those who support, facilitate or en | adopted | 32026R1175 | — | |
— | 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 the | adopted | 32026R0995 | — | |
— | Council Decision (CFSP) 2026/1176 of 28 May 2026 amending Decision (CFSP) 2020/1999 concerning restrictive measures against serious human rights violations and | adopted | 32026D1176 | — | |
— | 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 amendi | adopted | 32026D1152 | — | |
— | Recommendation for a COUNCIL DECISION authorising the opening of negotiations on the conditions for the Union’s membership in the Council of Europe Development | tabled | 52026PC0131 | — | |
— | 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 ris | adopted | 32026D0612 | — | |
— | Council Implementing Decision (CFSP) 2026/645 of 16 March 2026 implementing Decision 2011/235/CFSP concerning restrictive measures directed against certain pers | adopted | 32026D0645 | — | |
— | Council Implementing Decision (EU) 2026/1131 of 18 May 2026 on repealing Implementing Decision (EU) 2024/1341 on the suspension of certain provisions of Regulat | adopted | 32026D1131 | — | |
— | Council Decision (CFSP) 2026/646 of 16 March 2026 amending Decision (CFSP) 2024/2643 concerning restrictive measures in view of Russia’s destabilising activitie | adopted | 32026D0646 | — | |
— | Council Implementing Regulation (EU) 2026/648 of 16 March 2026 implementing Regulation (EU) No 359/2011 concerning restrictive measures directed against certain | adopted | 32026R0648 | — | |
— | Council Implementing Regulation (EU) 2026/647 of 16 March 2026 implementing Regulation (EU) 2024/2642 concerning restrictive measures in view of Russia’s destab | adopted | 32026R0647 | — | |
— | Council Decision (CFSP) 2026/696 of 14 March 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateni | adopted | 32026D0696 | — | |
— | 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 Herzegovi | adopted | 32026D0763 | — | |
— | Council Decision (CFSP) 2026/1170 of 28 May 2026 on an assistance measure under the European Peace Facility to support the Lebanese Armed Forces | adopted | 32026D1170 | — | |
— | 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’Ivoire | adopted | 32024D1248 | — | |
— | 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 navi | adopted | 32026D0778 | — | |
— | Council Decision (CFSP) 2026/1173 of 28 May 2026 amending Decision (CFSP) 2024/385 establishing restrictive measures against those who support, facilitate or en | adopted | 32026D1173 | — | |
— | 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 | tabled | 52026PC0253 | — | |
— | Council Decision (CFSP) 2026/761 of 30 March 2026 on an assistance measure under the European Peace Facility to support the Beninese Armed Forces | adopted | 32026D0761 | — | |
— | 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 Reform | adopted | 32026D0902 | — | |
— | Council Decision (CFSP) 2026/897 of 21 April 2026 amending Decision (CFSP) 2023/891 concerning restrictive measures in view of actions destabilising the Republi | adopted | 32026D0897 | — | |
— | Recommendation for a COUNCIL DECISION authorising the opening of negotiations on individual agreements between the European Union and Republic of Albania, Bosni | tabled | 52026PC0079 | — | |
— | 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 | adopted | 32026D0860 | — | |
— | Proposal for a COUNCIL DECISION on the conclusion of the Convention Establishing an International Claims Commission for Ukraine | tabled | 52026PC0105 | — | |
— | 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 Con | tabled | 52026PC0088 | — | |
— | Council Decision (CFSP) 2026/886 of 21 April 2026 amending Decision (CFSP) 2023/2135 concerning restrictive measures in view of activities undermining the stabi | adopted | 32026D0886 | — | |
— | Council Decision (CFSP) 2026/927 of 27 April 2026 amending Decision 2013/184/CFSP concerning restrictive measures in view of the situation in Myanmar/Burma | adopted | 32026D0927 | — | |
— | CELEX:52022PC0712(01): Recommendation for a COUNCIL DECISION authorising the opening of negotiations for an agreement between the European Union and the Swiss C | tabled | 52022PC0712 | — | |
— | 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 E | tabled | 52026PC0067 | — | |
— | 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 the | tabled | 52026PC0005 | — | |
— | 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 th | tabled | 52025PC0777 | — | |
— | Council Implementing Decision (CFSP) 2026/503 of 23 April 2026 implementing Decision 2012/642/CFSP concerning restrictive measures in view of the situation in B | adopted | 32026D0503 | — | |
— | 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 Dru | adopted | 32026D0575 | — | |
— | 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 | adopted | 32026D0882 | — | |
— | Council Implementing Regulation (EU) 2026/775 of 30 March 2026 implementing Regulation (EU) No 267/2012 concerning restrictive measures against Iran | adopted | 32026R0775 | — | |
— | Council Regulation (EU) 2026/759 of 30 March 2026 amending Regulation (EU) No 267/2012 concerning restrictive measures against Iran and repealing Regulation (EU | adopted | 32026R0759 | — | |
— | Council Decision (CFSP) 2026/762 of 30 March 2026 amending Decision 2010/413/CFSP concerning restrictive measures against Iran | adopted | 32026D0762 | — | |
— | Council Decision (CFSP) 2026/894 of 21 April 2026 on a European Union Partnership Mission in Armenia (EUPM Armenia) | adopted | 32026D0894 | — | |
— | Guarantee Fund for external actions: asset management | announced | — | ||
— | 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 | tabled | 52026PC0133 | — | |
— | 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 mes | adopted | 32025D0963 | — | |
— | 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 annua | tabled | 52026PC0295 | — | |
— | Council Decision (CFSP) 2026/884 of 21 April 2026 amending Decision (CFSP) 2024/2643 concerning restrictive measures in view of Russia’s destabilising activitie | adopted | 32026D0884 | — | |
— | 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 i | adopted | 32026D0915 | — | |
— | Council Decision (CFSP) 2026/504 of 23 April 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateni | adopted | 32026D0504 | — | |
— | 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 in | adopted | 32026D0512 | — | |
— | 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 | adopted | 32026D0508 | — | |
— | 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 i | adopted | 32026D0925 | — | |
— | Corporate tax: hybrid mismatches with third countries | announced | — | ||
— | Council Decision (CFSP) 2026/1072 of 11 May 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threatenin | adopted | 32026D1072 | — | |
— | Council Decision (CFSP) 2026/774 of 30 March 2026 amending Decision 2010/413/CFSP concerning restrictive measures against Iran | adopted | 32026D0774 | — | |
— | 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 the | tabled | 52026PC0134 | — | |
— | 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 Ukra | adopted | 32026D1083 | — | |
— | 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 Programmes | tabled | 52026PC0106 | — | |
— | Council Implementing Regulation (EU) 2026/885 of 21 April 2026 implementing Regulation (EU) 2024/2642 concerning restrictive measures in view of Russia’s destab | adopted | 32026R0885 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on repealing Implementing Decision (EU) 2024/1341 on the suspension of certain provisions of Regulation (EC) No 810 | tabled | 52026PC0167 | — | |
— | 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 | adopted | 32026D1138 | — | |
— | Revised EU approach to security and development funding (Instrument contributing to Stability and Peace) | announced | — | ||
— | CELEX:32024R1745R(09) | adopted | 32024R1745 | — | |
— | Council Implementing Regulation (EU) 2026/1361 of 15 June 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions un | adopted | 32026R1361 | — | |
— | Council Implementing Regulation (EU) 2024/849 of 12 March 2024 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions un | adopted | 32024R0849 | — | |
— | Council Implementing Regulation (EU) 2026/1147 of 26 May 2026 implementing Regulation (EU) 2024/1485 concerning restrictive measures in view of the situation in | adopted | 32026R1147 | — | |
— | Council Regulation (EU) 2026/506 of 23 April 2026 amending Regulation (EU) No 833/2014 concerning restrictive measures in view of Russia’s actions destabilising | adopted | 32026R0506 | — | |
— | 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 m | adopted | 32025D2032 | — | |
— | Council Decision (EU) 2026/1329 of 4 June 2026 authorising the opening of negotiations for sectoral agreements between the Union and Albania, Bosnia and Herzego | adopted | 32026D1329 | — | |
— | 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 Enl | adopted | 32026D1121 | — | |
— | Council Implementing Regulation (EU) 2026/898 of 21 April 2026 implementing Regulation (EU) 2023/888 concerning restrictive measures in view of actions destabil | adopted | 32026R0898 | — | |
— | 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 t | adopted | 32026D0802 | — | |
— | Council Implementing Regulation (EU) 2026/505 of 23 April 2026 implementing Article 8a(1) of Regulation (EC) No 765/2006 concerning restrictive measures in view | adopted | 32026R0505 | — | |
— | Council Implementing Regulation (EU) 2026/1393 of 22 June 2026 implementing Article 15(1) of Regulation (EU) No 747/2014 concerning restrictive measures in view | adopted | 32026R1393 | — | |
— | 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 secu | adopted | 32026D0745 | — | |
— | Council Implementing Regulation (EU) 2026/776 of 30 March 2026 implementing Regulation (EU) No 359/2011 concerning restrictive measures directed against certain | adopted | 32026R0776 | — | |
— | 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 rega | tabled | 52026PC0254 | — | |
— | Council Implementing Regulation (EU) 2026/695 of 14 March 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions un | adopted | 32026R0695 | — | |
— | Council Decision 2011/235/CFSP of 12 April 2011 concerning restrictive measures directed against certain persons and entities in view of the situation in Iran | adopted | 32011D0235 | — | |
— | Council Implementing Regulation (EU) 2026/887 of 21 April 2026 implementing Regulation (EU) 2023/2147 concerning restrictive measures in view of activities unde | adopted | 32026R0887 | — | |
— | Council Implementing Regulation (EU) 2026/509 of 23 April 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions un | adopted | 32026R0509 | — | |
— | Council Implementing Regulation (EU) 2026/1174 of 28 May 2026 implementing Regulation (EU) 2024/386 establishing restrictive measures against those who support, | adopted | 32026R1174 | — | |
— | Council Regulation (EU) 2026/511 of 23 April 2026 amending Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions undermining or thre | adopted | 32026R0511 | — | |
— | Council Implementing Regulation (EU) 2026/1358 of 15 June 2026 implementing Regulation (EU) 2023/888 concerning restrictive measures in view of actions destabil | adopted | 32026R1358 | — | |
— | Council Implementing Regulation (EU) 2026/926 of 27 April 2026 implementing Regulation (EU) No 401/2013 concerning restrictive measures in view of the situation | adopted | 32026R0926 | — | |
— | Council Implementing Regulation (EU) 2026/1055 of 11 May 2026 implementing Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions und | adopted | 32026R1055 | — | |
— | 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 t | adopted | 32026R0513 | — | |
— | Council Decision (CFSP) 2023/887 of 28 April 2023 amending Decision 2013/184/CFSP concerning restrictive measures in view of the situation in Myanmar/Burma | adopted | 32023D0887 | — | |
— | Council Decision (CFSP) 2025/1895 of 12 September 2025 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or thre | adopted | 32025D1895 | — | |
— | Council Implementing Decision (CFSP) 2026/1049 of 7 May 2026 implementing Decision 2014/450/CFSP concerning restrictive measures in view of the situation in Sud | adopted | 32026D1049 | — | |
— | 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 Republic | adopted | 32024D2015 | — | |
— | Council Decision (CFSP) 2026/1396 of 22 June 2026 amending Decision (CFSP) 2023/2135 concerning restrictive measures in view of activities undermining the stabi | adopted | 32026D1396 | — | |
— | Council Decision (CFSP) 2026/1360 of 15 June 2026 amending Decision 2014/386/CFSP concerning restrictive measures in response to the illegal annexation of Crime | adopted | 32026D1360 | — | |
— | Council Implementing Decision (CFSP) 2026/1401 of 22 June 2026 implementing Decision (CFSP) 2015/740 concerning restrictive measures in view of the situation in | adopted | 32026D1401 | — | |
— | Council Decision (CFSP) 2026/1218 of 4 June 2026 on an assistance measure under the European Peace Facility to support the Lebanese Armed Forces | adopted | 32026D1218 | — | |
— | Council Implementing Decision (CFSP) 2026/1390 of 22 June 2026 implementing Decision 2014/450/CFSP concerning restrictive measures in view of the situation in S | adopted | 32026D1390 | — | |
— | Council Decision (CFSP) 2026/1224 of 9 June 2026 on an assistance measure under the European Peace Facility to support the Egyptian Armed Forces | adopted | 32026D1224 | — | |
— | 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 t | adopted | 32026D1235 | — | |
— | 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 Ar | adopted | 32026D1201 | — | |
— | Council Decision (CFSP) 2026/1333 of 15 June 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateni | adopted | 32026D1333 | — | |
— | Council Decision (CFSP) 2026/1351 of 15 June 2026 amending Decision (CFSP) 2024/2643 concerning restrictive measures in view of Russia’s destabilising activitie | adopted | 32026D1351 | — | |
— | 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 Arm | adopted | 32026D1202 | — | |
— | 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 | adopted | 32026D1437 | — | |
— | 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 Ar | adopted | 32026D1227 | — | |
— | CELEX:32024R1485R(01) | adopted | 32024R1485 | — | |
— | Council Implementing Regulation (EU) 2026/1402 of 22 June 2026 implementing Regulation (EU) 2015/735 concerning restrictive measures in respect of the situation | adopted | 32026R1402 | — | |
— | Council Decision (CFSP) 2026/1399 of 22 June 2026 amending Decision (CFSP) 2024/1472 on a European Union Diplomatic Academy | adopted | 32026D1399 | — | |
— | Council Implementing Regulation (EU) 2026/1394 of 22 June 2026 implementing Regulation (EU) 2023/2147 concerning restrictive measures in view of activities unde | adopted | 32026R1394 | — | |
— | Council Decision (CFSP) 2026/779 of 30 March 2026 amending Decision 2011/235/CFSP concerning restrictive measures directed against certain persons and entities | adopted | 32026D0779 | — | |
— | Council Decision (CFSP) 2024/847 of 12 March 2024 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateni | adopted | 32024D0847 | — | |
— | Proposal for a directive of the European Parliament and of the Council establishing harmonised requirements in the internal market on transparency of interest r | announced | — | ||
— | 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 part | adopted | 32026D1381 | — | |
— | 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 O | adopted | 32026D1368 | — | |
— | Council Decision 2013/233/CFSP of 22 May 2013 on the European Union Integrated Border Management Assistance Mission in Libya (EUBAM Libya) | adopted | 32013D0233 | — | |
— | 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 | adopted | 32020D0903 | — | |
— | 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 A | adopted | 32026D1345 | — | |
— | Council Decision (EU) 2026/1328 of 11 May 2026 on the conclusion of the Convention Establishing an International Claims Commission for Ukraine | adopted | 32026D1328 | — | |
— | CELEX:32022R0332R(02) | adopted | 32022R0332 | — | |
— | Council Regulation (EU) 2026/1336 of 15 June 2026 amending Regulation (EU) No 269/2014 concerning restrictive measures in respect of actions undermining or thre | adopted | 32026R1336 | — | |
— | Council Decision (CFSP) 2026/1364 of 15 June 2026 amending Decision 2014/145/CFSP concerning restrictive measures in respect of actions undermining or threateni | adopted | 32026D1364 | — | |
— | 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° 269 | adopted | 32025R1894 | — | |
— | Council Implementing Regulation (EU) 2026/1362 of 15 June 2026 implementing Regulation (EU) 2024/1485 concerning restrictive measures in view of the situation i | adopted | 32026R1362 | — | |
— | Council Decision (CFSP) 2026/1363 of 15 June 2026 amending Decision (CFSP) 2024/1484 concerning restrictive measures in view of the situation in Russia | adopted | 32026D1363 | — | |
— | Council Decision (CFSP) 2026/1357 of 15 June 2026 amending Decision (CFSP) 2023/891 concerning restrictive measures in view of actions destabilising the Republi | adopted | 32026D1357 | — | |
— | Council Implementing Regulation (EU) 2026/1356 of 15 June 2026 implementing Regulation (EU) 2024/2642 concerning restrictive measures in view of Russia’s destab | adopted | 32026R1356 | — | |
— | Council Regulation (EU) 2026/1332 of 12 June 2026 amending Regulation (EU) 2016/44 concerning restrictive measures in view of the situation in Libya | adopted | 32026R1332 | — | |
— | Council Decision (CFSP) 2026/1334 of 12 June 2026 amending Decision (CFSP) 2015/1333 concerning restrictive measures in view of the situation in Libya | adopted | 32026D1334 | — | |
— | Council Implementing Regulation (EU) 2026/1107 of 18 May 2026 implementing Regulation (EU) No 36/2012 concerning restrictive measures in view of the situation i | adopted | 32026R1107 | — | |
— | Council Implementing Decision (CFSP) 2026/1106 of 18 May 2026 implementing Decision 2013/255/CFSP concerning restrictive measures in view of the situation in Sy | adopted | 32026D1106 | — | |
— | Council Decision (CFSP) 2026/1105 of 18 May 2026 amending Decision 2013/255/CFSP concerning restrictive measures in view of the situation in Syria | adopted | 32026D1105 | — | |
— | 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 framewo | adopted | 32026D1028 | — | |
— | 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 Herzegovin | adopted | 32026D1082 | — | |
— | 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 | adopted | 32010D0322 | — | |
2016/0207(COD) | The EU’s new approach to funding peace and security | adopted | 12 events · 3116d idle | ||
2018/0247(COD) | Rules for exercising the Union’s rights in implementing and enforcing EU UK agreements | completed | 7 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 SAFE | tabled | 4 events · 71d idle | ||
2025/0417(COD) | Amending certain production, labelling and certification rules and certain rules on trade with third countries | tabled | ENVI | 3 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_adoption | AFET | 6 events · 157d idle | |
2025/2150(DEC) | 2024 discharge: General budget of the EU - European External Action Service | close_to_adoption | CONT | 7 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 Polic | close_to_adoption | AFET | 6 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 Polic | tabled | AFET | — | |
2025/2942(DEA) | Certain criteria for the establishment of the list of high-risk third countries and high-risk products | tabled | AGRI | 4 events · 185d idle | |
2025/3014(DEA) | Identifying high-risk third countries with strategic deficiencies: adding Russia | tabled | 4 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 | tabled | 4 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 Matters | completed | JURI | 4 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 Comm | completed | JURI | 4 events · 135d idle | |
2026/0058(NLE) | EU/UK agreement in respect of Gibraltar | tabled | 1 events · 130d idle | ||
2026/0065(NLE) | Convention Establishing an International Claims Commission for Ukraine | tabled | 5 events · 72d idle | ||
2026/0076(NLE) | EU–Japan Agreement on participation of Japan in Union programmes | tabled | 1 events · 99d idle | ||
2026/2005(INI) | EU External Action on AI and Human Rights Challenges | tabled | AFET | 3 events | |
2026/2039(INI) | EU Gender Action Plan IV – priorities for gender equality and women’s rights in external action | tabled | DEVE | — | |
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 Polic | tabled | AFET | — | |
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 Polic | tabled | AFET | — | |
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 Polic | tabled | AFET | — | |
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 Polic | tabled | AFET | — | |
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 Polic | tabled | AFET | — | |
2026/2058(INI) | Implementation of the common foreign and security policy – annual report 2026 | tabled | AFET | — | |
2026/2599(RSP) | Four years of Russia's war of aggression against Ukraine and European contributions to a just peace and sustained security for Ukraine | completed | 1 events · 123d idle | ||
2026/2602(RSP) | Resolution on the situation in Northeast Syria, the violence against civilians and the need to maintain a sustainable ceasefire | completed | 2 events · 135d idle | ||
2026/2605(RSP) | Violence in the Great Lakes Region, particularly in the eastern Democratic Republic of the Congo | tabled | 1 events · 137d idle | ||
2026/2613(RSP) | Resolution on the targeted expulsions of foreign journalists and foreign Christians in Türkiye under national security pretexts | completed | 2 events · 135d idle | ||
2026/2637(RSP) | Immunity of International Criminal Court officials and the activation of the EU Blocking Statute to strengthen EU strategic autonomy | tabled | 1 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 | tabled | INTA | 2 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 | tabled | INTA | 2 events · 94d idle | |
2026/2696(RSP) | Situation in Lebanon | tabled | 1 events · 59d idle | ||
2026/2697(RSP) | Danger of normalizing relations with Russia, including its participation in major cultural and sports events | tabled | 1 events · 59d idle | ||
2026/2701(RSP) | Supporting democratic resilience in Armenia | tabled | 2 events · 58d idle | ||
2026/2704(RSP) | Shortcomings and deficiencies of the ‘Amnesty Law’ in Venezuela | tabled | 2 events · 58d idle | ||
2026/2726(RSP) | Decision of the Azerbaijani Parliament on suspending cooperation with the European Parliament | tabled | — | ||
2026/2735(RSP) | Situation in Cuba | tabled | — | ||
2026/2779(RSP) | EU-UK summit | tabled | — | ||
COM(2025)0741 | Implementation of the European Union's External Action Instruments in 2024. 2025 annual report | tabled | AFET | 2 events · 201d idle | |
COM(2026)0097 | European Union framework for science diplomacy | tabled | ITRE | 2 events · 116d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2024/0035(COD) | Combating child sexual abuse: Revising Directive (2011/93/EU) – recas | close_to_adoption | LIBE | 746 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 parenthood | completed | 420 amdt · 8 events · 926d idle | ||
2022/0398(COD) | Proposal for a directive on the violation of Union restrictive measures | completed | 258 amdt · 13 events · 789d idle | ||
2023/0135(COD) | Directive on combating corruption | completed | 136 amdt · 12 events · 67d idle | ||
2025/0045(COD) | Certain corporate sustainability reporting and due diligence requirements (Omnibus I) | completed | JURI | 82 amdt · 7 events · 193d idle | |
2023/0250(COD) | Revision of the Victims’ Rights Directive | completed | 77 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 requirement | completed | 19 amdt · 13 events · 684d idle | ||
2025/0101(COD) | Establishment of a list of safe countries of origin at Union level | completed | LIBE | 11 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 | adopted | 32026R1165 | — | |
— | 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 o | adopted | 32026D0713 | — | |
— | 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 | tabled | 52026PC0103 | — | |
— | 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 application | tabled | 52025PC0797 | — | |
— | 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 protection | tabled | 52025PC1020 | — | |
— | Directive on information exchange between law enforcement authorities of Member States | announced | — | ||
— | Strengthening of Europol's mandate | announced | — | ||
— | EU Agenda and Action Plan on Drugs 2021-2025 | announced | — | ||
— | 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 vi | adopted | 32012L0029 | — | |
— | 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 of | adopted | 32026D1213 | — | |
— | Proposal for a regulation on privacy and electronic communications | announced | — | ||
— | EU Strategy for a more effective fight against child sexual abuse | announced | — | ||
— | New European Internal Security Strategy | announced | — | ||
— | Proposal for a revision of the combating child sexual abuse Directive (2011/93/EU) | announced | — | ||
— | Commission proposal for a directive on combating corruption | announced | — | ||
— | Preventing radicalisation | announced | — | ||
— | Common rules for non-conviction based confiscation | announced | — | ||
— | Appointment of legal representatives for the purpose of gathering evidence in criminal proceedings | announced | — | ||
— | Implementing regulation on firearms deactivation standards | announced | — | ||
— | EU Security Union Strategy | announced | — | ||
— | European Production and Preservation Orders for electronic evidence in criminal matters | announced | — | ||
— | 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 chi | adopted | 32011L0092 | — | |
— | 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/ | adopted | 32026L1021 | — | |
— | 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 Prosecutor | adopted | 32026D0800 | — | |
— | Extension of rules on combating fraud & counterfeiting of non-cash means of payments | announced | — | ||
— | CELEX:32020R1784R(09) | adopted | 32020R1784 | — | |
— | CELEX:32019R0788R(05) | adopted | 32019R0788 | — | |
— | CELEX:32004L0038R(15) | adopted | 32004L0038 | — | |
— | Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL regarding the European Investigation Order in criminal matters and the European Remote Pa | tabled | 52026PC0313 | — | |
— | 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 Effec | adopted | 32026D1099 | — | |
— | Countering money laundering by criminal law | announced | — | ||
— | 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 | tabled | 52026PC0236 | — | |
2011/0073(COD) | Public access to European Parliament, Council and Commission documents | tabled | LIBE | 7 events · 264d idle | |
2013/403(COD) | Reform of the European Small Claims Procedure | tabled | — | ||
2017/0002(COD) | Rules for EU institutions’ processing of personal data | adopted | 9 events · 2775d idle | ||
2018/0136(COD) | Protecting the EU budget against generalised rule of law deficiencies | completed | 8 events · 2641d idle | ||
2018/0203(COD) | Revising the Taking of Evidence Regulation | adopted | 12 events · 2033d idle | ||
2018/0204(COD) | Reform of the Service of Documents Regulation | adopted | 12 events · 2033d idle | ||
2024/0155(NLE) | EU–Lebanon Agreement on cooperation between Eurojust and the authorities of Lebanon competent for judicial cooperation in criminal matters | tabled | LIBE | — | |
2025/0145(NLE) | EU/Norway Agreement: transfer of passenger name record (PNR) data for the prevention, detection, investigation and prosecution of terrorist offences and serious | close_to_adoption | LIBE | 6 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 crime | close_to_adoption | LIBE | 6 events · 100d idle | |
2025/0227(COD) | Global Europe | tabled | LIBE | 2 events · 247d idle | |
2025/0233(NLE) | United Nations Convention on the International Effects of Judicial Sales of Ships | close_to_adoption | JURI | 7 events · 93d idle | |
2025/0550(COD) | 'AgoraEU' programme 2028–2034 | tabled | LIBE | 2 events · 247d idle | |
2025/0803(NLE) | Appointment of the European Chief Prosecutor | completed | LIBE | 8 events · 87d idle | |
2025/0905(NLE) | Appointment of a Member of the Executive Board of the Anti-Money Laundering Authority (AMLA) | close_to_adoption | LIBE | 4 events · 191d idle | |
2025/2015(INI) | European Union regulatory fitness and subsidiarity and proportionality – report on Better Law-Making covering 2023 and 2024 | close_to_adoption | JURI | 7 events · 109d idle | |
2025/2016(INI) | Monitoring the application of European Union law in 2023, 2024 and 2025 | close_to_adoption | JURI | 9 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 pr | close_to_adoption | JURI | 6 events · 212d idle | |
2025/2057(INI) | EU strategy for the rights of persons with disabilities post-2024 | close_to_adoption | LIBE | 7 events · 212d idle | |
2025/2075(INI) | Implementation of the Charter on Fundamental Rights of the European Union in the EU legal framework | tabled | LIBE | 8 events · 101d idle | |
2025/2097(IMM) | Request for the waiver of the immunity of Daniel Attard | tabled | JURI | — | |
2025/2098(IMM) | Request for the waiver of the immunity of Salvatore De Meo | tabled | JURI | — | |
2025/2099(IMM) | Request for the waiver of the immunity of Fulvio Martusciello | tabled | JURI | — | |
2025/2100(IMM) | Request for the waiver of the immunity of Nikola Minchev | tabled | JURI | — | |
2025/2114(INI) | Deliberations of the Committee on Petitions in 2024 | close_to_adoption | PETI | 7 events · 261d idle | |
2025/2135(INI) | Situation of fundamental rights in the European Union in 2024 and 2025 | close_to_adoption | LIBE | 7 events · 59d idle | |
2025/2137(INI) | Public access to documents – report covering the years 2022 - 2024 | close_to_adoption | LIBE | 7 events · 109d idle | |
2025/2138(INI) | Activities of the European Ombudsman – annual report 2024 | close_to_adoption | PETI | 5 events · 107d idle | |
2025/2148(DEC) | 2024 discharge: General budget of the EU - Court of Justice of the European Union | close_to_adoption | CONT | 7 events · 107d idle | |
2025/2154(DEC) | 2024 discharge: General budget of the EU - European Data Protection Supervisor | close_to_adoption | CONT | 7 events · 106d idle | |
2025/2158(IMM) | Request for the waiver of the immunity of Harald Vilimsky | tabled | JURI | — | |
2025/2170(IMM) | Request for the waiver of the immunity of Grzegorz Braun | close_to_adoption | JURI | 3 events · 93d idle | |
2025/2171(IMM) | Request for the waiver of the immunity of Patryk Jaki | close_to_adoption | JURI | 2 events · 65d idle | |
2025/2172(IMM) | Request for the waiver of the immunity of Daniel Obajtek | close_to_adoption | JURI | 2 events · 65d idle | |
2025/2175(IMM) | Request for the waiver of the immunity of Angelika Niebler | tabled | JURI | 2 events · 40d idle | |
2025/2192(IMM) | Request for the waiver of immunity of Grzegorz Braun | close_to_adoption | JURI | 3 events · 93d idle | |
2025/2193(IMM) | Request for the waiver of immunity of Tomasz Buczek | close_to_adoption | JURI | 2 events · 65d idle | |
2025/2194(IMM) | Request for the waiver of immunity of Nikos Pappas | close_to_adoption | JURI | 3 events · 93d idle | |
2025/2196(IMM) | Request for the waiver of immunity of Diana Iovanovici Şoşoacă | close_to_adoption | JURI | 2 events · 65d idle | |
2025/2222(IMM) | Request for the waiver of immunity of Alvise Pérez | close_to_adoption | JURI | 2 events · 65d idle | |
2025/2234(IMM) | Request for the waiver of the immunity of Nikos Pappas | tabled | JURI | — | |
2025/2236(IMM) | Request for the waiver of the immunity of Alvise Pérez | close_to_adoption | JURI | 3 events · 40d idle | |
2025/2239(INI) | The Commission’s 2025 Rule of Law report | close_to_adoption | LIBE | 6 events · 72d idle | |
2025/2241(IMM) | Request for the waiver of immunity of Grzegorz Braun | close_to_adoption | JURI | 2 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 Ar | tabled | JURI | 3 events · 191d idle | |
2025/2929(DEA) | Inclusion of new psychoactive substances in the definition of 'drug' | tabled | LIBE | 3 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 | tabled | LIBE | 3 events · 186d idle | |
2026/0164(COD) | New Eurojust Regulation | tabled | — | ||
2026/0165(COD) | New Europol Regulation | tabled | — | ||
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 cooperation | tabled | — | ||
2026/2000(IMM) | Request for the waiver of the immunity of Ilhan Kyuchyuk | tabled | JURI | 1 events · 123d idle | |
2026/2004(INI) | EU Strategy to Protect International Justice System and Institutions | tabled | AFET | 4 events | |
2026/2008(IMM) | Request for the waiver of the immunity of Borys Budka | tabled | JURI | 1 events · 123d idle | |
2026/2009(IMM) | Request for the waiver of the immunity of Afroditi Latinopoulou | tabled | JURI | 1 events · 123d idle | |
2026/2010(IMM) | Request for the waiver of the immunity of Klára Dobrev | tabled | JURI | 1 events · 123d idle | |
2026/2016(IMM) | Request for the waiver of the immunity of András Tivadar Kulja | tabled | JURI | 1 events · 95d idle | |
2026/2019(IMM) | Request for the waiver of the immunity of Siegbert Frank Droese | tabled | JURI | 1 events · 95d idle | |
2026/2030(IMM) | Request for the waiver of the immunity of Matej Tonin | tabled | JURI | 1 events · 95d idle | |
2026/2032(IMM) | Request for the waiver of the immunity of Grzegorz Braun | tabled | JURI | 1 events · 73d idle | |
2026/2033(IMM) | Request for the waiver of the immunity of Francisco Assis | tabled | JURI | 1 events · 73d idle | |
2026/2049(IMM) | Request for the waiver of the immunity of Afroditi Latinopoulou | tabled | JURI | — | |
2026/2050(IMM) | Request for the waiver of the immunity of Tamás Deutsch | tabled | JURI | — | |
2026/2051(IMM) | Request for the waiver of the immunity of Mariusz Kamiński | tabled | JURI | — | |
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 voting | tabled | JURI | — | |
2026/2061(INI) | Monitoring the application of European Union law in 2026 | tabled | JURI | — | |
2026/2072(INI) | Deliberations of the Committee on Petitions in 2025 | tabled | PETI | — | |
2026/2073(INI) | Activities of the European Ombudsman - annual report 2025 | tabled | PETI | — | |
2026/2075(IMM) | Request for the waiver of the immunity of Daniel Obajtek | tabled | JURI | — | |
2026/2076(IMM) | Request for the waiver of the immunity of Alvise Pérez | tabled | JURI | — | |
2026/2077(IMM) | Request for the waiver of the immunity of Matteo Ricci | tabled | JURI | — | |
2026/2607(RSP) | Rule of law, fundamental rights and misuse of EU funds in Slovakia: the need for an EU response | tabled | 1 events · 136d idle | ||
2026/2619(DEA) | Inclusion of certain precursors of synthetic cathinone and amphetamine in the list of scheduled substances | tabled | LIBE | 3 events · 71d idle | |
2026/2638(RSP) | Rise of political violence, notably by far-left organisations | tabled | 1 events · 108d idle | ||
2026/2648(RSP) | Situation of the rule of law in Greece, following the Court decision on Predator spyware | tabled | 1 events · 108d idle | ||
2026/2695(RSP) | Roma inclusion, equality and fundamental rights: delivering on Europe’s values | tabled | 1 events · 59d idle | ||
2026/2700(RSP) | Ensuring accountability and justice in response to Russia’s continued attacks against the civilian population in Ukraine | tabled | 1 events · 58d idle | ||
2026/2716(DEA) | Access to regulated information at Union level | tabled | JURI | — | |
C(2026)1800 | Innovative enterprises, innovative startups and innovative scaleups | tabled | JURI | 2 events · 100d idle | |
C(2026)3333 | European citizens’ initiative: ‘Ban on conversion practices in the European Union’. Communication from the Commission | tabled | LIBE | — | |
COM(2022)0712 | Opening of negotiations for an EU/Swiss Confederation agreement establishing a basis for the exchange of information on persons benefitting from temporary prote | tabled | LIBE | 2 events · 129d idle | |
COM(2025)0743 | EU Drugs Strategy | tabled | LIBE | 2 events · 193d idle | |
COM(2025)0751 | Taking stock of the implementation of the Strategy to strengthen the application of the Charter of Fundamental Rights in the EU. 2025 Annual report | tabled | LIBE | 2 events · 199d idle | |
COM(2025)0764 | Participation of Ukraine as an observer in the European Union Agency for Fundamental Rights' work and the respective modalities. EU position in the EU-Ukraine A | tabled | LIBE | 2 events · 193d idle | |
COM(2025)0777 | Single Convention on Narcotic Drugs of 1961, as amended by the 1972 Protocol, and the Convention on Psychotropic Substances of 1971: scheduling of substances. E | tabled | LIBE | 2 events · 190d idle | |
COM(2025)0796 | Establishment of the Annual Solidarity Pool for 2026. Proposal for a Council implementing decision | tabled | LIBE | 2 events · 137d idle | |
COM(2025)0801 | European Judicial Training Strategy 2025 - 2030 Creating a supportive environment for DigitalJustice@2030 | tabled | JURI | 2 events · 218d idle | |
COM(2026)0103 | Council of Europe Convention on preventing and combating violence against women and domestic violence: participation of non-governmental organisations as observ | tabled | LIBE | 2 events · 123d idle | |
COM(2026)0236 | Council of Europe Convention on preventing and combating violence against women and domestic violence: conclusions addressed to certain Parties on their impleme | tabled | LIBE | — | |
COM(2026)0273 | 2026 EU Justice Scoreboard | tabled | JURI | — | |
COM(2026)0320 | Towards a 28th regime for EU companies | tabled | JURI | 2 events · 100d idle | |
COM(2026)0380 | A Simpler, Clearer and Better Enforced EU Rulebook | tabled | JURI | — | |
SWD(2026)0025 | European Enforcement Order for uncontested claims. Evaluation | tabled | JURI | 2 events · 145d idle | |
SWD(2026)0026 | European Enforcement Order for uncontested claims. Executive summary of the evaluation | tabled | JURI | 2 events · 145d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0271(COD) | Improving use of rail infrastructure capacity | adopted | 32026R1184 | 629 amdt · 10 events · 151d idle | |
2023/0265(COD) | Revision of the Weights and Dimensions Directive | close_to_adoption | 303 amdt · 9 events · 591d idle | ||
2023/0284(COD) | Circularity requirements for vehicle design and management of end-of-life vehicles | completed | 210 amdt · 7 events · 291d idle | ||
2025/0096(COD) | Registration documents for vehicles. 'Roadworthiness package' | close_to_adoption | TRAN | 179 amdt · 8 events · 61d idle | |
2023/0090(COD) | Non-road mobile machinery circulating on public roads | completed | 161 amdt · 10 events · 535d idle | ||
2025/0380(COD) | Market stability reserve for the buildings, road transport and additional sectors | close_to_adoption | ENVI | 111 amdt · 6 events · 71d idle | |
2025/0097(COD) | Periodic roadworthiness tests and technical roadside inspection (Roadworthiness package) | tabled | TRAN | 58 amdt | |
2023/0448(COD) | Review of the rules on the protection of animals during transport | tabled | 20 amdt · 3 events · 591d idle | ||
2018/0332(COD) | Discontinuing seasonal changes of time | completed | 16 amdt · 8 events · 591d idle | ||
— | CELEX:32012L0034R(10) | adopted | 32012L0034 | — | |
— | 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 pursua | tabled | 52026PC0122 | — | |
— | 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 | tabled | 52026PC0098 | — | |
— | TTIP negotiations on VEHICLES | announced | — | ||
— | 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 Aviat | tabled | 52026PC0049 | — | |
— | CELEX:52025PC0994(01): Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on clean corporate vehicles | tabled | 52025PC0994 | — | |
— | 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 | tabled | 52025PC0993 | — | |
— | 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 t | tabled | 52025PC0999 | — | |
— | European Union Agency for Railways | announced | — | ||
— | Proposal for a directive on common rules for combined transport of goods | announced | — | ||
— | 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 Internati | adopted | 32026D0714 | — | |
— | 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 est | adopted | 32026D0858 | — | |
— | Revision of the European Electronic Tolling Directive 2004/52/EC | announced | — | ||
— | Review of the Clean vehicles directive | announced | — | ||
— | 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 road | announced | — | ||
— | Occupation of road transport operator and international haulage market | announced | — | ||
— | Road transport: enforcement requirements and specific rules for posting drivers | announced | — | ||
— | Minimum requirements on driving times, breaks and rest periods - Tachographs | announced | — | ||
— | Regulation on type-approval for motor vehicles as regards their general safety and the protection of vehicle occupants and vulnerable road users | announced | — | ||
— | Trans-European transport network: streamlining measures for advancing its realisation | announced | — | ||
— | Revision of the Road Infrastructure Safety Management Directive | announced | — | ||
— | Regulation on electronic freight transport information | announced | — | ||
— | Revision of the Council Directive 96/53/EC amending time limit provisions for maximum length of cabs | announced | — | ||
— | 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 t | tabled | 52026PC0163 | — | |
— | 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 po | tabled | 52026PC0171 | — | |
— | Opening of the market for domestic passenger transport services by rail: award of public service contracts | announced | — | ||
— | Opening of the market for domestic passenger transport services by rail and governance of the railway infrastructure | announced | — | ||
— | Common rules for the normalisation of the accounts of railway undertakings | announced | — | ||
— | 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 services | announced | — | ||
— | EU regulatory framework for hyperloop | announced | — | ||
— | Revision of the Directive on Deployment of Alternative Fuels Infrastructure | announced | — | ||
— | ReFuelEU Aviation - Sustainable Aviation Fuels | announced | — | ||
— | 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 fo | adopted | 32016L2370 | — | |
— | 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, o | adopted | 32026D1133 | — | |
— | 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 rail | adopted | 32026R1184 | — | |
— | Development of the CO2 transportation infrastructure and markets | announced | — | ||
— | CELEX:32019L0520R(02) | adopted | 32019L0520 | — | |
— | 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 Internati | adopted | 32026D1369 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on multimodal booking and repealing Regulation (EC) No 80/2009 | tabled | 52026PC0231 | — | |
— | 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 Exp | adopted | 32026D1303 | — | |
— | 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 Aviat | tabled | 52026PC0181 | — | |
— | 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 ti | tabled | 52026PC0233 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on rail ticketing | tabled | 52026PC0232 | — | |
— | 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 th | adopted | 32026D1071 | — | |
2011/0102(NLE) | EU/USA/Iceland/Norway Air Transport Agreement, and EU/Iceland/Norway Ancillary Agreement on the application of the Air Transport Agreement | close_to_adoption | TRAN | 11 events · 100d idle | |
2016/0236(COD) | EU certification of aviation security screening equipment | tabled | 3 events · 3327d idle | ||
2017/0113(COD) | Goods vehicles hired without drivers | completed | 7 events · 2720d idle | ||
2017/0122(COD) | Road transport: Driving, breaks, rest times and tachographs | completed | 7 events · 2915d idle | ||
2017/0123(COD) | Access to the occupation of road transport operator and to the international road haulage market | completed | 6 events · 2915d idle | ||
2018/0138(COD) | Measures to advance the realisation of the trans-European transport network: Integrated and faster project procedures | completed | 10 events · 1817d idle | ||
2023/0134(COD) | CO2 emission class of heavy-duty vehicles with trailers | tabled | TRAN | — | |
2023/0142(NLE) | EU/Morocco Euro-Mediterranean Aviation Agreement: accession to the EU of Croatia. Protocol | tabled | TRAN | — | |
2025/0421(COD) | Clean corporate vehicles | tabled | ENVI | 2 events · 138d idle | |
2025/0422(COD) | Simplification of technical requirements and testing procedures for motor vehicles (Omnibus IX on automotive) | tabled | IMCO | 2 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) | tabled | ENVI | 6 events · 60d idle | |
2025/2843(DEA) | Technical requirements and test procedures for approval of motor vehicles equipped with 112-based eCall in-vehicle systems | tabled | IMCO | 5 events · 241d idle | |
2025/2957(DEA) | Certificate of airworthiness and restricted certificate of airworthiness | tabled | 5 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 fo | tabled | 4 events · 127d idle | ||
2026/0113(COD) | Multimodal booking | tabled | — | ||
2026/0114(COD) | Protection of rail passengers with single tickets | tabled | — | ||
2026/0115(COD) | Rail ticketing | tabled | — | ||
2026/2003(INI) | Connecting Europe Through High-Speed Rail | tabled | TRAN | 1 events · 156d idle | |
2026/2040(INI) | A regulatory framework to promote the uptake of sustainable aviation fuels | tabled | TRAN | — | |
2026/2647(RSP) | Three years after the Tempi accident: rail transport safety in the EU | tabled | 1 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 vehicl | tabled | IMCO | 3 events · 94d idle | |
2026/2760(DEA) | Setting out durability multipliers for gaseous pollutants of heavy-duty vehicles of categories M3, N2 and N3 | tabled | ENVI | — | |
2026/2764(RSP) | The resilience of the European transport sector and the need to ensure the supply of essential goods amid ongoing geopolitical instability | tabled | — | ||
2026/2772(RSP) | Russia’s unacceptable provocative actions and drone incursions into Romania, Baltic states and Finland | tabled | — | ||
2026/2777(DEA) | New heavy-duty vehicles: data to be monitored, reported and published | tabled | ENVI | — | |
C(2026)2014 | European citizens’ initiative entitled ‘Fast, convenient, affordable, and above all climate-friendly transportation for all Europeans’: request for registration | tabled | TRAN | 1 events · 93d idle | |
COM(2025)0703 | Availability of suitable rest facilities for drivers and of secured parking facilities, and on the development of safe and secure parking areas certified in acc | tabled | TRAN | 2 events · 214d idle | |
COM(2025)0763 | European Tourism Agenda 2030 | tabled | TRAN | 2 events · 191d idle | |
COM(2025)0944 | Quality Jobs Roadmap | tabled | EMPL | 2 events · 200d idle | |
COM(2026)0005 | International occasional carriage of passengers by coach and bus (Interbus Agreement) regarding the international regular and special regular carriage of passen | tabled | TRAN | 2 events · 163d idle | |
COM(2026)0007 | Transport Community: changes to the rules on staff salaries of the Transport Community Permanent Secretariat. EU position | tabled | TRAN | 2 events · 162d idle | |
COM(2026)0049 | International Civil Aviation Organization (ICAO): envisaged amendment to Annex 13 - Aircraft Accident and Incident Investigation. EU position | tabled | TRAN | 2 events · 141d idle | |
COM(2026)0066 | International Civil Aviation Organization (ICAO): amendment 3, 12 and 15 of Annex 16, Volumes I-III of the Chicago Convention, concerning Standards and Recommen | tabled | TRAN | 1 events · 135d idle | |
COM(2026)0077 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point | tabled | TRAN | 2 events · 131d idle | |
COM(2026)0081 | Action Plan on Drone and Counter Drone Security | tabled | LIBE | 1 events · 136d idle | |
COM(2026)0098 | Intergovernmental Organisation for International Carriage by Rail (OTIF): certain amendments to Appendix C to the Convention concerning International Carriage b | tabled | TRAN | 2 events · 120d idle | |
COM(2026)0122 | Cape Town Convention (2001) on International Interests in Mobile Equipment: matters specific to railway rolling stock. Luxembourg Protocol, Rail Protocol 2007. | tabled | TRAN | 2 events · 109d idle | |
COM(2026)0163 | Intergovernmental Organisation for International Carriage by Rail (OTIF): revision of the the Rules of Procedure of the Committee of Technical Experts (CTE), re | tabled | TRAN | 2 events · 68d idle | |
COM(2026)0181 | International Civil Aviation Organization (ICAO): amendment 19 of Annex 17 – Aviation Security. EU position | tabled | TRAN | — | |
COM(2026)0265 | Intergovernmental Organisation for International Carriage by Rail (OTIF): Ad Hoc Committee on Legal Affairs and International Cooperation. EU position | tabled | TRAN | — | |
SWD(2026)0027 | Market access in Inland Waterway Transport. Fitness check | tabled | TRAN | 2 events · 145d idle | |
SWD(2026)0028 | Market access in Inland Waterway Transport. Executive summary of the fitness check | tabled | TRAN | 2 events · 145d idle | |
SWD(2026)0033 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Austria. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0034 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Belgium. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0035 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Bulgaria. Accompanying the doc | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0036 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Croatia. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0037 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Cyprus. Accompanying the docum | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0038 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Czechia. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0039 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Denmark. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0040 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Estonia. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0041 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Finland. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0042 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - France. Accompanying the docum | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0043 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Germany. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0044 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Greece. Accompanying the docum | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0045 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Hungary. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0046 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Ireland. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0047 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Italy. Accompanying the docume | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0048 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Latvia. Accompanying the docum | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0049 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Lithuania. Accompanying the do | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0050 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Luxembourg. Accompanying the d | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0051 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Malta. Accompanying the docume | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0052 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Netherlands. Accompanying the | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0053 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Poland. Accompanying the docum | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0054 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Portugal. Accompanying the doc | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0055 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Romania. Accompanying the docu | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0056 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Slovakia. Accompanying the doc | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0057 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Slovenia. Accompanying the doc | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0058 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Spain. Accompanying the docume | tabled | TRAN | 2 events · 131d idle | |
SWD(2026)0059 | Report on the Implementation of the EU Road Safety Policy Framework at the Mid-Point. Monitoring Road Safety Progress in the EU - Sweden. Accompanying the docum | tabled | TRAN | 2 events · 131d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0212(COD) | Digital euro package | tabled | 1644 amdt · 3 events · 591d idle | ||
2022/0047(COD) | The Data act | completed | 1164 amdt · 10 events · 906d idle | ||
2023/0133(COD) | Cyber solidarity act | completed | 780 amdt · 10 events · 591d idle | ||
2022/0032(COD) | The EU chips act: Securing Europe’s supply of semiconductors | completed | 574 amdt · 8 events · 1068d idle | ||
2022/0407(CNS) | VAT in the digital age | completed | 52022PC0701 | 251 amdt · 13 events · 459d idle | |
2020/0155(COD) | Combating child sexual abuse online | adopted | 137 amdt · 11 events · 1947d idle | ||
2017/0003(COD) | Reform of the e-Privacy Directive | close_to_adoption | 135 amdt · 7 events · 264d idle | ||
2023/0089(COD) | Enhanced digital tools and processes in company law | completed | 130 amdt · 12 events · 533d idle | ||
2025/0359(COD) | The Digital Omnibus Regulation Proposal | close_to_adoption | IMCO | 52025PC0837 | 111 amdt · 7 events · 93d idle |
2023/0199(COD) | Strategic technologies for Europe platform (STEP) | completed | 79 amdt · 6 events · 851d idle | ||
2025/0429(COD) | Extension of the temporary derogation from the ePrivacy Directive to combat online child sexual abuse | completed | LIBE | 53 amdt · 8 events · 93d idle | |
2023/0108(COD) | Managed security services | completed | 51 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 euro | tabled | ECON | 28 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 a | adopted | 32019L0770 | — | |
— | Council Decision (CFSP) 2026/588 of 16 March 2026 amending Decision (CFSP) 2019/797 concerning restrictive measures against cyber-attacks threatening the Union | adopted | 32026D0588 | — | |
— | Regulation: CELEX:32024R2847R(06): Rectificatif au règlement (UE) 2024/2847 du Parlement européen et du Conseil du 23 octobre 2024 concernant des exi | adopted | 32024R2847 | — | |
— | Cross-border portability of online content | announced | — | ||
— | SINGLE DIGITAL GATEWAY | announced | — | ||
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the European Union Agency for Cybersecurity (ENISA), the European cybersecurity certi | tabled | 52026PC0011 | — | |
— | Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive (EU) 2022/2555 as regards simplification measures and alignment with t | tabled | 52026PC0013 | — | |
— | Modernisation of European copyright rules: directive on copyright in the digital single market | announced | — | ||
— | Modernisation of European copyright rules: Directive on online transmissions of broadcasting organisations and retransmissions of television and radio programme | announced | — | ||
— | European cloud initiative | announced | — | ||
— | Public-private partnerships for cybersecurity | announced | — | ||
— | Free flow of non-personal data | announced | — | ||
— | e-Government action plan 2016-2020 | announced | — | ||
— | Cybersecurity package | announced | — | ||
— | European business wallets | announced | — | ||
— | 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° 9 | adopted | 32024R1183 | — | |
— | Quantum Act | announced | — | ||
— | EU Cybersecurity Agency and the cybersecurity Act | announced | — | ||
— | Online platforms, the digital single market and disinformation | announced | — | ||
— | Assessment of platforms and tackling illegal content | announced | — | ||
— | Assessment of platforms and tackling illegal content - fairness in platform-to-business relations | announced | — | ||
— | Digital Finance Strategy for the EU | announced | — | ||
— | Digital operational resilience for the financial sector | announced | — | ||
— | Removing legal obstacles to criminal investigations on cybercrime | announced | — | ||
— | USE OF DIGITAL TOOLS AND PROCESSES IN COMPANY LAW | announced | — | ||
— | 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 services | announced | — | ||
— | Corporate taxation of a significant digital presence | announced | — | ||
— | VAT in the digital age | announced | — | ||
— | Council Implementing Regulation (EU) 2026/1078 of 11 May 2026 implementing Regulation (EU) 2019/796 concerning restrictive measures against cyber-attacks threat | adopted | 32026R1078 | — | |
— | Council Decision (CFSP) 2026/1079 of 11 May 2026 amending Decision (CFSP) 2019/797 concerning restrictive measures against cyber-attacks threatening the Union o | adopted | 32026D1079 | — | |
— | 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 | tabled | 52026PC0186 | — | |
— | Digital omnibus on AI | announced | — | ||
— | Smarter information systems | announced | — | ||
— | High common level of network and information security | announced | — | ||
— | Joint Declaration by the Contracting Parties to Decision No …/… incorporating Regulation (EU) 2019/881 of the European Parliament and of the Council into the Ag | adopted | 32019R0881 | — | |
— | Council Implementing Regulation (EU) 2026/589 of 16 March 2026 implementing Regulation (EU) 2019/796 concerning restrictive measures against cyber-attacks threa | adopted | 32026R0589 | — | |
— | 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/3 | adopted | 32022R2065 | — | |
— | Review of the Public Sector Information (PSI) directive | announced | — | ||
— | Revision of the European interoperability framework | announced | — | ||
— | Cloud and AI development act | announced | — | ||
— | European High Performance Computing Joint Undertaking | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION on authorising support from the EU Cybersecurity Reserve to Ukraine | tabled | 52026PC0239 | — | |
— | 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 R | adopted | 32023R2854 | — | |
— | 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 | adopted | 32023R2844 | — | |
— | 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 Reg | adopted | 32024R1689 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on a framework of measures for strengthening the Union’s semiconductor ecosystem, repeal | tabled | 52026PC0504 | — | |
— | 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 ( | tabled | 52026PC0502 | — | |
— | 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 Neighbour | adopted | 32026D1338 | — | |
— | 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 Artificial | adopted | 32026D1080 | — | |
— | Council Implementing Decision (EU) 2026/1354 of 15 June 2026 authorising the provision of support from the EU Cybersecurity Reserve to Ukraine | adopted | 32026D1354 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION authorising support from the EU Cybersecurity Reserve for Moldova and repealing Implementing Decision (EU) 2025/145 | tabled | 52026PC0280 | — | |
— | Data Union Strategy - Unlocking data for AI | announced | — | ||
— | Chips Act II | announced | — | ||
— | AI continent action plan | announced | — | ||
2015/0284(COD) | Cross-border portability of online content services | completed | 7 events · 3327d idle | ||
2015/0288(COD) | Contracts for online and other distance sales of goods | completed | 8 events · 2650d idle | ||
2016/0284(COD) | Regulating online TV and radio broadcasting | completed | 8 events · 2648d idle | ||
2017/0086(COD) | Single digital gateway | adopted | 10 events · 2775d idle | ||
2018/0073(CNS) | Interim digital services tax on revenues from certain digital services | completed | 8 events · 2753d idle | ||
2018/0331(COD) | Terrorist content online: Tackling online terrorist propaganda | completed | 11 events · 1886d idle | ||
2022/0303(COD) | Artificial intelligence liability directive | tabled | 5 events · 264d idle | ||
2025/0133(COD) | Amending certain Directives as regards digitalisation and common specifications | close_to_adoption | IMCO | 7 events · 110d idle | |
2025/0134(COD) | Amending certain Regulations as regards digitalisation and common specifications | close_to_adoption | IMCO | 7 events · 110d idle | |
2025/0136(NLE) | Council of Europe Framework Convention on Artificial Intelligence and Human Rights, Democracy and the Rule of Law | close_to_adoption | IMCO | 8 events · 108d idle | |
2025/0231(NLE) | United Nations Convention against Cybercrime | close_to_adoption | LIBE | 7 events · 40d idle | |
2025/0273(NLE) | EU/Korea Digital Trade Agreement | tabled | 1 events · 290d idle | ||
2025/0360(COD) | Simplification of the digital legislative framework – Digital Omnibus (Omnibus VII) | tabled | IMCO | 2 events · 159d idle | |
2025/2058(INI) | Copyright and generative artificial intelligence – opportunities and challenges | close_to_adoption | JURI | 6 events · 109d idle | |
2025/2081(INI) | Impact of social media and the online environment on young people | tabled | IMCO | 1 events · 415d idle | |
2025/2118(INI) | Institutional aspects of Artificial Intelligence in the context of the European integration | tabled | IMCO | 10 events | |
2025/3036(DEA) | Terms and conditions for applying the cybersecurity-related grounds in relation to delaying the dissemination of notifications | tabled | 4 events · 67d idle | ||
2026/0011(COD) | EU Cybersecurity Agency (ENISA) and ICT Cybersecurity Certification (Cybersecurity Act 2) | tabled | ITRE | 1 events · 158d idle | |
2026/0012(COD) | Simplification Measures and Alignment with Cybersecurity Act 2 | tabled | 2 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 Decisi | tabled | 52026PC0016 | 1 events · 157d idle | |
2026/0138(COD) | Cloud and AI Development Act | tabled | — | ||
2026/0139(COD) | Chips Act 2.0 | tabled | — | ||
2026/0169(COD) | Energy and tyre labelling: simplification and digitalisation | tabled | — | ||
2026/2057(INI) | Digital and AI opportunities, challenges for gender equality and gender-based violence including AI-generated contents | tabled | — | ||
2026/2587(RSP) | Presentation of the Action plan against cyberbullying | tabled | 1 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 the | tabled | ITRE | 5 events · 78d idle | |
2026/2596(RSP) | Enforcement of the Digital Markets Act | tabled | IMCO | 5 events · 58d idle | |
2026/2693(RSP) | Need for targeted criminal provisions and platforms’ responsibility to effectively address cyberbullying and online harassment | tabled | 2 events · 58d idle | ||
2026/2705(RSP) | Enforcement of the Digital Markets Act | tabled | — | ||
2026/2729(RSP) | EU cybersecurity and preparedness in view of advanced AI systems | tabled | — | ||
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 sector | tabled | — | ||
2026/2744(RSP) | Achieving digital sovereignty and resilience for Europe | tabled | — | ||
COM(2025)0802 | DigitalJustice@2030. Communication | tabled | JURI | 2 events · 218d idle | |
COM(2025)0835 | Data union strategy unlocking data for AI | tabled | ITRE | 2 events · 218d idle | |
COM(2026)0009 | Evaluation of ENISA and the European Cybersecurity Certification Framework | tabled | ITRE | 2 events · 155d idle | |
COM(2026)0071 | Action plan against cyberbullying 'Safer online, stronger together' | tabled | IMCO | 2 events · 135d idle | |
COM(2026)0186 | Requests for accession of third parties to the Council of Europe Convention on Cybercrime ('Budapest Convention'). EU position | tabled | LIBE | — | |
COM(2026)0234 | Need to review the list of prohibited AI practices and of high-risk AI systems listed in Annex III. Report | tabled | IMCO | — | |
COM(2026)0239 | Authorising support from the EU Cybersecurity Reserve to Ukraine. Proposal for a Council implementing decision | tabled | ITRE | — | |
COM(2026)0280 | Authorising Support from the EU Cybersecurity Reserve for Moldova. Proposal for a Council implementing decision | tabled | ITRE | — | |
COM(2026)0288 | State of the Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond | tabled | ITRE | — | |
COM(2026)0501 | Strategic Roadmap for Digitalisation and AI in the Energy Sector | tabled | ITRE | — | |
SWD(2026)0002 | Evaluation of the European Union Agency for Cybersecurity (ENISA) and the European Cybersecurity Certification Framework. Accompanying document | tabled | ITRE | 2 events · 155d idle | |
SWD(2026)0154 | Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying document | tabled | ITRE | — | |
SWD(2026)0155 | Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying document | tabled | ITRE | — | |
SWD(2026)0156 | Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying document | tabled | ITRE | — | |
SWD(2026)0157 | Digital Decade 2026: Closing structural gaps and mobilising investments for 2030 and beyond. Accompanying document | tabled | ITRE | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/0059(COD) | A common system for the return of third-country nationals staying illegally in the European Union | close_to_adoption | 2409 amdt · 5 events · 107d idle | ||
2023/0439(COD) | Preventing and countering the facilitation of unauthorised entry, transit and stay in the EU | tabled | 586 amdt · 4 events · 425d idle | ||
2023/0115(COD) | Deposit protection, use of deposit guarantee schemes funds, cross-border cooperation, and transparency | adopted | ECON | 332 amdt · 14 events · 89d idle | |
2022/0424(COD) | Advance passenger information (API) to enhance border checks | completed | 307 amdt · 12 events · 535d idle | ||
2023/0169(COD) | The protection of vulnerable adults in cross-border situations | close_to_adoption | 275 amdt · 8 events · 355d idle | ||
2023/0404(COD) | Proposal establishing an EU talent pool | completed | 245 amdt · 7 events · 109d idle | ||
2023/0202(COD) | Newly proposed rules to strengthen GDPR enforcement in cross-border cases | completed | 218 amdt · 11 events · 197d idle | ||
2023/0315(COD) | European cross-border associations | completed | 209 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 EU | close_to_adoption | 133 amdt · 8 events · 591d idle | ||
2018/0329(COD) | Recasting the Return Directive | tabled | 119 amdt · 4 events · 591d idle | ||
2016/0133(COD) | Reform of the Dublin system | close_to_adoption | 109 amdt · 10 events · 1891d idle | ||
2016/0223(COD) | Reform of the Qualification Directive | completed | 95 amdt · 10 events · 774d idle | ||
2024/0061(COD) | European cross-border associations | completed | 60 amdt · 8 events · 201d idle | ||
2021/0427(COD) | Instrumentalisation in the field of migration and asylum | tabled | 33 amdt · 4 events · 264d idle | ||
2023/0052(COD) | Cross-border exchange of information on road safety-related traffic offences | completed | 23 amdt · 10 events · 544d idle | ||
— | CELEX:32024R1358R(02) | adopted | 32024R1358 | — | |
— | Council Directive (EU) 2022/2523 of 14 December 2022 on ensuring a global minimum level of taxation for multinational enterprise groups and large-scale domestic | adopted | 32022L2523 | — | |
— | 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 the | adopted | 32026D1132 | — | |
— | 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 activitie | adopted | 32026D0554 | — | |
— | 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 po | tabled | 52026PC0124 | — | |
— | Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on combating firearms trafficking and other firearms-related offences and amending Direct | tabled | 52026PC0102 | — | |
— | Proposal for a COUNCIL IMPLEMENTING DECISION on the establishment of the Annual Solidarity Pool for 2026 | tabled | 52025PC0796 | — | |
— | Cross-border parcel delivery | announced | — | ||
— | EU anti-money laundering (AML) and Combating the Financing of Terrorism (CFT) single rule book | announced | — | ||
— | Establishing the Authority for Anti-Money Laundering (AML) and Countering the Financing of Terrorism (CFT) and amending Regulations (EU) No 1093/2010, (EU) 1094 | announced | — | ||
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL empowering Austria to amend its existing bilateral road transport agreement with Switzerla | tabled | 52025PC0773 | — | |
— | Council Recommendation on operational police cooperation | announced | — | ||
— | 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 | adopted | 32026D0828 | — | |
— | Strategy towards the eradication of trafficking in human beings | announced | — | ||
— | EUROPEAN LIST OF SAFE COUNTRIES OF ORIGIN | announced | — | ||
— | Minimum rules to prevent and counter the facilitation of unauthorised entry, transit and stay in the Union | announced | — | ||
— | Reform of the qualification directive | announced | — | ||
— | EU action plan on firearms trafficking 2020-2025 | announced | — | ||
— | Collection and transfer of advance passenger information (API) for enhancing and facilitating external border controls | announced | — | ||
— | EU Police Cooperation Code: consolidating legal framework for law enforcement cooperation | announced | — | ||
— | Proposal for a directive amending Directive 2011/36/EU on preventing and combating trafficking in human beings and protecting its victims | announced | — | ||
— | 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, | adopted | 32026L0804 | — | |
— | Proposal for a Regulation on situations of instrumentalisation in the field of migration and asylum | announced | — | ||
— | Communication on the EU strategy to tackle organised crime | announced | — | ||
— | 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 EU | announced | — | ||
— | 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 agency | announced | — | ||
— | Review of the Framework Decision on terrorism | announced | — | ||
— | Legislative proposals following the Action plan to strengthen the fight against terrorism financing | announced | — | ||
— | Regulation on automated data exchange for police cooperation (Prüm II) | announced | — | ||
— | Modernising VAT for cross-border e-commerce | announced | — | ||
— | 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 Pool | adopted | 32026R1047 | — | |
— | Revision of Excise Duties Directive (General Arrangements - Cross-border acquisitions of excise goods) | announced | — | ||
— | Revision of the Blue Card directive | announced | — | ||
— | Recast Eurodac regulation | announced | — | ||
— | Single Permit Directive – possible review | announced | — | ||
— | Revision of Directive 2011/98/EU on the Single permit | announced | — | ||
— | Integration of migrants | announced | — | ||
— | Urgency resettlement scheme | announced | — | ||
— | Status of long-term resident 3rd country nationals – possible review | announced | — | ||
— | Revision of the Dublin regulation | announced | — | ||
— | EU resettlement framework | announced | — | ||
— | CELEX:32024R1348R(03) | adopted | 32024R1348 | — | |
— | Additional financing to respond to the migration crisis | announced | — | ||
— | Revision of the Frontex regulation | announced | — | ||
— | Permanent EU relocation mechanism | announced | — | ||
— | Reform of the reception conditions directive | announced | — | ||
— | Reform of the asylum procedures directive | announced | — | ||
— | Action plan against migrant smuggling | announced | — | ||
— | European travel document for the return of illegal migrants | announced | — | ||
— | Action plan on return | announced | — | ||
— | 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 preve | tabled | 52026PC0137 | — | |
— | 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 preventi | tabled | 52026PC0136 | — | |
— | 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 pr | adopted | 32024L1346 | — | |
2015/0211(COD) | Safe countries of origin: Proposed common EU list | close_to_adoption | 4 events · 2563d idle | ||
2016/0407(COD) | Use of the Schengen Information System for the return of illegally staying third-country nationals | adopted | 12 events · 2759d idle | ||
2016/0408(COD) | Revision of the Schengen Information System for border checks | adopted | 10 events · 2759d idle | ||
2016/0409(COD) | Revision of the Schengen Information System for law enforcement | adopted | 10 events · 2759d idle | ||
2018/061(COD) | Revision of the Community Code on Visas | tabled | — | ||
2025/0120(NLE) | EU/Ecuador Agreement: cooperation between the European Union Agency for Law Enforcement Cooperation (Europol) and the Ecuadorian authorities competent for comba | completed | LIBE | 8 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 the | tabled | JURI | 7 events | |
2025/0540(COD) | Union support for asylum, migration and integration | tabled | 2 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/817 | tabled | 3 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/818 | tabled | 3 events · 135d idle | ||
2026/0059(COD) | Combating firearms trafficking and other firearms-related offences | tabled | 4 events · 68d idle | ||
2026/0152(NLE) | Council of Europe Convention on the Prevention of Terrorism. Protocol | tabled | — | ||
2026/2604(RSP) | Spain’s large-scale regularisation policy and its impact on the Schengen Area and EU migration policy | tabled | 1 events · 137d idle | ||
2026/2610(DEA) | Certain categories of animals and goods exempted from official controls at border control posts | tabled | ENVI | 3 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 Autho | tabled | LIBE | 3 events · 64d idle | |
2026/2702(RSP) | Escalating trafficking and exploitation by criminal groups in Haiti | tabled | 2 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 products | tabled | ENVI | 1 events · 61d idle | |
2026/2725(RSP) | Recruitment of children by organised crime | tabled | — | ||
COM(2025)0744 | EU Action Plan against drug trafficking | tabled | LIBE | 2 events · 193d idle | |
COM(2026)0045 | European Asylum and Migration Management Strategy | tabled | LIBE | 2 events · 145d idle | |
COM(2026)0082 | Communication on the EU’s eastern regions bordering Russia, Belarus and Ukraine. Strong regions for a safe Europe | tabled | REGI | 2 events · 128d idle | |
COM(2026)0101 | ProtectEU: Agenda to prevent and counter terrorism | tabled | LIBE | 2 events · 116d idle | |
COM(2026)0150 | 2026 State of Schengen Report | tabled | LIBE | — | |
COM(2026)0167 | Community Code on Visas (Visa Code): suspension of certain provisions with respect to Ethiopia. Proposal for a Council implementing decision | tabled | LIBE | 2 events · 66d idle | |
COM(2026)0168 | Armenia's implementation of the action plan on visa liberalisation. First progress report. | tabled | LIBE | — | |
COM(2026)0196 | State of play on the implementation of the Pact on Migration and Asylum | tabled | LIBE | — | |
SWD(2026)0075 | Ex post evaluation for the Internal Security Fund - Borders and Visa (ISF-BV) for the 2014-2020 programming period. Evaluation | tabled | LIBE | 2 events · 115d idle | |
SWD(2026)0076 | Ex post evaluation for the Internal Security Fund - Borders and Visa (ISF-BV) for the 2014-2020 programming period. Executive summary | tabled | LIBE | 2 events · 115d idle | |
SWD(2026)0079 | Ex-post Evaluation of the Internal Security Fund - Police (ISF-P) for the 2014-2020 programming period | tabled | LIBE | 2 events · 115d idle | |
SWD(2026)0083 | Ex-post Evaluation of the Internal Security Fund - Police (ISF-P) for the 2014-2020 programming period. Executive summary | tabled | LIBE | 2 events · 115d idle | |
SWD(2026)0129 | United Nations Convention against Transnational Organised Crime: “Criminalisation and jurisdiction”; Prevent, Suppress and Punish Trafficking in Persons, Especi | tabled | LIBE | — | |
SWD(2026)0150 | 2026 State of Schengen Report. Accompanying the document | tabled | LIBE | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2013/0072(COD) | Air passenger rights | close_to_adoption | IMCO | 238 amdt · 5 events · 4525d idle | |
— | CELEX:32024L1760R(03) | adopted | 32024L1760 | — | |
— | Promoting SME GROWTH MARKETS: amendments to the market abuse regulation and the prospectus regulation | announced | — | ||
— | Proposal for a regulation establishing the European cybersecurity industrial, technology and research competence centre | announced | — | ||
— | Simplifying VAT for small and medium-sized enterprises (SMEs) | announced | — | ||
— | The 28th Regime - legislative initiative | announced | — | ||
— | Critical Raw Materials Centre | announced | — | ||
— | Industrial Accelerator Act | announced | — | ||
— | EU Start-up and Scale-up Strategy | announced | — | ||
— | The 28th Regime - a new legal framework for innovative companies | announced | — | ||
— | STRATEGY for SECONDARY RAW MATERIALS | announced | — | ||
— | 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 read | announced | — | ||
— | 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 | tabled | 52026PC0130 | — | |
— | Digitising European Industry | announced | — | ||
— | European defence industrial development programme (EDIDP) | announced | — | ||
— | REVIEW OF REGULATORY BARRIERS FOR SME ACCESS TO PUBLIC MARKETS / 2017 | announced | — | ||
— | EURO area system of competitiveness authorities (National productivity boards) | announced | — | ||
— | European critical raw materials act | announced | — | ||
— | Green Deal Industrial Plan for the Net-Zero Age | announced | — | ||
— | Net-zero industry act | announced | — | ||
— | PHARMACEUTICALS: Mutual recognition agreement (MRA) on Good Manufacturing Practices (GMP) | announced | — | ||
— | Communautarisation of the Euro Plus Pact on competitiveness | announced | — | ||
— | TTIP chapter on SMALL and MEDIUM-SIZED ENTERPRISES (SME) | announced | — | ||
— | SME Relief Package | announced | — | ||
— | 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 | adopted | 32026D1070 | — | |
— | Proposal for a regulation amending the EU Batteries Regulation and the EU Industrial Emissions Portal Regulation as regards simplification and reduction of admi | announced | — | ||
— | Head Office Tax System for SMEs (HOT) | announced | — | ||
— | Omnibus I - sustainability reporting - proposal amending CSRD and CSDDD | announced | — | ||
— | Omnibus I - sustainability reporting - "stop the clock" proposal | announced | — | ||
— | Clean industrial deal | announced | — | ||
— | Bioeconomy strategy | announced | — | ||
— | European strategy on sustainable tourism | announced | — | ||
— | Security Action for Europe (SAFE) through the reinforcement of European defence industry Instrument | announced | — | ||
— | A Competitiveness Compass for the EU | announced | — | ||
— | Regulation: CELEX:32024R1244R(02): Rectificatif au règlement (UE) 2024/1244 du Parlement européen et du Conseil du 24 avril 2024 concernant la notifi | adopted | 32024R1244 | — | |
— | European Biotech Act II | announced | — | ||
— | European Chemicals Industry Action Plan | announced | — | ||
— | 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 | adopted | 32026R1384 | — | |
— | 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-z | adopted | 32024R1735 | — | |
— | 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 a | adopted | 32024R1849 | — | |
— | Advanced Materials Act | announced | — | ||
2018/0165(COD) | Enabling SMEs’ access to capital markets | adopted | 11 events · 2390d idle | ||
2020/0107(COD) | European defence industry reinforcement through common procurement act (EDIRPA) | tabled | 8 events · 1489d idle | ||
2025/0176(COD) | Defence readiness and facilitating defence investments and conditions for defence industry (Omnibus V) | close_to_adoption | IMCO | 6 events · 159d idle | |
2025/0221(COD) | Connecting Europe Facility 2028–2034 | tabled | ITRE | 3 events · 71d idle | |
2025/0358(COD) | Establishment of European Business Wallets | tabled | IMCO | 3 events · 87d idle | |
2025/0384(COD) | Monitoring and controlling drug precursors | tabled | IMCO | 2 events · 135d idle | |
2025/0385(COD) | Amendments to the Critical Raw Materials Act | tabled | ITRE | 2 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 37 | tabled | BUDG | — | |
2025/0398(NLE) | Research Fund for Coal and Steel: research programme and multiannual technical and financial guidelines | tabled | ITRE | 4 events · 74d idle | |
2025/0400(COD) | Acceleration of permit-granting procedures | tabled | ITRE | 3 events · 72d idle | |
2025/0406(COD) | European biotech act | tabled | — | ||
2025/0545(COD) | Budget expenditure tracking and performance framework | tabled | ITRE | 2 events · 247d idle | |
2025/2954(DEA) | Thresholds for public supply, service and works contracts, and design contests for the years 2026-2027 | tabled | IMCO | 4 events · 169d idle | |
2025/3009(DEA) | Union list of projects of common interest and projects of mutual interest | completed | ITRE | 4 events · 74d idle | |
2025/3502(COD) | Establishing the Reparations Loan to Ukraine | tabled | ITRE | 4 events · 92d idle | |
2026/0013(COD) | Digital Networks Act (DNA) | tabled | ITRE | 1 events · 157d idle | |
2026/0068(COD) | Industrial Accelerator Act | tabled | ITRE | 52026PC0100 | 1 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) | tabled | 52026PC0100 | 1 events · 115d idle | |
2026/0074(COD) | THE 28TH REGIME CORPORATE LEGAL FRAMEWORK - 'EU INC.' | tabled | 1 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.' | tabled | 52026PC0321 | 1 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, under | tabled | 3 events · 102d idle | ||
2026/2591(DEA) | Security of gas supply: composition of the risk groups | tabled | ITRE | 3 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 reality | tabled | 1 events · 136d idle | ||
2026/2625(DEA) | Classes of performance in relation to the essential characteristic reaction to fire | tabled | IMCO | 5 events · 67d idle | |
2026/2626(DEA) | Radio equipment: application of the essential requirements. Repealing Delegated Regulation (EU) 2022/30 | tabled | IMCO | 3 events · 64d idle | |
2026/2635(RSP) | Cutting red tape to enable a competitive and clean transition – the urgent need to shorten and simplify permitting | tabled | 1 events · 109d idle | ||
2026/2653(RSP) | Energy security, independence and supply in the geopolitical context - ensuring market stability and affordable energy for industry and citizens | tabled | 1 events · 94d idle | ||
2026/2659(DEA) | Classes of performance in relation to the essential characteristic resistance to fire | tabled | IMCO | 3 events · 94d idle | |
2026/2674(DEA) | Protein-related requirements for infant and follow-on formula manufactured from protein hydrolysates | tabled | ENVI | 1 events · 89d idle | |
2026/2773(DEA) | Applicable assessment and verification systems for product families and categories | tabled | IMCO | — | |
C(2026)2851 | Supplier risk management. Commission recommendation | tabled | ITRE | — | |
C(2026)4110 | European Citizens’ Initiative (ECI) ‘Stop Destroying Videogames’ | tabled | IMCO | — | |
COM(2025)0848 | 2030 Consumer Agenda and action plan for consumers in the single market 'A new impulse for consumer protection, competitiveness and sustainable growth' | tabled | IMCO | 2 events · 214d idle | |
COM(2025)0980 | Simplifying for sustainable competitiveness | tabled | ENVI | 2 events · 197d idle | |
COM(2025)0991 | The European Strategy for Housing Construction: a more competitive and productive construction industry | tabled | ITRE | 2 events · 190d idle | |
COM(2025)1026 | New European Bauhaus - from vision to implementation | tabled | ITRE | 2 events · 190d idle | |
COM(2026)0034 | Evaluation of BEREC and the BEREC Office | tabled | ITRE | 2 events · 156d idle | |
COM(2026)0046 | The 2026 Annual Single Market and Competitiveness Report | tabled | IMCO | 2 events · 145d idle | |
COM(2026)0117 | Strategy for the development and deployment of Small Modular Reactors (SMRs) in Europe | tabled | ITRE | 2 events · 107d idle | |
COM(2026)0176 | Amending Regulation suspending the Common Customs Tariff duties on certain agricultural and industrial products. Proposal for a Council regulation | tabled | IMCO | — | |
COM(2026)0177 | Amending Regulation on opening and providing for the management of autonomous tariff quotas of the Union for certain agricultural and industrial products. Propo | tabled | IMCO | — | |
COM(2026)0503 | Communication on European Tech Sovereignty, accompanied by an EU Open Source Strategy | tabled | ITRE | — | |
SWD(2026)0017 | Evaluation of BEREC and the BEREC Office. Accompanying the document | tabled | ITRE | 2 events · 156d idle | |
SWD(2026)0030 | The 2026 Annual Single Market and Competitiveness Report. Accompanying document | tabled | IMCO | 2 events · 145d idle | |
SWD(2026)0093 | Supporting life-cycle approaches to decarbonise European buildings | tabled | ITRE | 2 events · 101d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2022/0196(COD) | Sustainable use of plant protection products | completed | 2776 amdt · 8 events · 782d idle | ||
2023/0227(COD) | Plant reproductive material | completed | 794 amdt · 9 events · 166d idle | ||
2024/0319(COD) | Targeted amendments to the CMO and other CAP regulations: Strengthening farmers’ position in the food supply chain | completed | 685 amdt · 8 events · 262d idle | ||
2023/0228(COD) | Forest reproductive material | completed | 325 amdt · 10 events · 299d idle | ||
2023/0126(COD) | Unitary supplementary protection certificate for plant protection products | completed | 98 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 enterpris | close_to_adoption | ECON | 64 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 enterprise | close_to_adoption | ECON | 25 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 certa | tabled | 52026PC0177 | — | |
— | 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 Reg | tabled | 52026PC0176 | — | |
— | 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 Partners | adopted | 32026R0687 | — | |
— | 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/ | adopted | 32026R1181 | — | |
— | 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 Eur | tabled | 52026PC0099 | — | |
— | TTIP negotiations on PESTICIDES | announced | — | ||
— | 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 | tabled | 52026PC0069 | — | |
— | 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 Stockholm | tabled | 52026PC0051 | — | |
— | CELEX:32018R0848R(28) | adopted | 32018R0848 | — | |
— | TTIP chapter on INTELLECTUAL PROPERTY & GEOGRAPHICAL INDICATIONS | announced | — | ||
— | 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 agricultura | adopted | 32021R2116 | — | |
— | Regulation (EU) 2026/697 of the European Parliament and of the Council of 11 March 2026 on cooperation among enforcement authorities responsible for the enforce | adopted | 32026R0697 | — | |
— | A Vision for Agriculture and Food. Shaping together an attractive farming and agri-food sector for future generations | announced | — | ||
— | Livestock strategy including elements of animal welfare | announced | — | ||
— | Strategy for generational renewal in agriculture | announced | — | ||
— | Common agricultural policy simplification package | announced | — | ||
— | Common agricultural policy 2028-2034 | announced | — | ||
— | Regulation establishing a Union certification framework for permanent carbon removals, carbon farming and carbon storage in products | announced | — | ||
— | 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, amending | adopted | 32026R1392 | — | |
— | CELEX:32016R2031R(12) | adopted | 32016R2031 | — | |
— | CELEX:32024R1143R(05) | adopted | 32024R1143 | — | |
— | CELEX:32013R1308R(30) | adopted | 32013R1308 | — | |
— | 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, | adopted | 32026R1388 | — | |
— | Council Decision (EU) 2026/1172 of 24 February 2026 on the signing of the International Coffee Agreement 2022 | adopted | 32026D1172 | — | |
— | 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 Stoc | adopted | 32026D0878 | — | |
— | Regulation: CELEX:32025R1292R(01): Corrigendum to Council Regulation (EU) 2025/1292 of 23 June 2025 amending Regulation (EU) 2021/2283 opening and providing for | adopted | 32025R1292 | — | |
— | 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 provide | tabled | 52026PC0282 | — | |
— | 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-pro | tabled | 52026PC0128 | — | |
— | 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 betwee | tabled | 52026PC0259 | — | |
— | Amended proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the economic accounts for agriculture in the Union (codification) | tabled | 52026PC0159 | — | |
— | Council Decision (EU) 2026/1199 of 11 May 2026 on the approval of amendments to the International Cocoa Agreement | adopted | 32026D1199 | — | |
— | REVIEW of the FERTILISING PRODUCTS REGULATION | announced | — | ||
— | 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 of | adopted | 32019R1009 | — | |
2014/0100(COD) | Organic farming legislation – Revision of regulation on organic production and labelling of organic products | close_to_adoption | 5 events · 3887d idle | ||
2018/0216(COD) | CAP strategic plans | completed | 11 events · 1677d idle | ||
2018/0217(COD) | CAP horizontal regulation: Financing, management and monitoring of the common agricultural policy for 2021-2027 | completed | 10 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 origin | tabled | 1 events · 2327d idle | ||
2024/2124(INI) | Women’s entrepreneurship in rural and island areas and outermost regions | close_to_adoption | 7 events · 58d idle | ||
2025/0240(COD) | European Fund for economic, social and territorial cohesion, agriculture and rural, fisheries and maritime, prosperity and security 2028–2034 | tabled | LIBE | 2 events · 247d idle | |
2025/0241(COD) | Regulation on the common agricultural policy for the period 2028 to 2034 | tabled | 52025PC0560 | 2 events · 247d idle | |
2025/0267(NLE) | International Coffee Agreement 2022 | tabled | 1 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 combustion | tabled | 52025PC0986 | 2 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 ani | close_to_adoption | AGRI | 5 events · 58d idle | |
2026/0044(COD) | Geographical indications: aligning EU rules with changes to the implementing provisions under the Lisbon Agreement | tabled | 3 events · 110d idle | ||
2026/0150(COD) | Temporary support and payment of advances regarding the increased fertiliser prices due to the Middle East crisis | tabled | AGRI | — | |
2026/2011(INI) | Strengthening competitiveness, resilience and fairness in EU agriculture | tabled | AGRI | 6 events · 68d idle | |
2026/2041(INI) | Generational renewal in agriculture | tabled | AGRI | — | |
2026/2580(DEA) | Rules for the movement within the Union of kept dogs, cats and ferrets and other carnivores | tabled | AGRI | 5 events · 91d idle | |
2026/2581(DEA) | Rules for the traceability of kept dogs, cats and ferrets | tabled | AGRI | 5 events · 91d idle | |
2026/2582(DEA) | Rules for surveillance and disease-free status from infestation with Echinococcus multilocularis | tabled | AGRI | 5 events · 91d idle | |
2026/2584(DEA) | Annual performance clearance | tabled | AGRI | 5 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 P | tabled | AGRI | 5 events · 88d idle | |
2026/2588(DEA) | Integrated administration and control system in the common agricultural policy | tabled | AGRI | 5 events · 88d idle | |
2026/2589(DEA) | Additional requirements for Member States in their CAP Strategic Plans for 2023-2027 and rules for GAEC standard 1 | tabled | AGRI | 5 events · 88d idle | |
2026/2611(RSP) | Resolution on the post-election situation in Uganda and threats against opposition leader Bobi Wine | completed | 3 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 ferrets | tabled | AGRI | 6 events · 71d idle | |
2026/2622(DEA) | Prevention and control of certain listed diseases | tabled | AGRI | 4 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 calculations | tabled | ECON | 2 events · 108d idle | |
2026/2667(DEA) | Infection with bluetongue virus (serotypes 1 – 24), infection with epizootic haemorrhagic disease virus and contagious equine metritis (Taylorella equigenitalis | tabled | AGRI | 1 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 registere | tabled | AGRI | 1 events · 92d idle | |
2026/2669(DEA) | Infection with bluetongue virus (serotypes 1-24) eradication programmes and disease-free status | tabled | AGRI | 1 events · 92d idle | |
2026/2670(DEA) | Infection with bluetongue virus (serotype 1-24) disease control measures | tabled | AGRI | 1 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/2026 | tabled | AGRI | 1 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 origin | tabled | AGRI | — | |
2026/2732(RSP) | Presentation of the Fertilisers Action Plan | tabled | — | ||
2026/2751(DEA) | Payments of advances for interventions in the wine sector | tabled | AGRI | — | |
2026/2757(DEA) | Procedure to conduct the listing of high-risk plants, plant products or other objects | tabled | AGRI | — | |
2026/2776(DEA) | Requirements for the entry into the Union of certain dairy products, certain fishery products and bivalve molluscs, echinoderms, tunicates and marine gastropods | tabled | ENVI | — | |
COM(2026)0017 | Implementation of regulation on the financing, management and monitoring of the common agricultural policy | tabled | AGRI | 2 events · 151d idle | |
COM(2026)0047 | EAGF expenditure: Early Warning System 7-12/2025 | tabled | AGRI | 2 events · 151d idle | |
COM(2026)0051 | Stockholm Convention on Persistent Organic Pollutants: listing of TBPH in Annex A or Annex B. Proposal for a Council decision | tabled | ENVI | 1 events · 143d idle | |
COM(2026)0310 | Fertiliser Action Plan: Partnership for ensuring the availability, affordability and strategic autonomy in home-grown EU fertilisers | tabled | AGRI | — | |
SWD(2026)0004 | Integrated administration and control system in the common agricultural policy. Accompanying documents | tabled | AGRI | 1 events · 157d idle | |
SWD(2026)0008 | Implementation of regulation on the financing, management and monitoring of the common agricultural policy. Accompanying document | tabled | AGRI | 2 events · 151d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2022/0051(COD) | Corporate sustainability due diligence: Could value chains integrate human rights and environmental concerns? | completed | 1713 amdt · 9 events · 794d idle | ||
2020/0353(COD) | New EU regulatory framework for batteries: Setting sustainability requirements | completed | 1454 amdt · 10 events · 1109d idle | ||
2023/0232(COD) | Soil monitoring and resilience directive | adopted | 776 amdt · 12 events · 227d idle | ||
2022/0344(COD) | Protection of groundwater against pollution and environmental quality standards in the field of water policy | completed | ENVI | 413 amdt · 11 events · 107d idle | |
2023/0373(COD) | Reducing microplastic pollution from plastic pellet losses | completed | 394 amdt · 13 events · 247d idle | ||
2023/0124(COD) | Detergents and Surfactants Regulation | completed | ENVI | 384 amdt · 13 events · 156d idle | |
2025/0207(COD) | European Chemicals Agency and amending regulations | close_to_adoption | ENVI | 294 amdt · 7 events · 72d idle | |
2023/0171(COD) | Revision of the Directive on Ship-source Pollution | completed | 125 amdt · 11 events · 558d idle | ||
— | Monitoring framework for the circular economy | announced | — | ||
— | CELEX:32024L1203R(03) | adopted | 32024L1203 | — | |
— | Proposal for a COUNCIL REGULATION amending Council Regulation (EU) 2026/249 fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stocks, ap | tabled | 52026PC0245 | — | |
— | 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 st | adopted | 32026R0786 | — | |
— | 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 Internati | adopted | 32026D0730 | — | |
— | Proposal for a COUNCIL REGULATION amending Regulation (EU) 2026/249 fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stocks, applicable | tabled | 52026PC0109 | — | |
— | 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 po | tabled | 52026PC0039 | — | |
— | CELEX:32012R0528R(15) | adopted | 32012R0528 | — | |
— | 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 Aviat | tabled | 52026PC0066 | — | |
— | Proposal for a directive suspending the application of the rules on the appointment of authorised representatives for extended producer responsibility for waste | announced | — | ||
— | Proposal for a directive amending the INSPIRE Directive | announced | — | ||
— | Establishing European maritime single window environment | announced | — | ||
— | Proposal for a regulation on speeding-up environmental assessments | announced | — | ||
— | European Water Resilience Strategy | announced | — | ||
— | REDUCTION of FOOD WASTE | announced | — | ||
— | ECODESIGN for CIRCULAR ECONOMY | announced | — | ||
— | Proposal for a Regulation suspending the application of the rules on the appointment of an authorised representative for extended producer responsibility for ba | announced | — | ||
— | Port reception facilities for the delivery of waste from ships | announced | — | ||
— | DIRECTIVE on WASTE | announced | — | ||
— | PACKAGING WASTE DIRECTIVE | announced | — | ||
— | End-of-life vehicles, batteries and accumulators and waste batteries and accumulators; waste electrical and electronic equipment | announced | — | ||
— | 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 th | tabled | 52026PC0172 | — | |
— | Approximation of criminal sanctions against environmental crime | announced | — | ||
— | Better business environment | announced | — | ||
— | TTIP negotiations on CHEMICALS | announced | — | ||
— | 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 | adopted | 32026D1067 | — | |
— | 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 Ma | adopted | 32026D1029 | — | |
— | CELEX:32006L0118R(06) | adopted | 32006L0118 | — | |
— | CELEX:32014L0052R(04) | adopted | 32014L0052 | — | |
— | LANDFILL DIRECTIVE | announced | — | ||
— | 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 | tabled | 52026PC0183 | — | |
— | Regulation: CELEX:32023R1542R(13): Corrigendum to Regulation (EU) 2023/1542 of the European Parliament and of the Council of 12 July 2023 concerning batteries a | adopted | 32023R1542 | — | |
— | 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) | adopted | 32025L1892 | — | |
— | 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 o | tabled | 52026PC0127 | — | |
— | Directive: CELEX:31992L0043R(08): Rectificatif à la directive 92/43/CEE du Conseil du 21 mai 1992 concernant la conservation des habitats naturels ai | adopted | 31992L0043 | — | |
— | Circular Economy Act | announced | — | ||
— | 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, th | adopted | 32024L1619 | — | |
— | 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 acti | adopted | 32026L0805 | — | |
— | Interface of chemical, product and waste legislation | announced | — | ||
— | Revision of the drinking water directive | announced | — | ||
— | Regulation on minimum requirements for the re-use of wastewater | announced | — | ||
— | ECOLABEL REGULATION (REFIT) | announced | — | ||
— | STRATEGY on PLASTICS in the CIRCULAR ECONOMY | announced | — | ||
— | CELEX:32024R1991R(05): Berichtigung der Verordnung (EU) 2024/1991 des Europäischen Parlaments und des Rates vom 24. Juni 2024 über die Wiederherstell | adopted | 32024R1991 | — | |
— | 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 Waters | adopted | 8 events · 2651d idle | ||
2018/0103(COD) | Explosives precursors: Fighting the misuse of chemicals by terrorists | adopted | 10 events · 2543d idle | ||
2018/0169(COD) | Water reuse: Setting minimum requirements | completed | 10 events · 2236d idle | ||
2025/0244(NLE) | Protection of the environment through criminal law | tabled | JURI | — | |
2025/2842(DEA) | Derogation from the minimum conservation reference size of Venus shells (Venus spp.) in certain Italian territorial waters | tabled | PECH | 7 events · 169d idle | |
2025/2870(DEA) | Inland waterways vessels: technical requirements update | tabled | 3 events · 221d idle | ||
2026/0099(COD) | Shipments of waste: export of mixed municipal waste for recovery to Switzerland | tabled | — | ||
2026/2056(INI) | Chemical submission: addressing its consequences on women's rights and safety in the EU | tabled | — | ||
2026/2652(RSP) | Implementation of the Urban Wastewater Treatment Directive (UWWTD) and risks to the security of supply of medicines | tabled | 2 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 separ | tabled | ECON | 1 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 | tabled | ECON | 1 events · 67d idle | |
2026/2698(RSP) | Cali fund – follow up from COP16 UN Convention on Biodiversity | tabled | 1 events · 58d idle | ||
2026/2708(DEA) | Fees charged by the European Securities and Markets Authority to Environmental, Social and Governance (ESG) rating providers | tabled | ECON | 1 events · 64d idle | |
2026/2738(RSP) | Indonesia : the cases of human rights and environmental defenders Andrie Yunus and Muhammad Rosidi | tabled | — | ||
2026/2759(DEA) | Listing of pesticides and industrial chemicals | tabled | ENVI | — | |
C(2026)1438 | Commission Recommendation on revising the European assessment framework for ‘safe and sustainable by design’ chemicals and materials | tabled | ENVI | 2 events · 109d idle | |
C(2026)8550 | Request for registration of the European citizens’ initiative entitled ‘Reconnecting nature through the creation of European biodiversity corridors’ | tabled | ENVI | — | |
C(2026)8551 | Request for registration of the European citizens’ initiative entitled ‘Rights for Nature: Empower Citizens to Represent and Protect Ecosystems’ | tabled | ENVI | — | |
COM(2025)0805 | Accelerating Europe’s transition to a circular economy: a pilot for boosting the circularity of plastics | tabled | ENVI | 2 events · 173d idle | |
COM(2026)0042 | Mid-term review of the Zero Pollution Action Plan ‘Delivering clean air, ocean, freshwaters and soil’. Report from the Commission | tabled | ENVI | 2 events · 145d idle | |
COM(2026)0127 | International Maritime Organization: adoption of amendments to the International Convention for the Prevention of Pollution from Ships (MARPOL), amendments to t | tabled | TRAN | 2 events · 96d idle | |
COM(2026)0172 | Convention for the Protection of the Marine Environment of the North-East Atlantic: ministerial meeting of June 2026. EU position | tabled | ENVI | 2 events · 64d idle | |
COM(2026)0252 | Oil and gas producers: progress towards reaching the Union-wide target for CO2 injection capacity | tabled | ITRE | — | |
SWD(2026)0066 | 7th National Report to the Convention on Biological Diversity: implementation of the Kunming-Montreal Global Biodiversity Framework | tabled | ENVI | 2 events · 130d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2021/0218(COD) | Revision of the Renewable Energy Directive: Fit for 55 package | completed | 1310 amdt · 9 events · 1019d idle | ||
2023/0077(COD) | Improving the design of the EU electricity market | tabled | 186 amdt | ||
— | Council Regulation establishing the nuclear decommissioning assistance programme of the Ignalina nuclear power plant in Lithuania for 2028-2034 | announced | — | ||
— | Omnibus to simplify energy product legislation | announced | — | ||
— | CELEX:32023L2413R(05) | adopted | 32023L2413 | — | |
— | 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 establis | adopted | 32026D0618 | — | |
— | Directive on common rules for the internal markets for renewable gas, natural gas and hydrogen | announced | — | ||
— | Regulation on the internal markets for renewable gas, natural gas and hydrogen | announced | — | ||
— | 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 | tabled | 52026PC0092 | — | |
— | Recommendation for a COUNCIL DECISION approving the conclusion, by the European Commission, of the Agreement in respect of Gibraltar between the European Union | tabled | 52026PC0093 | — | |
— | 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 Euro | tabled | 52026PC0091 | — | |
— | 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 r | tabled | 52026PC0044 | — | |
— | Updating of information requirements for nuclear installations | announced | — | ||
— | EU Solar Energy Strategy | announced | — | ||
— | 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 storage | announced | — | ||
— | REPower EU plan legislative proposal | announced | — | ||
— | 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 v | adopted | 32026L0706 | — | |
— | CELEX:32019R0943R(04) | adopted | 32019R0943 | — | |
— | Review of the Security of Gas Supply Regulation (EU) No 994/2010 | announced | — | ||
— | 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 in | adopted | 32026D0833 | — | |
— | Setting-up of the energy efficiency framework | announced | — | ||
— | Revision of the Energy Taxation Directive (ETD) | announced | — | ||
— | Action Plan for Affordable Energy | announced | — | ||
— | Amendment to Gas Storage Regulation | announced | — | ||
— | 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 estab | adopted | 32026D0710 | — | |
— | EU Strategy on Heating and Cooling | announced | — | ||
— | Communication on achieving a 15 % electricity interconnection target | announced | — | ||
— | Review of regulation No 714/2009 on the internal market for electricity - new electricity market design | announced | — | ||
— | Reinforcement of the Agency for the Cooperation of Energy Regulators (ACER) | announced | — | ||
— | Revision of Energy Efficiency Directive amending the Directive 2012/27/EU | announced | — | ||
— | Review of the Energy Performance of Buildings Directive 2010/31/EU | announced | — | ||
— | EU Save Energy | announced | — | ||
— | Revision of EU electricity market design | announced | — | ||
— | TTIP chapter on ENERGY & RAW MATERIALS | announced | — | ||
— | Strengthening energy security | announced | — | ||
— | Revision of the Renewable Energy Directive | announced | — | ||
— | Revision of the Energy Performance of Buildings Directive | announced | — | ||
— | Revision of the Energy Efficiency Directive | announced | — | ||
— | REPowerEU chapters in recovery and resilience plans | announced | — | ||
— | Setting-up of the renewable energy framework | announced | — | ||
— | 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 p | tabled | 52026PC0244 | — | |
— | 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 perio | tabled | 52026PC0293 | — | |
— | 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 Nor | adopted | 32026D1069 | — | |
— | 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 p | tabled | 52026PC0275 | — | |
— | Review of the Energy Efficiency Labelling Directive 2010/30/EU | announced | — | ||
— | Proposal for a regulation on European statistics on natural gas and electricity prices | announced | — | ||
— | Council Regulation establishing the Instrument for Nuclear Safety Cooperation and Decommissioning for the period 2028-2034 and repealing Regulations (Euratom) 2 | announced | — | ||
2021/0213(COD) | Revision of the Energy Taxation Directive: Fit for 55 package | tabled | — | ||
2022/0090(COD) | New EU regulation on gas storage | completed | 6 events · 1458d idle | ||
2025/0268(NLE) | Nuclear decommissioning assistance programme of the Ignalina nuclear power plant in Lithuania for the period 2028-2034 | tabled | ITRE | 2 events · 215d idle | |
2025/0399(COD) | Trans-European energy infrastructure: guidelines | tabled | ITRE | 3 events · 64d idle | |
2025/2832(DEA) | Updating the list of selected cross-border projects in the field of renewable energy | tabled | 7 events · 169d idle | ||
2025/3017(DEA) | Energy labelling of smartphones and slate tablets | tabled | 5 events · 74d idle | ||
2026/2614(RSP) | Building Europe's clean, independent and secure energy following the 2026 North Sea Summit | tabled | 1 events · 108d idle | ||
2026/2621(RSP) | Presentation of the Citizens' Energy Package | tabled | 1 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 energy | tabled | ITRE | 3 events · 67d idle | |
2026/2691(RSP) | EU strategy in response to the ongoing Middle East crisis and its implications on energy prices | tabled | 1 events · 59d idle | ||
2026/2730(RSP) | Need for an adaptation of the EU legal framework on sustainable biofuels | tabled | — | ||
2026/2763(RSP) | Electrification Action Plan | tabled | — | ||
C(2026)1523 | Practical guidance on one-stop shops services for energy efficiency and the energy performance of buildings | tabled | ITRE | 1 events · 109d idle | |
C(2026)1526 | Commission Recommendation on unlocking private investment in energy efficiency | tabled | ITRE | 2 events · 108d idle | |
C(2026)2850 | Supporting the development of energy communities and maximising the potential of self-consumption | tabled | ITRE | — | |
C(2026)2852 | Protection of vulnerable customers and customers in energy poverty from energy disconnections and during planning and carrying out of the phase-out of natural g | tabled | ITRE | — | |
C(2026)2853 | Summary of the key contractual terms and conditions of energy supply contracts. Commission recommendation | tabled | ITRE | — | |
COM(2025)0804 | Opening of negotiations for an EU/UK agreement on the participation in the internal electricity market and on the financial contribution towards reducing econom | tabled | ITRE | 2 events · 170d idle | |
COM(2025)1005 | 'European Grids Package': Communication | tabled | ITRE | 2 events · 194d idle | |
COM(2026)0116 | Clean Energy Investment Strategy | tabled | ITRE | 2 events · 107d idle | |
COM(2026)0118 | Energy Efficiency financing in Europe. Assessment of public spending for energy efficiency and the energy performance of buildings | tabled | ITRE | 2 events · 107d idle | |
COM(2026)0120 | Nuclear Illustrative Programme: Final (after the opinion of the EESC) | tabled | ITRE | 2 events · 107d idle | |
COM(2026)0370 | AccelerateEU - Energy Union Affordable and Secure Energy through Accelerated Action | tabled | ITRE | 2 events · 65d idle | |
COM(2026)0850 | Market-based electricity supply prices, effective retail market competition and promoting remuneration of flexibility in retail contracts | tabled | ITRE | — | |
SWD(2026)0084 | Nuclear Illustrative Programme: Final (after the opinion of the EESC). Accompanying document | tabled | ITRE | 2 events · 107d idle | |
SWD(2026)0126 | Energy supply: implementation Package | tabled | ITRE | — | |
SWD(2026)0147 | Ensuring well-functioning gas markets. Report by the Gas Market Task Force (“GMTF”) | tabled | ITRE | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | 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 Russia | adopted | 32026D1157 | — | |
— | 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 Russia | adopted | 32026R1164 | — | |
— | CELEX:32008E0851R(04) | adopted | 32008E0851 | — | |
— | Proposal for additional measures on Critical Infrastructure Protection | announced | — | ||
— | 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 | adopted | 32026D0777 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on establishing the Programme for agile and rapid defence innovation (AGILE) | tabled | 52026PC0135 | — | |
— | 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 UNION | announced | — | ||
— | Development of Capabilities for Common Security and Defence Policy | announced | — | ||
— | Common Security and Defence Policy related Research Preparatory action 2017 | announced | — | ||
— | EUROPEAN DEFENCE ACTION PLAN | announced | — | ||
— | Defence Readiness Omnibus | announced | — | ||
— | Revision of the Directive on acquisition and possession of weapons | announced | — | ||
— | Proposal for a Regulation of the European Parliament and of the Council on the acceleration of permit-granting for defence readiness projects | announced | — | ||
— | Council Implementing Regulation (CFSP) 2026/1225 of 8 June 2026 implementing Regulation (EU) 2023/1529 concerning restrictive measures in view of Iran’s militar | adopted | 32026R1225 | — | |
— | Council Decision (CFSP) 2026/1222 of 4 June 2026 amending Decision (CFSP) 2023/1344 in support of enhancing the operational effectiveness of the Organisation fo | adopted | 32026D1222 | — | |
— | Council Decision (CFSP) 2026/1223 of 4 June 2026 amending Decision (CFSP) 2024/1984 in support of the Institutional Transitional Planning for Non-Routine Missio | adopted | 32026D1223 | — | |
— | Council Decision (CFSP) 2026/1084 of 12 May 2026 amending Decision (CFSP) 2021/1143 on a European Union Military Assistance Mission in Mozambique (EUMAM Mozambi | adopted | 32026D1084 | — | |
— | 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 B | adopted | 32026D1346 | — | |
— | 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 Russia | adopted | 32026D1226 | — | |
2024/0260(NLE) | EU–Uzbekistan Enhanced Partnership and Cooperation Agreement | close_to_adoption | AFET | 7 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 part | close_to_adoption | AFET | 3 events · 40d idle | |
2025/0264(CNS) | Association of the overseas countries and territories with the EU including EU/Greenland/Denmark relations | tabled | AFET | 3 events · 54d idle | |
2025/0847(COD) | Framework of measures to facilitate the transport of military equipment, goods and personnel across the Union | tabled | IMCO | 2 events · 159d idle | |
2025/2142(INI) | European Defence Readiness 2030: assessment of needs | close_to_adoption | ITRE | 8 events · 192d idle | |
2025/2143(INI) | Tackling barriers to the single market for defence | close_to_adoption | SEDE | 8 events · 108d idle | |
2025/2144(INI) | Flagship European defence projects of common interest | close_to_adoption | SEDE | 8 events · 108d idle | |
2025/2165(INI) | Implementation of the common security and defence policy – annual report 2025 | close_to_adoption | SEDE | 6 events · 157d idle | |
2025/2179(INI) | Countering transnational repression – towards an EU strategy to protect Europe’s sovereignty and democratic values | tabled | AFET | — | |
2025/2212(INI) | Institutional aspects of the Common European Defence Union | tabled | AFCO | 3 events | |
2025/2250(INI) | 2025 Commission report on Albania | tabled | AFET | — | |
2025/2251(INI) | 2025 Commission report on Bosnia and Herzegovina | tabled | AFET | — | |
2025/2252(INI) | 2025 Commission report on Kosovo | tabled | AFET | 7 events | |
2025/2253(INI) | 2025 Commission report on Montenegro | close_to_adoption | AFET | 7 events · 12d idle | |
2025/2254(INI) | 2025 Commission report on North Macedonia | tabled | AFET | 1 events · 191d idle | |
2025/2255(INI) | 2025 Commission report on Serbia | tabled | AFET | 1 events · 191d idle | |
2025/2256(INI) | 2025 Commission report on Türkiye | close_to_adoption | AFET | 7 events · 40d idle | |
2025/2257(INI) | 2025 Commission report on Georgia | close_to_adoption | AFET | 8 events · 12d idle | |
2025/2258(INI) | 2025 Commission report on Moldova | tabled | AFET | 7 events | |
2025/2259(INI) | 2025 Commission report on Ukraine | tabled | AFET | 7 events | |
2025/2961(DEA) | List of defence-related products in line with the updated Common Military List of the European Union of 24 February 2025 | tabled | 4 events · 73d idle | ||
2026/0078(COD) | Establishing the Programme for agile and rapid defence innovation (AGILE) | tabled | 2 events · 65d idle | ||
2026/2024(INI) | Hybrid warfare and the protection of the EU’s territorial integrity and critical security and defence infrastructure | tabled | SEDE | 4 events | |
2026/2034(INI) | Strategic political relations with Australia – potential for deeper ties in the face of a volatile international order | tabled | AFET | — | |
2026/2036(INI) | EU-Syria political relations | tabled | AFET | — | |
2026/2060(INI) | Implementation of the common security and defence policy – annual report 2026 | tabled | SEDE | — | |
2026/2600(RSP) | Building a stronger European defence in light of an increasingly volatile international environment | tabled | 1 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 Iran | tabled | 1 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 decision | tabled | — | ||
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 2026 | tabled | AFET | — | |
2026/2771(RSP) | The urgent need for the de-escalation of military confrontations in the Middle East | tabled | — | ||
COM(2025)0714 | EU/Euratom/Moldova Association Agreement: decision establishing a list of persons who are willing and able to serve as arbitrators in dispute settlement proceed | tabled | AFET | 2 events · 211d idle | |
COM(2025)0755 | EU/Euratom/Ukraine Association Agreement: establishment of the Public Administration Reform Sub-Committee and endorsement of the establishment of the Joint Cons | tabled | AFET | 2 events · 193d idle | |
COM(2025)0756 | EU/Euratom/Moldova Association Agreement: establishment of the Public Administration Reform Sub-Committee and endorsement of the establishment of the Joint Cons | tabled | AFET | 2 events · 190d idle | |
COM(2025)0845 | EU Defence Industry Transformation Roadmap: Unleashing Disruptive Innovation for Defence Readiness | tabled | SEDE | 2 events · 214d idle | |
COM(2026)0024 | Security Action for Europe (SAFE) – Financial Assistance to Portugal | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0025 | Security Action for Europe (SAFE) – Financial Assistance to Bulgaria | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0026 | Security Action for Europe (SAFE) – Financial Assistance to Romania | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0027 | Security Action for Europe (SAFE) – Financial Assistance to Spain | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0028 | Security Action for Europe (SAFE) – Financial Assistance to Denmark | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0029 | Security Action for Europe (SAFE) – Financial Assistance to Belgium | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0030 | Security Action for Europe (SAFE) – Financial Assistance to Croatia | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0031 | Security Action for Europe (SAFE) – Financial Assistance to Cyprus | tabled | SEDE | 2 events · 162d idle | |
COM(2026)0105 | EU/Ukraine: signing of the Convention Establishing the International Claims Commission. Proposal for a Council decision | tabled | AFET | 2 events · 122d idle | |
COM(2026)0144 | Enlarged Partial Agreement on the Management Committee of the Special Tribunal for the Crime of Aggression against Ukraine | tabled | AFET | 2 events · 93d idle | |
COM(2026)0157 | Approving assistance to Ukraine in implementing the Ukrainian Financing Strategy | tabled | SEDE | 2 events · 81d idle | |
COM(2026)0185 | Satisfactory fulfilment of the conditions for the partial payment of the seventh instalment under the Ukraine Plan of the Ukraine Facility. Proposal for a Counc | tabled | AFET | — | |
COM(2026)0263 | EEA Agreement: amending Protocol 31 on cooperation in specific fields outside the four freedoms (EDIP Regulation). EU position | tabled | SEDE | — | |
COM(2026)0266 | Financial information on the European Development Fund (EDF): Financial implementation 2025 and forecasts for 2026-2029 | tabled | BUDG | — | |
COM(2026)0307 | Approval of the assessment of the Ukraine Plan | tabled | AFET | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2020/0006(COD) | Just Transition Fund | completed | 724 amdt · 9 events · 1858d idle | ||
2025/0531(COD) | CO2 emission performance standards for new light duty vehicles and vehicle labelling | close_to_adoption | IMCO | 113 amdt · 7 events · 68d idle | |
2019/0017(COD) | Monitoring, reporting and verification of CO2 emissions from maritime transport | completed | 34 amdt · 9 events · 264d idle | ||
2023/0266(COD) | CountEmissionsEU: Measuring emissions from transport services | adopted | 16 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 int | adopted | 32026R0667 | — | |
— | 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 emissi | adopted | 32026R1046 | — | |
— | 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 po | tabled | 52026PC0121 | — | |
— | LOW CARBON BENCHMARKS AND POSITIVE CARBON IMPACT BENCHMARKS | announced | — | ||
— | 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 | tabled | 52026PC0153 | — | |
— | Revision of national targets and flexibilities in the EU climate policy framework | announced | — | ||
— | 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 go | tabled | 52025PC0989 | — | |
— | 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 | tabled | 52025PC0995 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL establishing the Temporary Decarbonisation Fund | tabled | 52025PC0990 | — | |
— | Social Climate Fund | announced | — | ||
— | Heavy-Duty Vehicles CO2 emissions and fuel efficiency | announced | — | ||
— | 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 Deal | announced | — | ||
— | Monitoring and reporting of CO2 emissions from and fuel consumption of new heavy-duty vehicles | announced | — | ||
— | Regulation of the European Parliament and of the Council amending Regulation (EU) 2023/956 as regards simplifying and strengthening the carbon border adjustment | announced | — | ||
— | Revision of the EU Emissions Trading System for aviation, as part of the European Green Deal | announced | — | ||
— | Revision of the EU Emission Trading System for the 2021-2030 period | announced | — | ||
— | Regulation on binding greenhouse gas emission reductions for Member States 2021-2030 - Effort Sharing Regulation | announced | — | ||
— | 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 fra | announced | — | ||
— | Aviation in the EU Emission Trading System - implementing the ICAO October 2016 agreement | announced | — | ||
— | 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 consumpt | announced | — | ||
— | Proposal for a Commission Regulation on safeguard measures for EU Emissions Trading System | announced | — | ||
— | Review of the Renewable Energy Directive 2009/28/EC to adapt it to the EU 2030 climate and energy targets | announced | — | ||
— | European integrated framework for climate resilience | announced | — | ||
— | 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 | adopted | 32026R1030 | — | |
— | Reducing methane emissions in the energy sector | announced | — | ||
— | 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 Deal | announced | — | ||
— | Amending the Regulation on greenhouse gas emissions and removals from land use, land use change and forestry | announced | — | ||
— | Carbon border adjustment mechanism as part of the European Green Deal | announced | — | ||
— | Review of the Effort-Sharing Regulation | announced | — | ||
— | Update of the governance of the Energy Union and Climate Action including the phase-out of fossil fuels subsidies | announced | — | ||
— | Update of the EU emissions trading system for maritime, aviation and stationary installations, and the relevant market stability reserve | announced | — | ||
2017/0017(COD) | CO2 emissions from aviation | adopted | 9 events · 3102d idle | ||
2018/0209(COD) | LIFE programme for 2021-2027: Financing environmental and climate objectives | completed | 8 events · 2628d idle | ||
2025/0349(COD) | Empowering France to accede to the Inter-American Convention for the Protection and Conservation of Sea Turtles | close_to_adoption | ENVI | 6 events · 61d idle | |
2025/0418(COD) | Temporary decarbonisation fund | tabled | — | ||
2025/0420(COD) | Revision of CO2 emission performance standards for new light-duty vehicles and vehicle labelling | tabled | — | ||
2025/0524(COD) | Amending the European Climate Law: Setting an emissions reduction target for 2040 | completed | 11 events · 101d idle | ||
2025/2248(INI) | Implementation and delivery of the Sustainable Development Goals in view of the 2026 High-Level Political Forum | tabled | ENVI | 5 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 Reg | tabled | ENVI | 1 events · 199d idle | |
2025/3044(DEA) | Union framework for the national calculation of life-cycle global warming potential | completed | 4 events · 64d idle | ||
2026/0085(COD) | Market stability reserve for the EU Emissions Trading System (EU ETS): ceasing the invalidation of allowances | tabled | 1 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 estab | tabled | ENVI | 1 events · 166d idle | |
2026/2558(DEA) | Functioning of the Union Registry | tabled | ENVI | 5 events · 98d idle | |
2026/2574(DEA) | Functioning of the Union Registry | tabled | 4 events · 95d idle | ||
2026/2598(DEA) | Certification methodologies for permanent carbon removals activities | completed | ENVI | 6 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 | tabled | IMCO | 3 events · 94d idle | |
2026/2665(RSP) | Procedure File: 2026/2665(RSP) | tabled | ENVI | 2 events · 40d idle | |
2026/2677(DEA) | Rules on the timing, administration and other aspects of auctioning of greenhouse gas emission allowances. | tabled | ENVI | 1 events · 80d idle | |
2026/2741(DEA) | Restriction of the use for the active substance carbon dioxide | tabled | ENVI | — | |
2026/2758(DEA) | Conditions for testing compliance with brake particle emission limits | tabled | ENVI | — | |
COM(2025)0960 | A Strategic Framework for a Competitive and Sustainable EU Bioeconomy | tabled | ENVI | 2 events · 211d idle | |
COM(2025)1027 | New European Bauhaus | tabled | ENVI | 2 events · 171d idle | |
COM(2026)0088 | Fifteenth meeting of the Conference of the Parties to the Convention on the Conservation of Migratory Species of Wild Animals (CMS) as regards proposals from va | tabled | ENVI | 1 events · 128d idle | |
COM(2026)0108 | Assessment of the durability performance of heavy-duty vehicles with regard to emissions | tabled | ENVI | 2 events · 107d idle | |
COM(2026)0161 | International Maritime Organization (IMO): Intersessional Working Group on GHG concerning reduction of GHG emissions from ships. EU position on the 84th session | tabled | TRAN | — | |
COM(2026)0173 | Greenhouse gas emissions from maritime transport. 2025 Report | tabled | ENVI | — | |
SWD(2026)0024 | Assessment of the final updated national energy and climate plan of Belgium | tabled | ENVI | 2 events · 151d idle | |
SWD(2026)0065 | Approval of the assessment of the recovery and resilience plan for Estonia. Proposal for a Council implementing decision. Updated Climate tracking and digital t | tabled | BUDG | 2 events · 130d idle | |
SWD(2026)0119 | Greenhouse gas emissions from maritime transport. 2025 Report. Full-length report. Accompanying document | tabled | ENVI | — | |
SWD(2026)0134 | Approval of the assessment of the recovery and resilience plan for Belgium. Proposal for a Council implementing decision. Updated climate tracking and digital t | tabled | BUDG | — | |
SWD(2026)0135 | Approval of the assessment of the recovery and resilience plan f or Spain. Proposal for a Council implementing decision. Updated climate tracking and digital ta | tabled | BUDG | — | |
SWD(2026)0136 | Approval of the assessment of the recovery and resilience plan for Poland. Proposal for a Council implementing decision. Updated Climate tracking and digital ta | tabled | BUDG | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/0232(COD) | Protection of workers from the risks related to exposure to carcinogens or mutagens at work | close_to_adoption | EMPL | 113 amdt · 7 events · 61d idle | |
2016/0397(COD) | Amending social security coordination | close_to_adoption | 61 amdt · 8 events · 2441d idle | ||
2024/0006(COD) | Revision of the European Works Councils Directive: Stronger social dialogue in a multinational context | completed | 59 amdt · 12 events · 198d idle | ||
2026/0004(BUD) | Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/004 BE/Tupperware - Belgium | adopted | BUDG | 16 amdt · 6 events · 96d idle | |
— | European Labour Authority | announced | — | ||
— | European Social Security Number | announced | — | ||
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers at | tabled | 52026PC0360 | — | |
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fo | tabled | 52026PC0050 | — | |
— | Access to social protection for all | announced | — | ||
— | 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 Dis | adopted | 32026D1134 | — | |
— | CELEX:32019L1158R(06) | adopted | 32019L1158 | — | |
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fo | tabled | 52026PC0004 | — | |
— | 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 affected | adopted | 32026R1139 | — | |
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fo | tabled | 52026PC0010 | — | |
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fo | tabled | 52026PC0003 | — | |
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fo | tabled | 52026PC0001 | — | |
— | Proposal for a DECISION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the mobilisation of the European Globalisation Adjustment Fund for Displaced Workers fo | tabled | 52026PC0002 | — | |
— | 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 Disp | adopted | 32026D0850 | — | |
— | 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 Disp | adopted | 32026D0851 | — | |
— | 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 C | adopted | 32026D03088 | — | |
— | 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 Disp | adopted | 32026D0723 | — | |
— | Revision of Regulation on social security coordination - LABOUR MOBILITY PACKAGE | announced | — | ||
— | 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 Occupationa | adopted | 32026D0834 | — | |
— | 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 con | adopted | 32026D02438 | — | |
— | Framework for an EU personal pension product (Pan European Personal Pension - PEPP) | announced | — | ||
— | NEW START for WORKING PARENTS | announced | — | ||
— | Stronger focus on employment and social performance | announced | — | ||
— | INTEGRATION of the LONG TERM UNEMPLOYED into the LABOUR MARKET - RECOMMENDATION | announced | — | ||
— | EUROPEAN NETWORK of EMPLOYMENT SERVICES | announced | — | ||
— | Revision of the Directive on the Posting of Workers - LABOUR MOBILITY PACKAGE | announced | — | ||
— | Proposal for a COUNCIL RECOMMENDATION on fighting housing exclusion | tabled | 52026PC0540 | — | |
— | Council Decision of 16 June 2026 replacing a member of the Advisory Committee for the Coordination of Social Security Systems for Sweden | adopted | 32026D03347 | — | |
— | 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 (EGF | adopted | 32021R0691 | — | |
— | Proposal for a COUNCIL DECISION on guidelines for the employment policies of the Member States | tabled | 52026PC0510 | — | |
2017/0121(COD) | Road transport: Enforcement and special provisions for posted workers | completed | 8 events · 2915d idle | ||
2018/0202(COD) | Reform of the European Globalisation Adjustment Fund | completed | 7 events · 1893d idle | ||
2018/0206(COD) | European Social Fund Plus (ESF+) 2021-2027 | completed | 8 events · 2641d idle | ||
2025/0326(BUD) | Mobilisation of the European Globalisation Adjustment Fund for Displaced Workers: application EGF/2025/003 SE/Northvolt – Sweden | adopted | BUDG | 7 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 remuneration | close_to_adoption | EMPL | 6 events · 108d idle | |
2025/2062(INI) | An EU health workforce crisis plan: sustainability of healthcare systems and employment and working conditions in the healthcare sector | tabled | EMPL | — | |
2025/2070(INI) | Housing crisis in the European Union with the aim of proposing solutions for decent, sustainable and affordable housing | close_to_adoption | 4 events · 109d idle | ||
2025/2183(INI) | European Semester for economic policy coordination: employment and social priorities – annual report 2026 | close_to_adoption | EMPL | 7 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 time | tabled | EMPL | 3 events · 192d idle | |
2025/2980(RSP) | A new action plan to implement the European Pillar of Social Rights | tabled | 1 events · 156d idle | ||
2025/3046(RSP) | Motion for a resolution on the need to reduce work-related fatalities | tabled | EMPL | — | |
2026/0001(BUD) | Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/006 BE/Audi – Belgium | adopted | BUDG | 7 events · 115d idle | |
2026/0037(BUD) | Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/005 AT/KTM – Austria | adopted | BUDG | 7 events · 75d idle | |
2026/0038(BUD) | Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/007 BE/Casa – Belgium | adopted | BUDG | 7 events · 75d idle | |
2026/0066(BUD) | Mobilisation of the European Globalisation Adjustment Fund: application EGF/2025/008 BE/Liberty - Belgium | tabled | 4 events · 74d idle | ||
2026/0097(BUD) | Mobilisation of the European Globalisation Adjustment Fund for Displaced Workers: application EGF/2025/009 BE/Soliver - Belgium | tabled | BUDG | — | |
2026/0126(BUD) | Mobilisation of the European Globalisation Adjustment Fund: technical assistance | tabled | BUDG | — | |
2026/0137(NLE) | Guidelines for the employment policies of the Member States | tabled | — | ||
2026/2639(RSP) | AccessibleEU and the strategy for the rights of persons with disabilities: state of play and the future of EU accessibility policy | tabled | 1 events · 108d idle | ||
2026/2724(RSP) | Recent proposals to fight poverty in the EU | tabled | — | ||
COM(2025)0839 | Enhancing the capacity of the EU supplementary pension sector to improve retirement income and supply long-term capital to the EU economy | tabled | ECON | 2 events · 214d idle | |
COM(2025)0958 | Proposal for a joint employment report from the Commission and the Council | tabled | EMPL | 2 events · 211d idle | |
COM(2025)0959 | Human capital in the European Union | tabled | EMPL | 2 events · 208d idle | |
COM(2025)1025 | The European Affordable Housing Plan | tabled | EMPL | 2 events · 170d idle | |
COM(2026)0138 | Mid-term review of the action plan for the social economy: main achievements and way forward | tabled | EMPL | 2 events · 88d idle | |
COM(2026)0192 | Amendment to Protocol 31 to the EEA Agreement, on cooperation in specific fields outside the four freedoms, concerning cooperation regarding free movement of wo | tabled | EMPL | — | |
COM(2026)0538 | European Union's Anti-Poverty Strategy: addressing and preventing poverty from childhood to old age | tabled | EMPL | — | |
COM(2026)0539 | Breaking the cycle of child poverty - strengthening the European Child Guarantee. Communication from the Commission | tabled | EMPL | — | |
COM(2026)0540 | Fighting housing exclusion. Proposal for a Council Recommendation | tabled | EMPL | — | |
COM(2026)0541 | Enhancing the strategy for the rights of persons with disabilities up to 2030 | tabled | EMPL | — | |
SWD(2026)0080 | Intergenerational Fairness. Accompanying document | tabled | EMPL | 2 events · 106d idle | |
SWD(2026)0094 | Mid-term review of the action plan for the social economy: main achievements and way forward. Accompanying document | tabled | EMPL | 2 events · 88d idle | |
SWD(2026)0770 | European Union's Anti-Poverty Strategy: addressing and preventing poverty from childhood to old age. Proposal for a Council Recommendation on fighting housing e | tabled | EMPL | — | |
SWD(2026)0772 | Breaking the cycle of child poverty - strengthening the European Child Guarantee. Communication from the Commission. Accompanying document | tabled | EMPL | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/0106(COD) | Implementation into Union law of measures adopted by several Regional Fisheries Management Organisations | close_to_adoption | PECH | 271 amdt · 7 events · 110d idle | |
2023/0163(COD) | Revised rules on the European Maritime Safety Agency (EMSA) | completed | 82 amdt · 12 events · 247d idle | ||
2017/0043(COD) | Multiannual plan for small pelagic fish stocks in the Adriatic Sea | completed | 57 amdt · 9 events · 2783d idle | ||
2025/0246(COD) | European fisheries and aquaculture statistics | tabled | PECH | 48 amdt | |
2023/0207(COD) | Continuation of the Partnership for Research and Innovation in the Mediterranean Area | completed | 46 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 meas | tabled | 52026PC0198 | — | |
— | 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 Confe | adopted | 32026D0571 | — | |
— | Recommendation for a COUNCIL DECISION authorising the opening of the negotiations on behalf of the European Union for the conclusion of a Sustainable Fisheries | tabled | 52026PC0095 | — | |
— | Registration of persons sailing on board passenger ships | announced | — | ||
— | Inspections of ro-ro ferries and passenger craft | announced | — | ||
— | Single-use plastics and fishing gear: reducing marine litter from plastics | announced | — | ||
— | Safety rules and standards for passenger ships | announced | — | ||
— | Review of the mandate of the European Maritime Safety Agency (EMSA) | announced | — | ||
— | Fuel EU Maritime - Sustainable maritime fuels | announced | — | ||
— | CELEX:32023R2842R(03) | adopted | 32023R2842 | — | |
— | Amending Directive 2003/25/EC as regards the inclusion of improved stability requirements for ro-ro passenger ships and alignment with IMO requirements | announced | — | ||
— | Proposal for a COUNCIL REGULATION on the allocation of the fishing opportunities provided for in the Protocol on the implementation of the Sustainable Fisheries | tabled | 52026PC0194 | — | |
— | CELEX:32013R1379R(05) | adopted | 32013R1379 | — | |
— | 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 Sustai | tabled | 52026PC0195 | — | |
— | Proposal for a COUNCIL DECISION on the conclusion, on behalf of the European Union, of the Protocol on the implementation of the Sustainable Fisheries Partnersh | tabled | 52026PC0193 | — | |
2018/0139(COD) | Regional fisheries management organisations: Implementation of measures into Union law | adopted | 10 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 basins | close_to_adoption | PECH | 9 events · 40d idle | |
2024/2127(INI) | The multiannual plan for the Baltic Sea and ways forward | close_to_adoption | PECH | 3 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_adoption | PECH | 6 events · 40d idle | |
2025/0287(NLE) | Protocol on the implementation of the EU–Cook Islands Sustainable Fisheries Partnership Agreement (2025-2032) | close_to_adoption | PECH | 6 events · 40d idle | |
2025/0297(NLE) | EU/Morocco agreement: amendment of Protocol 1 and 4 to the Euro-Mediterranean Agreement establishing an association EC/Morocco | tabled | 4 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 Resea | tabled | 4 events | ||
2025/2011(INI) | Fisheries management approaches for safeguarding sensitive species, tackling invasive species and benefiting local economies | close_to_adoption | PECH | 7 events · 109d idle | |
2025/2054(INI) | The role of ocean diplomacy for the competitiveness of EU fisheries and aquaculture | close_to_adoption | PECH | 6 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 Scotland | tabled | 5 events · 241d idle | ||
2025/2845(DEA) | Rules on the control of fisheries, surveillance and inspection of fishing activities, enforcement and compliance | tabled | 3 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 fisheries | tabled | 3 events · 228d idle | ||
2025/2914(DEA) | Fish aggregating devices permitted in the Convention area of the International Commission for the Conservation of Atlantic Tunas | tabled | 3 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 thereof | tabled | 3 events · 168d idle | ||
2025/2966(DEA) | Management, conservation and control measures applicable in the Indian Ocean Tuna Commission (IOTC) Area of Competence | tabled | 3 events · 165d idle | ||
2026/0107(NLE) | EU–Seychelles Sustainable Fisheries Partnership Agreement (2026–2030): Implementing Protocol | tabled | — | ||
2026/0111(COD) | Implementation into Union law of the latest measures adopted by regional fisheries management organisations | tabled | — | ||
2026/2028(INI) | Strengthening the resilience of the EU fisheries sector in dealing with major marine incidents and hazards | tabled | PECH | 1 events · 107d idle | |
2026/2029(INI) | Role of sustainable fisheries and aquaculture in the Mediterranean blue economy | tabled | PECH | 1 events · 107d idle | |
2026/2035(INI) | A new co-ownership for the future of Euro-Mediterranean relations – the Pact for the Mediterranean | tabled | AFET | — | |
2026/2074(INI) | Multiannual plan for the fisheries exploiting demersal stocks in the western Mediterranean Sea | tabled | PECH | — | |
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 ha | tabled | PECH | 4 events · 93d idle | |
2026/2644(DEA) | Management of bluefin tuna in the eastern Atlantic and in the Mediterranean | tabled | PECH | 2 events · 108d idle | |
2026/2676(DEA) | Fisheries conservation measures in the site Nordvästra Skånes havsområde in the Kattegat | tabled | PECH | 1 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 | tabled | PECH | — | |
2026/2774(DEA) | Multiannual recovery plan for Mediterranean swordfish | tabled | PECH | — | |
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 da | tabled | PECH | — | |
2026/2778(RSP) | Evaluation of the Common Fisheries Policy and follow-up | tabled | — | ||
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 C | tabled | PECH | — | |
COM(2025)0515 | Allocation of the fishing opportunities provided for in the Protocol on the implementation of the Sustainable Fisheries Partnership Agreement between the Europe | tabled | PECH | — | |
COM(2026)0095 | Opening of the negotiations on behalf of the European Union for the conclusion of an Implementing Protocol to the Sustainable Fisheries Partnership Agreement be | tabled | PECH | 2 events · 115d idle | |
COM(2026)0109 | Fishing opportunities for 2026, 2027 and 2028 for certain fish stocks, applicable in Union waters and, for Union fishing vessels, in certain non-Union waters. P | tabled | PECH | 2 events · 115d idle | |
COM(2026)0160 | Member States’ reporting on single-use plastic (SUP) items and on fishing gear under Directive (EU) 2019/904 | tabled | ENVI | 2 events · 68d idle | |
COM(2026)0174 | Progress made in implementing Directive 2014/89/EU establishing a framework for maritime spatial planning. Second report | tabled | TRAN | — | |
COM(2026)0199 | Inclusion of Norway in the European Union Strategy for the Baltic Sea region | tabled | REGI | — | |
COM(2026)0245 | Amending Regulation fixing for 2026, 2027 and 2028 the fishing opportunities for certain fish stocks, applicable in Union waters and, for Union fishing vessels, | tabled | PECH | — | |
COM(2026)0268 | OceanEye: An EU ocean observation initiative | tabled | ENVI | — | |
COM(2026)0271 | Sustainable fishing in the EU: state of play and orientations for 2027 | tabled | PECH | — | |
COM(2026)0293 | EU/Euratom/UK Trade and Cooperation Agreement for the period 2021-2026: Specialised Committee on Fisheries. EU position | tabled | PECH | — | |
COM(2026)0295 | Annual consultations with the United Kingdom to agree on total allowable catches. EU position | tabled | PECH | — | |
SWD(2026)0068 | Opening of negotiations on behalf of the European Union for the Conclusion of a Protocol implementing the Sustainable Fisheries Partnership Agreement between th | tabled | PECH | 2 events · 115d idle | |
SWD(2026)0087 | European Maritime, Fisheries and Aquaculture Fund mid-term evaluation | tabled | PECH | 2 events · 114d idle | |
SWD(2026)0088 | European Maritime, Fisheries and Aquaculture Fund mid-term evaluation. Executive summary | tabled | PECH | 2 events · 114d idle | |
SWD(2026)0120 | Regulation (EU) No 1380/2013 of the European Parliament and of the Council of 11 December 2013 on the Common Fisheries Policy. Evaluation | tabled | PECH | — | |
SWD(2026)0121 | Regulation (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 evaluati | tabled | PECH | — | |
SWD(2026)0145 | Sustainable fishing in the EU: state of play and orientations for 2027. Accompanying document | tabled | PECH | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0321(CNS) | BEFIT – Business in Europe: Framework for income taxation | completed | 520 amdt · 10 events · 226d idle | ||
2023/0322(CNS) | Revision of the Tobacco Taxation Directive | close_to_adoption | 208 amdt · 7 events · 808d idle | ||
2021/0434(CNS) | ‘Unshell’ – Rules to prevent the misuse of shell entities for tax purposes | completed | 200 amdt · 8 events · 1257d idle | ||
2023/0320(CNS) | HOT – A head office tax system for small companies | close_to_adoption | 172 amdt · 7 events · 808d idle | ||
2023/0187(CNS) | FASTER – Faster and safer tax excess refunds | completed | 159 amdt · 13 events · 533d idle | ||
2022/0154(CNS) | Debt-equity bias reduction allowance (DEBRA) | close_to_adoption | 109 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 level | tabled | ECON | 12 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, pursua | tabled | 52026PC0189 | — | |
— | Repealing the savings tax directive | announced | — | ||
— | 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 taxation | adopted | 32023L2226 | — | |
— | 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 taxati | announced | — | ||
— | Amended proposal for a COUNCIL REGULATION amending Regulation (EU) No 904/2010 to strengthen administrative cooperation / The definitive VAT system package | announced | — | ||
— | Modernised VAT rate regime in the European Union | announced | — | ||
— | 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 s | announced | — | ||
— | Proposal for a Council Directive amending Directive 2006/112 setting the minimum VAT standard rate on a permanent basis | announced | — | ||
— | Proposal on the period of application of the optional reverse charge mechanism and the Quick Reaction Mechanism against VAT fraud | announced | — | ||
— | Recommendation on tax treaties | announced | — | ||
— | External strategy for effective taxation | announced | — | ||
— | Anti-tax avoidance directive | announced | — | ||
— | Double-taxation dispute resolution mechanism in the European Union | announced | — | ||
— | Common consolidated corporate tax base (CCCTB) | announced | — | ||
— | Common corporate tax base (CCTB) | announced | — | ||
— | Quantification of the scale of tax evasion and avoidance | announced | — | ||
— | Automatic exchange of information on tax rulings | announced | — | ||
— | Proposal amending Directive 2006/112/EC, as regards rates of value added tax applied to books, newspapers and periodicals - e-publications VAT rate | announced | — | ||
— | Unshell - Laying down rules to prevent the misuse of shell entities for tax purposes | announced | — | ||
— | Definitive VAT system for the taxation of trade between Member States | announced | — | ||
— | 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 methodology | announced | — | ||
— | 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 moto | adopted | 32026D1295 | — | |
— | 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, pursu | tabled | 52026PC0285 | — | |
— | Proposal for a COUNCIL DIRECTIVE on administrative cooperation in the field of taxation (recast) | tabled | 52026PC0308 | — | |
— | Omnibus - Taxation | announced | — | ||
— | Revision of the Tobacco Taxation Directive | announced | — | ||
— | Proposal for a COUNCIL IMPLEMENTING DECISION amending Implementing Decision (EU) 2017/784 authorising the Italian Republic to apply a special measure derogating | tabled | 52026PC0281 | — | |
— | Harmonisation of transfer pricing rules | announced | — | ||
— | Business in Europe: Framework for Income Taxation (BEFIT) | announced | — | ||
— | Debt-equity bias reduction allowance (DEBRA) | announced | — | ||
2016/0011(CNS) | Anti-tax-avoidance directive | adopted | 9 events · 3630d idle | ||
2016/0107(COD) | Public country-by-country reporting by multinational enterprises | completed | 7 events · 2649d idle | ||
2016/0336(CNS) | Common consolidated corporate tax base (CCCTB) | completed | 9 events · 3026d idle | ||
2016/0337(CNS) | Common corporate tax base (CCTB) | completed | 6 events · 3026d idle | ||
2018/0005(CNS) | More flexible VAT rates | completed | 14 events · 1543d idle | ||
2018/0006(CNS) | VAT for small enterprises | adopted | 13 events · 2308d idle | ||
2018/0164(CNS) | Detailed technical measures for the definitive VAT system | close_to_adoption | 7 events · 2692d idle | ||
2020/0163(CNS) | AIEM tax applicable in the Canary Islands | completed | REGI | 7 events · 2034d idle | |
2024/2118(INI) | The role of simple tax rules and tax fragmentation in European competitiveness | close_to_adoption | ECON | 7 events · 261d idle | |
2025/0580(CNS) | Structure and rates of excise duty applied to tobacco and tobacco related products (recast) | tabled | JURI | 3 events · 73d idle | |
2025/0581(CNS) | General arrangements for excise duty applied to tobacco and tobacco related products | tabled | ECON | — | |
2025/2210(INI) | The EU’s approach to corporate tax policy in a changing international environment | tabled | ECON | 4 events | |
2025/2211(INI) | Feasibility of a 28th tax regime and its potential to support EU competitiveness | tabled | ECON | 5 events | |
2025/2261(INI) | VAT reverse-charge mechanism | tabled | ECON | 3 events | |
2025/3039(DEA) | 2025 update of the taxonomy for the single electronic reporting format | tabled | 4 events · 99d idle | ||
2026/0163(CNS) | Simplification of the Union framework on direct taxation | tabled | — | ||
2026/0168(CNS) | Administrative cooperation in the field of taxation (recast) | tabled | — | ||
COM(2026)0064 | VAT Directive: request by Austria to apply a measure derogating from Article 193 of the Directive | tabled | ECON | 1 events · 141d idle | |
COM(2026)0078 | VAT Directive: request by Romania to apply a measure derogating from Article 193 of the Directive | tabled | ECON | 2 events · 130d idle | |
COM(2026)0281 | Authorising 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 ta | tabled | ECON | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/0726(COD) | Negative trade-related effects of global overcapacity on the Union steel market | close_to_adoption | INTA | 261 amdt · 8 events · 66d idle | |
2021/0297(COD) | Generalised scheme of tariff preferences | completed | AFET | 106 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 States | adopted | 32026D1163 | — | |
— | 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 th | tabled | 52026PC0250 | — | |
— | TTIP negotiations on INFORMATION and COMMUNICATION TECHNOLOGY | announced | — | ||
— | TTIP negotiations on TEXTILES | announced | — | ||
— | 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 the | tabled | 52026PC0023 | — | |
— | 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 Conference | tabled | 52026PC0008 | — | |
— | 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 rega | tabled | 52026PC0014 | — | |
— | TTIP chapter on STATE-TO-STATE DISPUTE SETTLEMENT | announced | — | ||
— | 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 O | adopted | 32026D0711 | — | |
— | Modernisation of the trade pillar of the EU-Mexico Global Agreement | announced | — | ||
— | EU-PHILIPPINES FREE TRADE AGREEMENT (FTA) | announced | — | ||
— | The trade pillar of the EU-Mercosur Partnership Agreement | announced | — | ||
— | TTIP chapter on RULES of ORIGIN | announced | — | ||
— | 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 Un | announced | — | ||
— | Plurilateral Trade in Services Agreement (TiSA) | announced | — | ||
— | TTIP chapter on TECHNICAL BARRIERS to TRADE | announced | — | ||
— | TTIP chapter on TRADE & SUSTAINABLE DEVELOPMENT | announced | — | ||
— | TTIP chapter on PUBLIC PROCUREMENT | announced | — | ||
— | TTIP chapter on REGULATORY COHERENCE | announced | — | ||
— | TTIP negotiations on COSMETICS | announced | — | ||
— | A new EU International Procurement Instrument (IPI) | announced | — | ||
— | TTIP negotiations on ENGINEERING PRODUCTS | announced | — | ||
— | 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 Euro | adopted | 32026D1076 | — | |
— | 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 Reg | adopted | 32026R1395 | — | |
— | EU-SINGAPORE FREE TRADE AGREEMENT | announced | — | ||
— | Modernisation of the trade pillar of the EU-Chile Association Agreement | announced | — | ||
— | EU-NEW ZEALAND FREE TRADE AGREEMENT | announced | — | ||
— | EU-AUSTRALIA FREE TRADE AGREEMENT | announced | — | ||
2012/060(COD) | International procurement instrument | tabled | — | ||
2013/0088(COD) | The EU Trademark reform package | completed | 7 events · 3880d idle | ||
2020/0297(COD) | Proposed anti-coercion instrument | tabled | — | ||
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 with | tabled | INTA | — | |
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 withdra | close_to_adoption | INTA | 6 events · 93d idle | |
2025/0259(NLE) | Termination of the EU–Liberia Voluntary Partnership Agreement on forest law enforcement, governance and trade in timber products | tabled | INTA | — | |
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 timb | tabled | INTA | 7 events · 12d idle | |
2025/0322(COD) | Bilateral safeguard clause of the EU-Mercosur Partnership Agreement and the EU-Mercosur Interim Trade Agreement for agricultural products | completed | INTA | 11 events · 100d idle | |
2025/2112(INI) | Opportunities and challenges presented by a comprehensive artificial intelligence strategy for EU trade | close_to_adoption | INTA | 6 events · 40d idle | |
2025/2113(INI) | Role of trade in strengthening the EU's economic security | tabled | INTA | — | |
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 countr | tabled | 3 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 tuna | tabled | 4 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 speci | tabled | ECON | 3 events · 115d idle | |
COM(2026)0008 | WTO – Adoption of Several Decisions (EU Position) | tabled | INTA | 2 events · 157d idle | |
COM(2026)0014 | International 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 pos | tabled | INTA | 2 events · 156d idle | |
COM(2026)0023 | EU/Korea Free Trade Agreement: renewal of the entitlement to co-productions. Proposal for a Council Decision | tabled | INTA | 2 events · 151d idle | |
COM(2026)0044 | EU/Euratom/UK Trade and Cooperation Agreement: setting out the date from which personal data relating to automated searching of vehicle registration data may be | tabled | LIBE | 2 events · 145d idle | |
COM(2026)0083 | World Trade Organization: accession of the Republic of Uzbekistan. EU position | tabled | INTA | 1 events · 127d idle | |
COM(2026)0089 | EU/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 pan | tabled | INTA | 2 events · 123d idle | |
COM(2026)0130 | EU/Canada Comprehensive Economic and Trade Agreement (CETA): inclusion of active pharmaceutical ingredients as the medicinal products or drugs listed in paragr | tabled | INTA | 2 events · 75d idle | |
COM(2026)0250 | EU/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 | tabled | INTA | — | |
COM(2026)0259 | EC/Switzerland agreement: trade in agricultural products. EU position | tabled | INTA | — | |
SWD(2026)0003 | International 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 pos | tabled | INTA | 2 events · 156d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0112(COD) | Early intervention measures, conditions for resolution and financing of resolution action | adopted | ECON | 489 amdt · 14 events · 89d idle | |
2023/0208(COD) | Legal tender of euro banknotes and coins | tabled | ECON | 57 amdt | |
2025/0825(COD) | Prudential requirements for credit institutions as regards requirements for securitisation exposures | tabled | ECON | 53 amdt | |
2025/0826(COD) | Amending Regulation (EU) 2017/2402 for securitisation and creating a specific framework for simple, transparent and standardised securitisation | tabled | ECON | 51 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 Op | tabled | 52026PC0089 | — | |
— | 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 Play | adopted | 32026D0832 | — | |
— | TTIP chapters on COMPETITION | announced | — | ||
— | 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 ( | adopted | 32019R0712 | — | |
— | Amending regulations on antitrust procedural rules | announced | — | ||
2017/0116(COD) | Safeguarding competition in air transport | adopted | 10 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 | tabled | 2 events · 2994d idle | ||
2025/0906(NLE) | European Central Bank: appointment of the Vice-Chair of the Supervisory Board | completed | ECON | 8 events · 127d idle | |
2025/2134(INI) | Competition policy – annual report 2025 | tabled | ECON | — | |
2025/2880(RSP) | Resolution on organisational mismanagement of European Personnel Selection Office (EPSO) competitions | completed | PETI | 5 events · 93d idle | |
2025/2955(RSP) | Protection of EU companies, jobs and products against unfair competition from non-EU countries | tabled | PETI | 3 events · 59d idle | |
2026/0801(NLE) | Appointment of the Vice-President of the European Central Bank | completed | ECON | 7 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 t | tabled | ECON | 3 events · 108d idle | |
2026/2645(DEA) | Reduced content and standardised format and sequence of the EU Follow-on prospectus and the EU Growth issuance prospectus | tabled | ECON | 3 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, resou | tabled | ECON | 2 events · 94d idle | |
2026/2679(DEA) | Market Abuse Regulation: disclosure of inside information in protracted processes and delay of disclosure | tabled | ECON | 1 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 complete | tabled | ECON | 1 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 Authority | tabled | ECON | 1 events · 64d idle | |
2026/2720(DEA) | Standardised format and sequence and the streamlined content, scrutiny and approval of the prospectus | tabled | ECON | — | |
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 f | tabled | ECON | — | |
2026/2753(DEA) | Regulatory technical standards specifying operational risk requirements | tabled | ECON | — | |
2026/2755(DEA) | Temporary targeted operational relief measures and targeted multipliers for the calculation of an institution’s own funds requirements for market risk | tabled | ECON | — | |
C(2026)0878 | Draft budgetary plan of Belgium. Commission opinion | tabled | ECON | 2 events · 129d idle | |
COM(2025)0778 | Existence of an excessive deficit in Finland. Proposal for a Council decision | tabled | ECON | 2 events · 193d idle | |
COM(2025)0779 | Bringing an end to the situation of an excessive deficit in Finland. Recommendation for a Council Recommendation | tabled | ECON | 2 events · 193d idle | |
COM(2025)0950 | Excessive deficit procedure: Germany, Finland. Report | tabled | ECON | 2 events · 213d idle | |
COM(2026)0033 | Austria – National Escape Clause Activation under Regulation (EU) 2024/1263 | tabled | ECON | 2 events · 155d idle | |
COM(2026)0131 | Opening of negotiations on the conditions for the Union's membership in the Council of Europe Development Bank (CEB) | tabled | ECON | 2 events · 93d idle | |
COM(2026)0175 | Introduction of the euro in Bulgaria. Report | tabled | ECON | — | |
COM(2026)0180 | Competition Policy 2025. Report | tabled | ECON | — | |
COM(2026)0200 | 2026 European Semester - Spring Package | tabled | ECON | — | |
COM(2026)0262 | Allowing 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 esc | tabled | ECON | — | |
COM(2026)0302 | Excessive deficit procedure: Bulgaria, Germany, Estonia, Latvia, Slovenia. Report | tabled | ECON | — | |
COM(2026)0303 | Excessive deficit situation in Malta. Recommendation for a Council decision | tabled | ECON | — | |
COM(2026)0331 | Bringing an end to the situation of an excessive deficit in Bulgaria. Recommendation for a Council Recommendation | tabled | ECON | — | |
COM(2026)0332 | Existence of an excessive deficit in Bulgaria. Proposal for a Council decision | tabled | ECON | — | |
COM(2026)0585 | Convergence report 2026 | tabled | ECON | — | |
SWD(2026)0125 | Competition Policy 2025. Report. Accompanying document | tabled | ECON | — | |
SWD(2026)0137 | 2026 European Semester - Spring package. In-depth review for Greece. Accompanying document | tabled | ECON | — | |
SWD(2026)0138 | 2026 European Semester - Spring package. In-depth review for Hungary. Accompanying document | tabled | ECON | — | |
SWD(2026)0139 | 2026 European Semester - Spring package. In-depth review for Italy. Accompanying document | tabled | ECON | — | |
SWD(2026)0140 | 2026 European Semester - Spring package. In-depth review for The Netherlands. Accompanying document | tabled | ECON | — | |
SWD(2026)0141 | 2026 European Semester - Spring package. In-depth review for Romania. Accompanying document | tabled | ECON | — | |
SWD(2026)0142 | 2026 European Semester - Spring package. In-depth review for Slovakia. Accompanying document | tabled | ECON | — | |
SWD(2026)0143 | 2026 European Semester - Spring package. In-depth review for Sweden. Accompanying document | tabled | ECON | — | |
SWD(2026)0585 | Convergence report 2026. Accompanying document | tabled | ECON | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2024/0011(COD) | River Information Services Directive review | completed | 206 amdt · 13 events · 197d idle | ||
2016/0402(COD) | Introducing a European services e-card | tabled | 72 amdt · 3 events · 1891d idle | ||
2017/0087(COD) | Single market information tool (SMIT) | close_to_adoption | 55 amdt · 4 events · 2097d idle | ||
2016/0398(COD) | Reform of services notification procedure | close_to_adoption | 26 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 c | tabled | 52026PC0141 | — | |
— | CELEX:32014L0024R(20) | adopted | 32014L0024 | — | |
— | CELEX:32002R0006R(20) | adopted | 32002R0006 | — | |
— | 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 of | adopted | 32018R1725 | — | |
— | Ending unjustified geo-blocking | announced | — | ||
— | SOLVIT Action Plan | announced | — | ||
— | Single Market Information Tool (SMIT) | announced | — | ||
— | Common rules for gas pipelines entering the EU internal market | announced | — | ||
— | Review of the standardisation regulation | announced | — | ||
— | MODERNISATION OF THE IPR FRAMEWORK: REVIEW OF EU IP ENFORCEMENT FRAMEWORK | announced | — | ||
— | STRONGER EU-WIDE SUPERVISION - ENHANCING REGULATORY AND SUPERVISORY CONVERGENCE IN THE INTERNAL MARKET | announced | — | ||
— | Mutual recognition of freezing and confiscation orders | announced | — | ||
— | ACTION PLAN TO INCREASE AWARENESS OF THE MUTUAL RECOGNITION PRINCIPLE | announced | — | ||
— | REVISION OF MUTUAL RECOGNITION REGULATION | announced | — | ||
— | 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 Protoc | tabled | 52026PC0192 | — | |
— | CELEX:32017R1001R(10) | adopted | 32017R1001 | — | |
— | Revision of the late payments directive | announced | — | ||
— | New Legislative Framework review | announced | — | ||
— | Proportionality test before adoption of new regulation of professions | announced | — | ||
— | Services notification procedure | announced | — | ||
— | 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) | adopted | 32026R0715 | — | |
— | Services e-card | announced | — | ||
— | Review of rules on market surveillance and compliance of products | announced | — | ||
— | Council Directive (EU) 2016/1164 of 12 July 2016 laying down rules against tax avoidance practices that directly affect the functioning of the internal market | adopted | 32016L1164 | — | |
— | 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 | tabled | 52026PC0314 | — | |
— | EU Delivery Act - update of rules on postal services | announced | — | ||
— | Public Procurement Act | announced | — | ||
— | 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 Protoc | tabled | 52026PC0263 | — | |
— | 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 re | adopted | 32026D1372 | — | |
— | CELEX:32014L0035R(04) | adopted | 32014L0035 | — | |
— | 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 amendm | adopted | 32026D1322 | — | |
— | CELEX:32014L0032R(06) | adopted | 32014L0032 | — | |
2025/2952(DEA) | Thresholds for concessions for the years 2026-2027 | tabled | 3 events · 169d idle | ||
2025/2953(DEA) | Thresholds for supply, service and works contracts, and design contests for the years 2026-2027 | tabled | 3 events · 169d idle | ||
2025/3010(DEA) | Thresholds for supply, service and works contracts | tabled | 3 events · 109d idle | ||
2026/2577(DEA) | European Union designs: rules specifying the details of certain proceedings concerning registered designs | tabled | 4 events · 95d idle | ||
2026/2636(RSP) | Single Market: how to move from an incomplete single market to one market for one Europe | tabled | 1 events · 109d idle | ||
2026/2710(DEA) | Member States’ notifications concerning producer prices of fruit and vegetables on the internal market | tabled | AGRI | 1 events · 61d idle | |
2026/2723(RSP) | High time to deliver on the Single Market, providing certainty and predictability for EU businesses and quality jobs | tabled | — | ||
COM(2026)0141 | Opening of negotiations with the Republic of Korea for an agreement on mutual recognition in relation to conformity assessments, certificates and markings | tabled | INTA | 1 events · 87d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/0102(COD) | Critical Medicines Act | completed | SANT | 52025PC0102 | 1313 amdt · 8 events · 158d idle |
2023/0131(COD) | Revision of EU pharmaceutical legislation (Regulation) | close_to_adoption | 52023PC0193 | 201 amdt · 7 events · 389d idle | |
2023/0132(COD) | Revision of EU pharmaceutical legislation (Directive) | close_to_adoption | IMCO | 142 amdt · 7 events · 389d idle | |
— | European Biotech Act | tabled | 52025PC1022 | — | |
— | CELEX:32014L0040R(08) | adopted | 32014L0040 | — | |
— | Council Decision of 21 April 2026 replacing a full member of the Advisory Committee on Safety and Health at Work for Lithuania | adopted | 32026D02454 | — | |
— | Council Decision of 21 April 2026 replacing a member of the Management Board of the European Agency for Safety and Health at Work for Lithuania | adopted | 32026D02450 | — | |
— | TTIP negotiations on MEDICAL DEVICES | announced | — | ||
— | TTIP negotiations on PHARMACEUTICALS | announced | — | ||
— | 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 reducing | tabled | 52025PC1023 | — | |
— | CELEX:32025R0327R(02) | adopted | 32025R0327 | — | |
— | 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) | adopted | 32023R1322 | — | |
— | Council Decision of 18 May 2026 replacing an alternate member of the Advisory Committee on Safety and Health at Work for Austria | adopted | 32026D02811 | — | |
— | Council Decision of 21 April 2026 replacing an alternate member of the Advisory Committee on Safety and Health at Work for the Netherlands | adopted | 32026D02451 | — | |
— | Council Decision of 16 June 2026 replacing an alternate member of the Advisory Committee on Safety and Health at Work for Luxembourg | adopted | 32026D03350 | — | |
— | 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 transplantatio | adopted | 32010L0045 | — | |
2017/0018(COD) | Boosting cooperation on health technology assessment | tabled | — | ||
2025/0223(COD) | Union Civil Protection Mechanism and Union support for health emergency preparedness and response | tabled | ENVI | 2 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 th | tabled | IMCO | 2 events · 94d idle | |
2025/2087(INI) | Public health aspects of biotechnology and life sciences | close_to_adoption | 4 events · 190d idle | ||
2025/2130(INL) | EU rare disease action plan | tabled | 1 events · 352d idle | ||
2025/2132(INI) | An EU cardiovascular diseases strategy | tabled | 1 events · 352d idle | ||
2025/2139(INI) | Europe’s Beating Cancer Plan | tabled | 1 events · 352d idle | ||
2025/2206(INL) | Modernised rules for patients’ rights in cross-border healthcare | tabled | 2 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 domain | tabled | 4 events · 147d idle | ||
2026/2023(INL) | Psychosocial risks, stress and mental health at work | tabled | EMPL | 2 events · 107d idle | |
2026/2053(INI) | Neurological health strategy | tabled | — | ||
2026/2586(RSP) | World Cancer Day | completed | 3 events · 135d idle | ||
2026/2620(RSP) | Prevention and treatment of obesity | tabled | 1 events · 107d idle | ||
2026/2640(RSP) | Ban on the sale of nitrous oxide to the general public | tabled | 1 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 device | tabled | 2 events · 94d idle | ||
2026/2661(DEA) | List of implantable devices and class III devices exempted from the obligation to perform clinical investigations | tabled | 2 events · 94d idle | ||
2026/2685(DEA) | Examination of variations to the terms of marketing authorisations for medicinal products for human use | tabled | 1 events · 68d idle | ||
2026/2692(RSP) | World Day for Safety and Health at Work | tabled | — | ||
2026/2727(RSP) | European solidarity: key to securing medicine access in a shifting geopolitical era | tabled | — | ||
2026/2728(RSP) | The Union preparedness and response for health emergencies: the case of the MV Hondius and the hantavirus warning | tabled | — | ||
2026/2731(RSP) | Strengthening global health resilience in partner countries | tabled | DEVE | — | |
COM(2025)0745 | Introducing the Union prevention, preparedness and response plan for health crises | tabled | 2 events · 208d idle | ||
COM(2025)1024 | EU cardiovascular health plan: the Safe Hearts Plan | tabled | 2 events · 191d idle | ||
COM(2026)0197 | Reinforcing global health resilience amidst geopolitical change | tabled | — | ||
SWD(2026)0111 | Evaluation of the Tobacco Products Directive (2014/40/EU), the Tobacco Advertising Directive (2003/33/EC) and other related tobacco control policies across the | tabled | 2 events · 78d idle | ||
SWD(2026)0112 | Executive summary of the evaluation of the Tobacco Products Directive (2014/40/EU), the Tobacco Advertising Directive (2003/33/EC) and other related tobacco con | tabled | 2 events · 78d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0156(COD) | Establishing the Union Customs Code and the European Union Customs Authority | close_to_adoption | 434 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 America | completed | INTA | 201 amdt · 7 events · 93d idle | |
2025/0260(COD) | Non-application of customs duties on imports of certain goods | completed | INTA | 31 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 Union | announced | — | ||
— | Customs Single Window | announced | — | ||
— | 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 of | tabled | 52026PC0154 | — | |
— | 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 EU | announced | — | ||
— | TTIP chapter on CUSTOMS & TRADE FACILITATION | announced | — | ||
— | TTIP chapter on TRADE in GOODS and CUSTOMS DUTIES | announced | — | ||
— | 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 Agreeme | tabled | 52026PC0297 | — | |
— | 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 adopt | tabled | 52026PC0278 | — | |
— | 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 | adopted | 32026D1340 | — | |
— | Regulation on controls on cash entering or leaving the Union | announced | — | ||
2015/0093(COD) | Imports of GM food and feed: Right of Member States to opt out | close_to_adoption | 8 events · 3895d idle | ||
2016/0029(COD) | Imports of Belarusian textile products | adopted | 9 events · 3403d idle | ||
2023/0158(CNS) | Proposal for a simplification of VAT rules for e-commerce (imports) | close_to_adoption | 11 events · 354d idle | ||
2025/0180(COD) | Phasing out Russian fossil fuel imports | completed | 9 events · 145d idle | ||
2025/0193(NLE) | International Agreement on Olive Oil and Table Olives: amendment of Article 36 | close_to_adoption | INTA | 6 events · 40d idle | |
2025/0283(NLE) | International Cocoa Agreement | close_to_adoption | INTA | 6 events · 99d idle | |
2025/0590(COD) | Establishing the Single Market and Customs Programme for the period 2028-2034 | tabled | IMCO | 3 events · 79d idle | |
2025/2040(INI) | Importance of consent-based rape legislation in the EU | close_to_adoption | LIBE | 8 events · 108d idle | |
2025/2875(RSP) | Multilateral negotiations in view of the WTO’s 14th Ministerial Conference in Yaoundé, 26 to 29 March 2026 | completed | INTA | 5 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 VI | tabled | 5 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 int | tabled | IMCO | — | |
C(2026)0460 | European citizens’ initiative: ‘Stop Funding Russia’s War: Phase Out Harmful and Useless Russian Imports into the EU’ | tabled | INTA | 2 events · 145d idle | |
COM(2026)0067 | Sector Understanding on Export Credits for Civil Aircraft (“ASU”) regarding the calculation of the Market Reflective Surcharge. EU position | tabled | INTA | 2 events · 143d idle | |
COM(2026)0079 | Opening of negotiations on individual agreements between the European Union and Republic of Albania, Bosnia and Herzegovina, Kosovo*, Montenegro, the Republic o | tabled | INTA | 2 events · 117d idle | |
COM(2026)0099 | Temporary suspension of the Common Customs Tariff duties, opening and providing for the management of autonomous tariff rate quotas for certain fertilisers. Pro | tabled | IMCO | 2 events · 123d idle | |
COM(2026)0154 | World Customs Organization: adoption of advisory opinions, commentaries, explanatory note, case studies, studies and similar acts concerning the valuation of im | tabled | INTA | 2 events · 73d idle | |
COM(2026)0253 | Application of certain Community Acts on the territory of the Principality of Monaco | tabled | INTA | — | |
COM(2026)0254 | International Olive Council: the organoleptic assessment method for virgin olive oil. EU position | tabled | INTA | — | |
COM(2026)0278 | World Customs Organization (WCO): adoption of Explanatory Notes, Classification Opinions or other advice on the interpretation of the Harmonized System and reco | tabled | INTA | — | |
COM(2026)0297 | EU/ Singapore Free Trade Agreement in the Committee on Customs as regards the adoption of the decision concerning the mutual recognition of the Secure Trade Par | tabled | INTA | — | |
SWD(2026)0133 | International Olive Council: the organoleptic assessment method for virgin olive oil. EU position. Accompanying document | tabled | INTA | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2020/2220(INL) | Towards new rules for European elections? | completed | 731 amdt · 6 events · 1516d idle | ||
2025/2166(INI) | Human Rights and Democracy in the World – Annual Report 2025 | close_to_adoption | AFET | 436 amdt · 7 events · 157d idle | |
2021/0373(CNS) | Revision of Council Directive 94/80/EC: Electoral rights of mobile Union citizens in municipal elections | completed | 189 amdt · 9 events · 1229d idle | ||
2022/0117(COD) | Strategic lawsuits against public participation (SLAPPs) | completed | 50 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 right | adopted | 32026R1177 | — | |
— | European Democracy Shield (EDS) | announced | — | ||
— | European Democracy Action Plan | announced | — | ||
— | Revision of Regulation on statute and funding of European political parties and European political foundations | announced | — | ||
— | Regulation (EU) 2024/900 of the European Parliament and of the Council of 13 March 2024 on the transparency and targeting of political advertising | announced | — | ||
— | Initiative against abusive litigation targeting journalists and rights defenders | announced | — | ||
— | Revision of the Regulation on the statute and funding of the European political parties and European political foundations | announced | — | ||
— | 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 s | adopted | 32026D1296 | — | |
2025/0900(APP) | Amendment of the European Electoral Act allowing Members to vote in plenary by proxy voting during pregnancy and after giving birth | close_to_adoption | AFCO | 6 events · 59d idle | |
2025/2048(INI) | Addressing transnational repression of human rights defenders | close_to_adoption | AFET | 7 events · 226d idle | |
2025/2050(INI) | EU strategy to face the new theories against democracy | tabled | AFET | 1 events · 471d idle | |
2025/2069(INI) | Findings and recommendations of the Special Committee on the European Democracy Shield | tabled | 1 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 birth | close_to_adoption | AFCO | 6 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 funded | tabled | AFCO | 7 events · 12d idle | |
2026/2015(INI) | Reinforcing democratic accountability and enhancing Parliament’s political scrutiny of the Commission | tabled | AFCO | 1 events · 135d idle | |
2026/2037(INI) | Situation of international law and the risks to multilateralism, democracy and the European Union | tabled | AFET | — | |
2026/2059(INI) | Human Rights and Democracy in the world and the European Union’s policy on the matter – annual report 2026 | tabled | AFET | — | |
2026/2539(RSP) | European Citizens’ Initiative 'Ban on conversion practices in the European Union' | tabled | 1 events · 94d idle | ||
2026/2612(RSP) | Resolution on the systemic oppression, inhumane conditions and arbitrary detentions by the regime in Iran | completed | 2 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 aggressio | completed | 3 events · 107d idle | ||
2026/2642(RSP) | The arbitrary detention of President Mohamed Bazoum by the junta in Niger | completed | 3 events · 107d idle | ||
2026/2643(RSP) | Case of Elene Khoshtaria and Political Prisoners under the Georgian Dream Regime | completed | 2 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 regime | tabled | 1 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 Belgium | tabled | 1 events · 59d idle | ||
2026/2703(RSP) | New Chinese law on ‘ethnic unity and progress’ and the intensified suppression of ethnic identities | tabled | 2 events · 58d idle | ||
2026/2733(RSP) | Repression and execution of protesters, dissidents, political prisoners and religious minorities in Iran | tabled | — | ||
2026/2736(RSP) | Commemoration of the genocide of Armenians and Greeks in Pontos and Asia Minor | tabled | — | ||
2026/2765(RSP) | Political prisoners in Nicaragua – the cases of Carlos Brenes, Salvadora del Socorro Martínez Aburto and Brooklyn Rivera | tabled | — | ||
2026/2766(RSP) | The deteriorating situation of political prisoners in Belarus, in particular the case of Aliaksandra Pulinovich | tabled | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | 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 Regions | adopted | 32026D0811 | — | |
— | 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 Regions | adopted | 32026D1004 | — | |
— | Council Decision (EU) 2026/541 of 17 February 2026 appointing an alternate member, proposed by the Italian Republic, of the Committee of the Regions | adopted | 32026D0541 | — | |
— | 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 reg | tabled | 52026PC0007 | — | |
— | 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 Re | adopted | 32026D0928 | — | |
— | 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 a | adopted | 32026D1350 | — | |
— | Council Decision (EU) 2026/1057 of 5 May 2026 appointing seven alternate members, proposed by the Republic of Portugal, of the Committee of the Regions | adopted | 32026D1057 | — | |
— | Council Decision (EU) 2026/1059 of 5 May 2026 appointing a member, proposed by the Federal Republic of Germany, of the Committee of the Regions | adopted | 32026D1059 | — | |
— | Council Decision (EU) 2026/1006 of 27 April 2026 appointing an alternate member, proposed by the Republic of Poland, of the Committee of the Regions | adopted | 32026D1006 | — | |
— | 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 t | adopted | 32026D1010 | — | |
— | Council Decision (EU) 2026/1054 of 5 May 2026 appointing a member, proposed by the Italian Republic, of the Committee of the Regions | adopted | 32026D1054 | — | |
— | Council Decision (EU) 2026/810 of 30 March 2026 appointing an alternate member, proposed by the Kingdom of Sweden, of the Committee of the Regions | adopted | 32026D0810 | — | |
— | Council Decision (EU) 2026/1005 of 27 April 2026 appointing nine members, proposed by the Portuguese Republic, of the Committee of the Regions | adopted | 32026D1005 | — | |
— | 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 Region | adopted | 32026D1400 | — | |
— | Council Decision (EU) 2026/1343 of 8 June 2026 appointing a member, proposed by the Federal Republic of Germany, of the Committee of the Regions | adopted | 32026D1343 | — | |
— | Council Decision (EU) 2026/1097 of 11 May 2026 appointing a member, proposed by the Kingdom of the Netherlands, of the Committee of the Regions | adopted | 32026D1097 | — | |
2018/0199(COD) | European territorial cooperation (Interreg) 2021-2027 | completed | 8 events · 2650d idle | ||
2025/0238(COD) | European Fund for Regional Development and Cohesion Fund 2028–2034 | tabled | ENVI | 2 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 review | completed | REGI | 7 events · 249d idle | |
2026/2014(INI) | Evaluation of the track record of the Committee of the Regions as guardian of the principle of subsidiarity | tabled | AFCO | 1 events · 135d idle | |
2026/2027(INI) | Cohesion policy – the driving force in implementing the EU agenda for cities | tabled | REGI | 1 events · 107d idle | |
2026/2054(INI) | Cohesion policy in the EU’s eastern border regions: strengthening territorial resilience and cross-border cooperation | tabled | REGI | — | |
COM(2025)0739 | EU Agenda for Cities: Driving Growth and Prosperity | tabled | REGI | 2 events · 199d idle | |
COM(2025)0750 | Revised action plan of the EU Macro-regional Strategy for the Alpine Region | tabled | REGI | 2 events · 197d idle | |
COM(2026)0520 | EU strategy for islands | tabled | REGI | — | |
COM(2026)0530 | EU Strategy on resilient, prosperous and liveable coastal communities | tabled | REGI | — | |
SWD(2026)0520 | EU strategy for islands. Synopsis report. Accompanying document | tabled | REGI | — | |
SWD(2026)0771 | European Union's Anti-Poverty Strategy: addressing and preventing poverty from childhood to old age. Principles for effective anti-poverty policies. Supporting | tabled | EMPL | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/0408(COD) | Amendments to Biocidal Products Regulation as regards the extension of certain data protection periods (Omnibus X) | close_to_adoption | ENVI | 2 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 Safe | adopted | 32026D02583 | — | |
— | 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) No | tabled | 52025PC1030 | — | |
— | 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 | tabled | 52025PC1021 | — | |
— | 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 gen | tabled | 52025PC1031 | — | |
— | Regulation on the labelling of tyres with respect to fuel efficiency and other essential parameters | announced | — | ||
— | Update of rules on unfair trading practices in the food chain | 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 po | tabled | 52026PC0151 | — | |
— | TTIP chapter on FOOD SAFETY and ANIMAL and PLANT HEALTH | announced | — | ||
— | CELEX:32002R0178R(12) | adopted | 32002R0178 | — | |
— | CELEX:32011R1169R(25) | adopted | 32011R1169 | — | |
— | 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 rel | adopted | 32024L1438 | — | |
— | 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 | adopted | 32014R0334 | — | |
2023/0226(COD) | Plants obtained by certain new genomic techniques and their food and feed | tabled | ENVI | — | |
2025/0405(COD) | Placing on the market of genetically modified micro-organisms and the processing of organs | tabled | ENVI | 52025PC1031 | 6 events · 79d idle |
2025/0409(COD) | Amending certain Directives as regards the simplification and strengthening of food and feed safety requirements (Omnibus X) | tabled | ENVI | 52025PC1021 | 2 events · 138d idle |
2025/0410(COD) | Amending certain Regulations as regards the simplification and strengthening of food and feed safety requirements (Omnibus X) | tabled | IMCO | 2 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 | completed | ENVI | 3 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 | completed | ENVI | 3 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) as | tabled | ENVI | 1 events · 166d idle | |
2026/2579(DEA) | Animal health requirements for non-commercial movement of pet animals | tabled | AGRI | 5 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 diseases | tabled | AGRI | 2 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 geneticall | completed | 3 events · 59d idle | ||
COM(2026)0036 | Status of production expansion of relevant food and feed crops worldwide. Report | tabled | ENVI | 2 events · 151d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | 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 | tabled | 52026PC0104 | — | |
— | 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 o | adopted | 32026D0728 | — | |
— | 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 of | adopted | 32026D1212 | — | |
— | Council Decision of 27 May 2026 replacing an alternate member of the Management Board of the European Institute for Gender Equality for Italy | adopted | 32026D03211 | — | |
— | 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 | tabled | 52026PC0237 | — | |
2024/2125(INI) | Gender Equality Strategy 2025 | close_to_adoption | LIBE | 7 events · 226d idle | |
2025/2039(INI) | Advancing towards a care society: addressing the gender care gap | close_to_adoption | EMPL | 4 events · 80d idle | |
2025/2074(INI) | Gender inequalities in health, specifically as regards gender-specific conditions | tabled | FEMM | 1 events · 450d idle | |
2025/2215(INI) | Gender mainstreaming in the European Parliament – annual report 2025 | tabled | BUDG | 2 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 Women | close_to_adoption | FEMM | 6 events · 135d idle | |
2025/2780(RSP) | Resolution on the declaration of principles for a gender-equal society | tabled | FEMM | — | |
2025/2889(RSP) | Citizens’ Initiative “My Voice, My Choice: For Safe and Accessible Abortion” | tabled | FEMM | — | |
2025/3007(RSP) | Resolution on the European citizens’ initiative entitled ‘My Voice, My Choice: For Safe and Accessible Abortion’ | completed | FEMM | 2 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 equality | tabled | — | ||
2026/2737(RSP) | Situation of women and girls in Afghanistan following the Taliban's adoption of the Criminal Procedure Code for Courts | tabled | — | ||
C(2026)3225 | Citizens’ Initiative “My Voice, My Choice: For Safe and Accessible Abortion” | tabled | 2 events · 116d idle | ||
COM(2026)0012 | Union of Equality: Anti-Racism Strategy 2026-2030 | tabled | LIBE | 2 events · 152d idle | |
COM(2026)0104 | Council of Europe Convention on Preventing and Combating Violence Against Women and Domestic Violence: participation of non-governmental organisations as observ | tabled | LIBE | 2 events · 123d idle | |
COM(2026)0237 | Council of Europe Convention on preventing and combating violence against women and domestic violence: conclusions addressed to certain Parties on their impleme | tabled | LIBE | — | |
SWD(2026)0773 | Enhancing 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 r | tabled | EMPL | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | 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 Inte | tabled | 52026PC0265 | — | |
— | European Fund for Sustainable Development (EFSD) and establishing the EFSD Guarantee and the EFSD Guarantee Fund | announced | — | ||
— | 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; Strength | adopted | 32026D1347 | — | |
2025/2073(INI) | Global Gateway – past impacts and future orientation | close_to_adoption | AFET | 6 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 crises | close_to_adoption | FEMM | 8 events · 158d idle | |
2025/2111(INI) | Reinforcing development cooperation to address irregular population movements and their root causes in partner countries | tabled | DEVE | 1 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 2025 | completed | DEVE | 5 events · 66d idle | |
2026/2026(INI) | Need for a long-term EU development cooperation strategy to face challenges in education in developing countries | tabled | DEVE | 2 events · 107d idle | |
2026/2038(INI) | Role of EU development cooperation in combating all dimensions of child poverty in developing countries | tabled | DEVE | — | |
2026/2069(INI) | A compass for Global Gateway in a world of crises - further guidance for core instruments, flagship projects and the Team Europe approach | tabled | AFET | — | |
2026/2603(RSP) | Urgent need to address the humanitarian catastrophe in Sudan and to achieve a sustainable peace | tabled | 1 events · 137d idle | ||
2026/2618(RSP) | European response to the attacks on the Ukrainian energy system causing a humanitarian crisis | tabled | 1 events · 137d idle | ||
2026/2706(RSP) | Sudan’s abandoned humanitarian crisis: three years of conflict | tabled | 1 events · 59d idle | ||
2026/2734(RSP) | Communication on Humanitarian Aid | tabled | DEVE | — | |
JOIN(2026)0025 | Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order | tabled | DEVE | — | |
SWD(2026)0062 | European Commission's humanitarian aid 2017-2022. Comprehensive evaluation | tabled | DEVE | 1 events · 137d idle | |
SWD(2026)0063 | European Commission's humanitarian aid 2017-2022. Executive summary of the comprehensive evaluation | tabled | DEVE | 1 events · 137d idle | |
SWD(2026)0312 | Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order. Accompanying document | tabled | DEVE | — | |
SWD(2026)0313 | Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order. Accompanying document | tabled | DEVE | — | |
SWD(2026)0314 | Defending values, driving reform, delivering impact: the EU's humanitarian action in a shifting global order. Accompanying document | tabled | DEVE | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | 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 Cypru | adopted | 32026D02903 | — | |
— | Council Decision of 21 April 2026 replacing an alternate member of the Management Board of the European Centre for the Development of Vocational Training (Cedef | adopted | 32026D02446 | — | |
— | 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 Slova | adopted | 32026D02938 | — | |
— | 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 Den | adopted | 32026D02447 | — | |
— | Union of Skills | announced | — | ||
— | NEW SKILLS AGENDA for EUROPE | announced | — | ||
— | REVISION OF THE EUROPASS FRAMEWORK | announced | — | ||
— | 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 Luxe | adopted | 32026D03364 | — | |
— | Council regulation stablishing the research and training programme of the European Atomic Energy Community for the period 2028-2032, complementing Horizon Euro | announced | — | ||
2017/0015(COD) | Training of professional drivers | adopted | 10 events · 2978d idle | ||
2017/0102(COD) | European Solidarity Corps | completed | 7 events · 2846d idle | ||
2025/0222(COD) | Erasmus+ programme 2028–2034 | tabled | BUDG | 2 events · 247d idle | |
2025/2115(INI) | The EU Youth Strategy 2019-2027 | tabled | EMPL | 1 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 o | tabled | EMPL | 1 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 fitness | tabled | TRAN | 3 events · 163d idle | |
2026/2070(INI) | Boosting skills in the Union – opportunities for vocational education and training in times of transition | tabled | EMPL | — | |
2026/2608(RSP) | International Day of Education, fighting inequalities in access to education | tabled | 1 events · 136d idle | ||
2026/2769(RSP) | International Day of Play: promoting the child’s right to play in the European Union | tabled | — | ||
COM(2026)0106 | Specialised Committee on Participation in Union Programmes: Erasmus+. EU position | tabled | CULT | 2 events · 115d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | Decision on Spectrum coordination | announced | — | ||
— | 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 r | adopted | 32026D0587 | — | |
— | Review of the audiovisual media framework | announced | — | ||
— | Proposal for a wholesale roaming regulation | announced | — | ||
— | WIFI4EU - Promotion of internet connectivity in local communities | announced | — | ||
— | 5G action plan | announced | — | ||
— | Body of European Regulators of Electronic Communications (BEREC) | announced | — | ||
— | Electronic Communications Code | announced | — | ||
— | 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 mark | adopted | 32024R1083 | — | |
— | 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 Protoc | tabled | 52026PC0272 | — | |
2016/0151(COD) | European media freedom act | close_to_adoption | 4 events · 3330d idle | ||
2025/2035(INI) | Role of EU policies in shaping the European Sport Model | close_to_adoption | CULT | 7 events · 263d idle | |
2025/2120(INI) | Enhancing connectivity, preserving cultural heritage and driving local excellence in European tourism – destination management and regional tourism growth | close_to_adoption | TRAN | 5 events · 93d idle | |
2025/2181(INI) | A new strategy for media literacy and digital learning | tabled | CULT | 5 events | |
2025/2776(RSP) | Resolution on Audiovisual Media Services Directive obligations in the transatlantic dialogue | completed | CULT | 5 events · 211d idle | |
2026/2071(INI) | Gender equality in the digital age: social media that works for women and girls | tabled | — | ||
2026/2762(RSP) | Protecting children’s safety and mental health from the risks of social media – our duty to act now | tabled | — | ||
COM(2026)0272 | Amendment to Protocol 31 to the EEA Agreement, on cooperation in specific fields outside the four freedoms (Govsatcom and Secure Connectivity). EU position | tabled | ITRE | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0290(COD) | Toy safety regulation | completed | 52023PC0462 | 457 amdt · 13 events · 214d idle | |
2023/0083(COD) | Right to repair: New consumer rights | completed | 403 amdt · 13 events · 717d idle | ||
2023/0435(COD) | Package travel and linked travel arrangements: Improving protection for travellers | completed | 249 amdt · 12 events · 89d idle | ||
2023/0376(COD) | Alternative dispute resolution | completed | 52023PC0649 | 125 amdt · 13 events · 193d idle | |
2023/0085(COD) | ‘Green claims’ directive: Protecting consumers from greenwashing | completed | 56 amdt · 9 events · 570d idle | ||
— | Review of the consumer protection co-operation (CPC) regulation | announced | — | ||
— | Contracts for the sale of goods to consumers | announced | — | ||
— | Contracts for supply of digital content and digital services to consumers | announced | — | ||
— | 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 m | adopted | 32026L1024 | — | |
— | 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 Regulation | announced | — | ||
— | 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 85 | adopted | 32024L2853 | — | |
— | CELEX:32023R0988R(04) | adopted | 32023R0988 | — | |
— | 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 o | adopted | 32014L0059 | — | |
— | CELEX:32009R1223R(16) | adopted | 32009R1223 | — | |
2015/0287(COD) | Contracts for supply of digital content to consumers | close_to_adoption | 4 events · 3140d idle | ||
2026/2615(DEA) | Derogations from the prohibition of destruction of unsold consumer products | tabled | ENVI | 5 events · 71d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | Council Decision of 22 May 2026 appointing a member of the European Statistical Governance Advisory Board | adopted | 32026D02937 | — | |
— | Council Decision of 5 May 2026 on the appointment of the member of the European Statistical Advisory Committee representing the Council | adopted | 32026D02634 | — | |
— | Council Decision of 22 May 2026 appointing a member of the European Statistical Governance Advisory Board | adopted | 32026D02967 | — | |
2016/0265(COD) | Extension of the European statistical programme (ESP) to 2018-2020 | adopted | 10 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 2026 | tabled | 5 events · 241d idle | ||
2025/2915(DEA) | European statistics relating to persons and households: multiannual rolling planning for the period 2029-2036 | tabled | 3 events · 193d idle | ||
2025/2973(DEA) | Common classification of territorial units for statistics (NUTS) and the lists of existing administrative units and local administrative units | tabled | REGI | 3 events · 157d idle | |
2025/3034(DEA) | Detailed rules on the operation of the central repository for reporting and statistics | tabled | LIBE | 3 events · 128d idle | |
2025/3035(DEA) | Detailed rules on the operation of the central repository for reporting and statistics | tabled | LIBE | 3 events · 128d idle | |
2025/3037(DEA) | Specific positions of the classification of products by activity (CPA) | tabled | 4 events · 100d idle | ||
2026/2630(DEA) | Calculation of the contributions of certain institutions, the deletion of a risk indicator and procedural modifications | tabled | ECON | 2 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 abus | tabled | ECON | 1 events · 80d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0129(COD) | Compulsory licensing of patents for crisis management | completed | 300 amdt · 14 events · 193d idle | ||
— | European Research Act | announced | — | ||
— | European Innovation Act | announced | — | ||
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 Resea | close_to_adoption | ITRE | 7 events · 93d idle | |
2025/0543(COD) | Horizon Europe 2028-2034: 10th EU research and innovation framework programme | tabled | 52025PC0543 | 3 events · 72d idle | |
2025/2951(RSP) | Upcoming European Research Area (ERA) Act | completed | ITRE | 2 events · 109d idle | |
2026/2748(DEA) | Regulatory technical standards for the establishment of an EU code of conduct for issuer-sponsored research | tabled | ECON | — | |
C(2026)0462 | Attracting talent for innovation. Commission Recommendation | tabled | LIBE | 2 events · 130d idle | |
COM(2026)0096 | Second biennial report on the implementation of the Global Approach to Research and Innovation 2023-2025 | tabled | ITRE | 2 events · 116d idle | |
COM(2026)0255 | Research and Technological Development Activities of the European Union and Monitoring of Horizon Europe. 2025 annual report | tabled | ITRE | — | |
SWD(2026)0069 | Research Security Monitor 2025: raising awarness and building resilience | tabled | ITRE | 2 events · 116d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | 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 Confere | tabled | 52026PC0083 | — | |
— | 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 Co | tabled | 52026PC0063 | — | |
— | 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 Ol | adopted | 32026D0570 | — | |
— | 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), | tabled | 52026PC0038 | — | |
— | 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 municipal | adopted | 32026L1194 | — | |
— | 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 Con | adopted | 32026D0719 | — | |
— | Enhancing the accession process – A credible EU perspective for the Western Balkans | announced | — | ||
2025/2041(INI) | Institutional consequences of the EU enlargement negotiations | close_to_adoption | AFCO | 7 events · 248d idle | |
2025/2110(INI) | EU enlargement strategy | close_to_adoption | AFET | 7 events · 108d idle | |
2026/0041(NLE) | Hague Convention (1980) on the Civil Aspects of International Child Abduction: accession of Cabo Verde | tabled | 4 events · 12d idle | ||
COM(2026)0038 | Accession of the Islamic Republic of Pakistan to the International Agreement on Olive Oil and Table Olives, 2015. EU position | tabled | INTA | 1 events · 149d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2023/0441(CNS) | Consular protection and the EU emergency travel document | close_to_adoption | 80 amdt · 4 events · 136d idle | ||
— | 1st EMERGENCY RELOCATION SCHEME | announced | — | ||
— | 2nd EMERGENCY RELOCATION SCHEME | announced | — | ||
— | Emergency support mechanism for the refugee crisis | announced | — | ||
— | 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 Romania | tabled | 52026PC1002 | — | |
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 20 | tabled | BUDG | — | |
2026/2595(DEA) | Emergency slaughter of domestic ungulates outside the slaughterhouse | tabled | ENVI | 3 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 me | tabled | 1 events · 137d idle |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the procedure for authorisation of systems providing mobile satellite services using | tabled | 52026PC0311 | — | |
— | Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the European Union Space Services Agency and amending Regulation (EU) 2021/696 | tabled | 52026PC0152 | — | |
— | 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, | adopted | 32026D0792 | — | |
2026/0084(COD) | European Union Space Services Agency | tabled | 1 events · 81d idle | ||
2026/0134(COD) | Mobile satellite services: selection and authorisation of systems using the harmonised 2 GHz frequency band | tabled | — | ||
2026/2537(DEA) | Ecodesign requirements for local space heaters and separate related controls: promoting the repair of goods | tabled | 4 events · 99d idle | ||
2026/2742(RSP) | The attack against citizens in Modena: protecting public spaces and preventing violence in the EU | tabled | — | ||
2026/2767(RSP) | Continued crackdown on civic space and fundamental freedoms in Burkina Faso | tabled | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
— | Modernisation of the European copyright rules: the Marrakesh Treaty implementation framework | announced | — | ||
2025/2180(INI) | Cultural and creative sectors in the age of AI | tabled | CULT | 1 events · 261d idle | |
2026/2686(RSP) | European Citizens' Initiative 'Stop destroying videogames' | tabled | 1 events · 40d idle | ||
2026/2768(RSP) | Joint Declaration on ‘Culture for Europe - Europe for Culture’ | tabled | — |
| Procedure | Title | Status | Lead cmte | CELEX | Activity |
|---|---|---|---|---|---|
2025/2243(ACI) | Framework Agreement on relations between the European Parliament and the European Commission | close_to_adoption | AFCO | 8 events · 108d idle | |
2025/2262(REG) | Amendments to Parliament's Rules of Procedure concerning appointments to Union agencies and bodies (Rule 135) | close_to_adoption | AFCO | 4 amdt · 6 events · 100d idle | |
2026/2012(INI) | Enhanced EU decision-making through means provided for in the EU treaties | tabled | AFCO | 1 events · 135d idle | |
2026/2711(RSP) | EU Governance under pressure: Institutional responses to global challenges | tabled | AFCO | — | |
C(2026)0562 | EU in 2025. General report on the activities of the European Union. Report | tabled | AFCO | 1 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 the | adopted | 32025D1296 | — | |
— | CELEX:31985R1578R(03) | adopted | 31985R1578 | — | |
— | CELEX:32026R0249R(01) | adopted | 32026R0249 | — | |
— | CELEX:32024R2822R(05) | adopted | 32024R2822 | — | |
— | CELEX:32025L2205R(01) | adopted | 32025L2205 | — | |
— | 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 amendments | tabled | 52026PC0129 | — | |
— | 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 Tr | tabled | 52026PC0144 | — | |
— | Decision of the Bureau of the European Parliament of 18 May 2026 amending the Rules on access to the European Parliament | adopted | 32026D02979 | — | |
— | CELEX:32025R0932R(03) | adopted | 32025R0932 | — | |
— | 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 po | tabled | 52026PC0123 | — | |
— | 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 po | tabled | 52026PC0125 | — | |
— | CELEX:52025PC0946R(01) | tabled | 52025PC0946 | — | |
— | 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 établissan | adopted | 32026D00866 | — | |
— | CELEX:32024R3005R(01) | adopted | 32024R3005 | — | |
— | CELEX:32011D0402(01)R(02) | adopted | 32011D0402 | — | |
— | CELEX:32026R0471R(01) | adopted | 32026R0471 | — | |
— | CELEX:32025R2033R(05) | adopted | 32025R2033 | — | |
— | 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 20 | adopted | 32026D02616 | — | |
— | CELEX:32019R1022R(01) | adopted | 32019R1022 | — | |
— | CELEX:32026R0382R(01) | adopted | 32026R0382 | — | |
— | CELEX:32024D1354R(02) | adopted | 32024D1354 | — | |
— | CELEX:32025R2649R(01): Berichtigung der Verordnung (EU) 2025/2649 des Europäischen Parlaments und des Rates vom 19. Dezember 2025 zur Änderung der Ve | adopted | 32025R2649 | — | |
— | CELEX:32024D02814R(04): Berichtigung des Beschlusses des Präsidiums vom 11. September 2023 mit Durchführungsbestimmungen zum Abgeordnetenstatut des E | adopted | 32024D02814 | — | |
— | CELEX:32019D0802(01)R(02): Berichtigung des Beschlusses des Präsidiums des Europäischen Parlaments vom 17. Juni 2019 mit Durchführungsbestimmungen zu | adopted | 32019D0802 | — | |
— | CELEX:32025D02745R(01) | adopted | 32025D02745 | — | |
— | CELEX:32018D0302(01)R(03): Berichtigung des Beschlusses des Präsidiums des Europäischen Parlaments vom 15. Januar 2018 über die Regelung über Sicherh | adopted | 32018D0302 | — | |
— | 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 po | tabled | 52026PC0149 | — | |
— | CELEX:32026L0470R(01) | adopted | 32026L0470 | — | |
— | Decision of the selection committee of the European Order of Merit of 2 March 2026 on appointments to the European Order of Merit | adopted | 32026D01817 | — | |
— | CELEX:52025PC0435R(01) | tabled | 52025PC0435 | — | |
— | CELEX:32025R1494R(04) | adopted | 32025R1494 | — | |
— | CELEX:32025R2650R(02) | adopted | 32025R2650 | — | |
— | CELEX:32021D1764R(02) | adopted | 32021D1764 | — | |
— | CELEX:32024D1484R(01) | adopted | 32024D1484 | — | |
— | CELEX:32025L2206R(01) | adopted | 32025L2206 | — | |
— | CELEX:32026R0405R(01) | adopted | 32026R0405 | — | |
— | CELEX:32004R0723R(12) | adopted | 32004R0723 | — | |
— | CELEX:32022D0331R(03) | adopted | 32022D0331 | — | |
— | Communication on implementation and simplification | announced | — | ||
— | CELEX:32011D1104R(02) | adopted | 32011D1104 | — | |
— | CELEX:32009R1099R(08) | adopted | 32009R1099 | — | |
— | Communication on better regulation and enforcement | announced | — | ||
— | CELEX:32025D1904R(01) | adopted | 32025D1904 | — | |
2017/0035(COD) | Reform of the Comitology Regulation | close_to_adoption | 11 amdt · 8 events · 264d idle | ||
2026/2590(RSP) | Preparation of the European Council meeting of 19-20 March 2026 | tabled | 1 events · 108d idle | ||
2026/2623(RSP) | Conclusions of the European Council meeting of 19-20 March 2026 | tabled | 1 events · 94d idle | ||
2026/2687(RSP) | This is Europe - Debate with the Prime Minister of Latvia, Evika Siliņa | tabled | 1 events · 40d idle | ||
2026/2699(RSP) | Presentation of the Better Regulation and Enforcement Communication | tabled | — | ||
2026/2719(RSP) | Preparation of the European Council meeting of 18-19 June 2026 | tabled | — | ||
2026/2754(RSP) | Conclusions of the European Council meeting of 18-19 June 2026 | tabled | — | ||
2026/2756(RSP) | Presentation of the programme of activities of the Irish Presidency | tabled | — |
Hand-curated expert knowledge that the AI uses to answer questions accurately. This is what makes Brubru different from a generic chatbot.
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.
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.
| Source | Content | Size |
|---|---|---|
| Beresol knowledge bundle | 11 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 organigrammes | All Commission DGs (DG REGIO, DG ENER, DG COMP, etc.), EP committees, Council configurations, with Director-General, Deputy DGs, directorates, heads of unit | 35 JSON files |
| Document templates | Position papers, MEP briefings, parliamentary questions, amendments, all AKN4EU-4.2-conformant via the DET renderer | 17 templates |
| Commissioners profiles | Canonical 2024-2029 mandate: 1 President + 6 EVPs + 20 Commissioners with portfolios, agendas, and Cabinet | 27 profiles |
| Legislation acronyms | Maps abbreviations (GDPR, AI Act, DSA, CBAM, EU Inc.) to CELEX numbers and EUR-Lex URLs | 680+ entries (669 auto-extracted + Brubru-curated) |
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).
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.
docs/LEG_2025-11/ (61,219 translatable XML files, ~28,513 acts).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.
Brubru scrapes 44 EU news portals daily and maintains an RSS feed aggregator for users to follow EU sources.
| What we store | Records | Purpose |
|---|---|---|
| Daily brief headlines: curated EU news for email distribution | 262 | Daily email digest sent to subscribers |
| RSS feeds: EU institutional feeds (EC, EP, Council, agencies) | 57 | My EU Bubble feed reader |
| RSS entries: individual articles from subscribed feeds | 656 | Personalised news feed |
| Transparency Register orgs: EU lobby organisations, policy interests, FTE + lobby costs + EP passes + Commission meetings | 17,247 | Targeted news alerts by policy_cluster match (Brubru Brief BCC delivery) |
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.
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 provides | When 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 intelligence | User's Transparency Register profile + policy interests + Brubru session history. | Logged-in users with organisation profiles, used to personalise relevance |
chat_analytics so partner integrations can see exactly which model generated which row.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_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.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.
| Source | Events | What it covers |
|---|---|---|
| European Parliament | Plenary sessions, committee meetings, hearings | Strasbourg and Brussels sessions, committee agendas |
| Council of the EU | Council configurations, COREPER, working groups | Ministerial meetings, rotating presidency events |
| European Commission | College meetings, public consultations deadlines | Weekly College agenda, stakeholder events |
| European Council | Summits, Euro Summits | Heads of state meetings (quarterly) |
| Court of Justice (CJEU) | Hearings, judgments, opinions | Key rulings affecting EU law interpretation |
| Committee of the Regions | Plenary sessions, commission meetings | Regional and local government input on EU legislation |
User data is minimal and purpose-specific. We store what is necessary for authentication, personalisation, and billing.
| What we store | Purpose | Who can access |
|---|---|---|
| Email, name, profile photo | Authentication (Google/LinkedIn OAuth) and account display | User only + admin |
| Subscription plan and billing status | Feature gating (Starter, Advocate, Professional tiers) | User only + Stripe |
| Tracked legislative files | Users can follow specific proposals and get updates | User only |
| Calendar subscriptions | Personalised reminders for EU institutional events | User only |
| Organisation intelligence profile | Personalised AI responses based on policy interests and activity | User only |
| Chat history | Conversation continuity, follow-up questions | User only |
Five workstreams keep the data foundation moving. A says what Brubru already is. B-E describe where the next year is going.
This is already true; the section above documents it. The contract we publish to customers:
/api/datasets.{ttl,rdf,json}, OP Core conformance on every v1 response, harvester submission pending to data.europa.eu).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.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.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.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).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./news Step 1f.2 (check_authority_labels_freshness.py). Verdict ok/warn/fail with >5% drop blocking the routine.check_euvoc_releases.py). Compares Publications Office release snapshots against data/eu_vocabularies/releases_snapshot.json; new NAL queues a targeted sync.chat_validations by day × severity × generator to surface hallucination trend. Pre-condition for flipping the validator out of shadow mode.citation_verifications.status='broken' rate > 3% pages the on-call. Today the production rate is below 1%; the verifier catches drift before users do.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.pytest tests/test_ontology_drift.py; failure means a new CDM predicate entered the code without a snapshot refresh.chat_validations data, flip VALIDATOR_SHADOW_MODE=false to enable one regeneration retry on critical violations.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.extra_metadata.recital_article_map) as ready-made justifications.eu_authority_labels into the compliance term dictionary so jurisdiction-specific labels show in the user's language.legislative_carriages.immc_tags (initiating institution, dossier responsibility, session council) as input features to the procedure outcome model.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.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./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.?fields=), ETag caching, X-RateLimit-Reset header on every endpoint, Redis-backed rate limiter (currently in-memory, pinned to one Railway replica).Here is how data moves through Brubru, from collection to the moment a user gets an answer.
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.
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.
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.
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.
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.
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.