Help pages
Über Uns
Kann ich mithelfen?
Anfragen-Leitfaden
- Anfragen stellen
- EU-Behörden finden
- Welche Sprachen?
- Hilfreiche Anfragen-Tipps
- Antworten & Beschwerden
- Anfragenmoderation
Ihr Recht zu wissen
Ihre Privatsphäre
Informationen für EU-Vertreter
Über die Software
Programmierer-API
Impressum
Pro
Kontakt
Sollten Sie hier keine Antwort auf Ihre Frage finden oder sollten Sie uns etwas mitteilen wollen, nehmen Sie Kontakt auf.
PROGRAMMERS API
WELCOME TO ASKTHEEU.ORG!
Introduction
The AsktheEU.org project runs according to open data principles and we make the data available to programmers who want to use the data in other websites and software.
AsktheEU.org does not have a full API yet, but we are gradually adding lots of things that are similar in use to an API as they are requested.
Linking to new requests
To encourage your users to make links to a particular public authority, use URLs of the form:
https://www.asktheeu.org/de/new/european_central_bank
These are the parameters you can add to those URLs, either in the URL or from a form.
- title - default summary of the new request.
- default_letter - default text of the body of the letter. The salutation (Dear...) and signoff (Yours...) are wrapped round this.
- body - as an alternative to default_letter, this sets the default entire text of the request, so you can customise the salutation and signoff.
- tags - space separated list of tags, so you can find and link up any requests made later, e.g. openlylocal spending_id:12345. The : indicates it is a machine tag. The values of machine tags may also include colons, useful for URIs.
RSS (actually, Atom) feeds
There are Atom feeds on most pages which list access to information requests, which you can use to get updates and links in XML format. Find the URL of the Atom feed in one of these ways:
- Look for the RSS feed links.
- Examine the <link rel="alternate" type="application/atom+xml"> tag in the head of the HTML.
- Add /feed to the start of another URL.
In particular, even complicated search queries have Atom feeds. You can do all sorts of things with them, such as query by authority, by file type, by date range, or by status. See the advanced search tips for details.
JSON structured data
Quite a few pages have JSON versions, which let you download information about objects in a structured form. Find them by:
- Adding .json to the end of the URL.
- Look for the <link rel="alternate" type="application/json"> tag in the head of the HTML.
Requests, users and authorities all have JSON versions containing basic information about them. Every Atom feed has a JSON equivalent, containing information about the list of events in the feed.
Spreadsheet of all authorities
A spreadsheet file listing every body in AsktheEU.org is available: all-authorities.csv
Please contact us if you need an API feature that isn't there yet. It's very much a work in progress, and we do add things when people ask us to.