Committees, groups & delegations
API · /europarl-api
European Parliament API
The European Parliament as an API, powered by the official European Parliament Open Data portal (data.europarl.europa.eu). Track the EU's directly-elected legislature: list the Members of the European Parliament (MEPs) for any parliamentary term — term 10 is the current 2024-2029 Parliament — with pagination; read an individual MEP's profile including their full name, country of representation, gender, contact email, official photo and place of birth, together with their committee, political-group and delegation memberships split into current and past, each with the role held (member, chair, vice-chair, …) and start/end dates; and browse the Parliament's corporate bodies — its standing and special committees (such as ECON, ENVI, LIBE), political groups and inter-parliamentary delegations — with their id, acronym, label and type. The organization id that appears in an MEP's memberships matches a corporate body, so you can resolve exactly which committee or group a member sits on. Ideal for civic-tech and transparency tools, political research and journalism, lobbying and public-affairs monitoring, and EU-policy analytics. MEP ids come from the MEPs endpoint. Data from the European Parliament (CC-BY 4.0).
API salute
degradato- Tempo di attività
- 92.86%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 720 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,984
- attiva
- Chiamate totali
- 12
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 555 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 555 calls/month
- 2 req/sec
- MEPs, profiles & bodies
- No credit card
Starter
€6.80 /mese
- 20,900 chiamate/mese
- 6 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 20.9k calls/month
- 6 req/sec
- Full membership data
- Email support
Pro
€20.90 /mese
- 92,500 chiamate/mese
- 15 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 92.5k calls/month
- 15 req/sec
- Transparency & analytics
- Priority support
Mega
€58.00 /mese
- 402,000 chiamate/mese
- 40 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 402k calls/month
- 40 req/sec
- Public-affairs monitoring
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Canada Parliament API
The Parliament of Canada as an API, powered by openparliament.ca. Browse the Members of Parliament of the House of Commons with their party, riding (electoral district) and province; read an MP's profile including contact details, current party and riding, and full membership history; browse bills by parliamentary session (number, title, date introduced); read a bill's details (sponsor, LEGISinfo id, whether it is a private member's bill, and whether it became law); browse recorded votes (divisions) with their result and yea/nay totals; and list the Hansard debate days. The open database that tracks Canadian federal politics. Ideal for civic-tech and transparency apps, political journalism and dashboards, voting-record and legislation trackers, and research on Canadian democracy. Sessions look like 45-1. Data from openparliament.ca.
api.oanor.com/canparl-api
Bundestag API
German parliaments as an API, powered by the official abgeordnetenwatch.de service. Search politicians across the Bundestag, the 16 state Landtage and the German seats in the EU Parliament; read a politician's profile (party, year of birth, education, residence, occupation and how many citizen questions they have received and answered); list the parliaments; browse the recorded votes (Abstimmungen) with their date and whether the motion was accepted, newest first and filterable by parliament; read a single vote with its committees and topics; and list parliamentary committees. The transparency database that tracks German federal and state politics. Ideal for civic-tech and transparency apps, political journalism and dashboards, election and voting-record tools, and research on German politics. Data is CC BY-SA from abgeordnetenwatch.de.
api.oanor.com/bundestag-api
UK Parliament API
The UK Parliament as an API — Members of the House of Commons (MPs) and the House of Lords, and the bills passing through Parliament, live from the official UK Parliament data services. Search members by name and house and get their party, constituency or peerage, gender, portrait and membership dates; look up any member by id; and search the bills currently before (or recently passed) Parliament with their long and short titles, originating and current house, and current stage (e.g. Report stage, Royal Assent). Ideal for civic-tech, news, political-research, transparency and government-monitoring apps. Open data from the UK Parliament.
api.oanor.com/ukparliament-api
API del Congreso de EE. UU.
Cada miembro del Congreso de los Estados Unidos como una API — los 12,766 legisladores, actuales e históricos, desde 1789 hasta hoy. Busque cualquier miembro por ID de Bioguide o GovTrack, o busque y filtre la lista completa por nombre, estado de EE. UU., partido y cámara (Senado / Cámara de Representantes), y enumere los miembros actuales del Congreso. Cada registro incluye el nombre del miembro, género, fecha de nacimiento, partido, estado y distrito, cámara, número de mandatos cumplidos y el historial completo mandato por mandato con fechas de inicio y fin, además de IDs de referencia cruzada (GovTrack, OpenSecrets, FEC, Wikipedia, Wikidata). Ideal para aplicaciones de tecnología cívica, noticias, transparencia gubernamental, lobby e investigación política. Datos del proyecto de dominio público @unitedstates.
api.oanor.com/congress-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per European Parliament API?
Qual è il limite di velocità di European Parliament API?
Quanto costa European Parliament API?
Posso cancellare l'abbonamento in qualsiasi momento?
European Parliament API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/europarl-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/europarl-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/europarl-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/europarl-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.