Via the electronic interface to the award marketplace Westfalen, you can access the current tenders and awards of the City of Münster in machine-readable form via a JSON API.
If you want to access further procurement data, you can also use the award marketplace NRW:
API endpoint: https://daten.vergabe.nrw.de/rest/vergabe_westfalen?sort=CREATED_AT:desc&size=100
You must always send the following GET headers to this API: “Accept”: application/json»
Documentation: https://open.nrw/sites/default/files/opendatafiles/daten-vergabe-nrw-de-Dokumentation-v1.pdf
Example call:
<code># “try” filters out rows where one of the fields is missing (e.g. “TOWN”), which would otherwise lead to a termination with error message
# In JSON some strange strings are included as keys (e.g. “$t”), which can simply skip jq with “” then the first found key is automatically used
# “AS $dd” saves the date in a variable $dd</code>
<code>curl -H "accept: application/json" ‘https://daten.vergabe.nrw.de/rest/vergabe_westfalen?sort=CREATED_AT:desc&size=100’ | jq '.results|.CREATED_AT as $dd |.result.NOTICE_NAT[0] | try {date: $dd, entity: .CONTRACTING_BODY.ADDRESS_CONTRACTING_BODY.OFFICIALNAME, Town: .CONTRACTING_BODY.ADDRESS_CONTRACTING_BODY.TOWN, Title: .OBJECT_CONTRACT[0].TITLE[0], desc: .OBJECT_CONTRACT[0].SHORT_DESC[0].P, target: .OBJECT_CONTRACT[0].PLACE_OF_FULLFILMENT[0].MAINPLACE.TOWN}' </CODE>
Build on reliable and scalable technology
FAQ
Frequently Asked Questions
Some basic informations about API Store ®.
Operation and development of APIs are currently fully funded by company Apitalks and its usage is for free.
Yes, you can.
All important information such as time of last update, license and other information are in response of each API call.
In case of major update that would not be compatible with previous version of API, we keep for 30 days both versions so you will have enough time to transfer to new version. We will inform you about the changes in advance by e-mail.