Download OpenAPI specification:
Retrieve eligible car park data across all 16 German federal states. Austria is excluded. Coverage depends on available records in the source systems.
Only currently operational car parks are returned: status In Betrieb (open) or Sonderbetrieb (limited), with the current UTC instant within the inclusive source operational start/end timestamps. Closed, planned/construction and maintenance parks are excluded, as are deleted records and missing or invalid operational dates. Special operation is included only while its operational interval is valid.
This rule applies to discovery, individual lookup and pagination. Ineligible identifiers return 404 on individual lookup; pagination totals count only eligible records. Eligibility is evaluated on each request, so the dataset can change between pages. This describes operational validity, not whether the parking is open at the current hour according to its opening-hours schedule.
Every request requires HTTPS mutual TLS (mTLS). Configure the supplied password-protected PFX/PKCS#12 client certificate for nvbw.contipark-api.de and use the passphrase supplied separately. Keep server certificate validation enabled. The certificate and passphrase are not embedded in this document. This HTML file is an API reference; execute requests with an mTLS-capable client.
Base URL: https://nvbw.contipark-api.de/v1
Explicitly request limit=150 for more execution-time headroom. The server default when omitted and the maximum remain 250. A page may contain fewer records than requested: always use pagination.nextOffset for the next request and stop when it is null. Do not advance by the requested limit. For example, if returned=146 and nextOffset=146, continue with GET /carparks?offset=146&limit=150. Data is live, not a snapshot; additions and deletions can shift offsets between requests.
static_data_updated_at is the last parking save in Core, returned as an ISO 8601 UTC timestamp (for example, 2026-08-31T10:57:00.000Z). It is included in individual details and every paginated item. Saving the parking and its components in Core updates this timestamp. It is null if the source has no timestamp. It is not the retrieval time, and independent changes outside that save may not update it. The editor identity is not exposed.
The parking capacity label is Gesamtstellplätze. No reliable Park + Ride classification is available; do not infer it from the BahnPark flag or a station name.
Global IDs are internal and must not be published. Response fields indicate whether they may be published using their public flag; id.public remains false. Use publicID.value (UUIDv4, public: true) for publication and new external integrations. This centrally assigned identifier remains stable across edits and status changes. Both detail lookups and every paginated object include id and publicID.
GET /carpark-ids keeps its JSON array of Global IDs. Existing consumers can call GET /carpark-data?globalId=de-example-001 with their stored Global IDs and read publicID.value to build a mapping. Global ID discovery and lookup remain supported permanently and are not deprecated.
Detail lookup requires exactly one of globalId or publicID. Missing or both identifiers, malformed values, and unknown parameter names return 400. Unknown or ineligible identifiers return 404. Both lookup methods return the same parking data, within the same eligibility scope and mTLS controls.
Returns one public UUIDv4 for each currently operational German car park. Every returned UUID resolves through carpark-data?publicID while the park remains eligible. The same eligibility rules as Global ID discovery apply.
[- "123e4567-e89b-42d3-a456-426614174000",
- "6ba7b810-9dad-41d1-80b4-00c04fd430c8"
]Returns currently operational German car park Global IDs (open or limited within the valid operational interval). Austria and inactive parks are excluded.
[- "de-example-001",
- "de-example-002",
- "de-example-003"
]Returns comprehensive data for a specific car park, including basic information, gates, dimensions, operations, opening hours, parking spots, charging stations, tags, and consumer management details. Supply exactly one of globalId or publicID. Missing, both, malformed or unknown parameters return 400. An unknown or ineligible identifier returns 404. Both lookup methods return identical data containing id (internal Global ID, public: false) and publicID (persistent UUIDv4, public: true). Existing consumers can use globalId lookup to map their stored IDs to publicID.value. Global ID remains supported permanently.
| globalId | string [ 1 .. 128 ] characters Example: globalId=de-example-001 Internal Global ID. Supply exactly one of globalId or publicID. Global ID lookup remains supported permanently; do not publish this identifier. |
| publicID | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3... Example: publicID=f09aa708-c5f8-4c47-829c-963746e58cda Persistent public UUIDv4 from carpark-publicids, recommended for new integrations and publication. Supply exactly one of publicID or globalId. |
{- "id": {
- "required": true,
- "public": false,
- "value": "de-example-001"
}, - "publicID": {
- "required": true,
- "public": true,
- "value": "f09aa708-c5f8-4c47-829c-963746e58cda"
}, - "type": {
- "label": "Parkart",
- "required": true,
- "public": true,
- "value": "PH",
- "options": [
- {
- "value": "PH",
- "label": "Parkhaus"
}, - {
- "value": "PD",
- "label": "Parkdeck"
}, - {
- "value": "PP",
- "label": "Parkplatz"
}, - {
- "value": "TG",
- "label": "Tiefgarage"
}
]
}, - "namePublicDE": {
- "label": "Name (öffentlich | de)",
- "required": true,
- "public": true,
- "value": "Düsseldorf Arcaden"
}, - "namePublicEN": {
- "label": "Name (öffentlich | en)",
- "required": true,
- "public": true,
- "value": "Düsseldorf Arcaden"
}, - "gates": [
- {
- "lng": {
- "label": "Longitude",
- "required": true,
- "public": true,
- "value": 6.772975
}, - "lat": {
- "label": "Latitude",
- "required": true,
- "public": true,
- "value": 51.208873
}, - "type": {
- "label": "Typ",
- "required": true,
- "public": true,
- "value": "entry",
- "options": [
- {
- "value": "entry",
- "label": "Einfahrt"
}, - {
- "value": "exit",
- "label": "Ausfahrt"
}
]
}, - "street": {
- "label": "Straße",
- "required": true,
- "public": true,
- "value": "Bachstraße"
}, - "houseNumber": {
- "label": "Hausnummer",
- "required": false,
- "public": true,
- "value": "141"
}, - "zipCode": {
- "label": "PLZ",
- "required": true,
- "public": true,
- "value": "40217"
}
}
], - "dimensions": {
- "height": {
- "label": "Durchfahrtshöhe",
- "required": false,
- "public": true,
- "value": 1.9,
- "unit": "m"
}, - "width": {
- "label": "Durchfahrtsbreite",
- "required": false,
- "public": true,
- "value": 2.2,
- "unit": "m"
}, - "length": {
- "label": "Durchfahrtslänge",
- "required": false,
- "public": true,
- "value": 0,
- "unit": "m"
}, - "weight": {
- "label": "Durchfahrtsgewicht",
- "required": false,
- "public": true,
- "value": 2,
- "unit": "t"
}
}, - "operations": {
- "operational": {
- "from": {
- "label": "Operativ ab",
- "required": true,
- "public": false,
- "value": "23.01.2012",
- "formatHint": "DD.MM.YYYY"
}, - "to": {
- "label": "Operativ bis",
- "required": true,
- "public": false,
- "value": "31.12.2099",
- "formatHint": "DD.MM.YYYY"
}
}, - "status": {
- "type": {
- "label": "Status",
- "value": "open",
- "required": false,
- "public": true,
- "options": [
- {
- "value": "open",
- "label": "In Betrieb"
}, - {
- "value": "closed",
- "label": "Geschlossen"
}, - {
- "value": "planned",
- "label": "Geplant"
}
]
}
}, - "numParkdecks": {
- "label": "Anzahl Parkdecks",
- "required": false,
- "public": true,
- "value": 5
}, - "hasBarrier": {
- "label": "Beschrankt",
- "required": false,
- "value": true,
- "public": true
}
}, - "generalInformation": {
- "maxParkLength": {
- "label": "Max. Verweildauer",
- "required": false,
- "public": true,
- "value": ""
}, - "freeParkingTime": {
- "label": "Karenzzeit (in Minuten)",
- "required": false,
- "public": true,
- "value": 0
}, - "allRoundService": {
- "label": "24/7 Service (Leitzentrale)",
- "required": false,
- "value": false,
- "public": true
}, - "multilingualHandling": {
- "label": "Mehrsprachige Bedienung am Zahlautomaten",
- "required": false,
- "value": false,
- "public": true
}
}, - "station": {
- "name": {
- "label": "Bahnhof",
- "required": false,
- "public": true,
- "value": ""
}, - "distance": {
- "label": "Entfernung zum nächsten Bahnhofseingang",
- "required": false,
- "public": true,
- "value": ""
}
}, - "bahnPark": {
- "isBahnPark": {
- "label": "BahnPark-Standort",
- "required": false,
- "value": false,
- "public": false
}, - "website": {
- "label": "URL zur Standortseite der BahnPark",
- "required": false,
- "public": true,
- "value": ""
}
}, - "openingHours": {
- "required": false,
- "public": true,
- "monday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:59"
}, - "allDay": {
- "label": "Durchgehend",
- "value": true
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "tuesday": {
- "from": {
- "label": "Beginn 1",
- "value": "06:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "wednesday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "00:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": true
}
}, - "thursday": {
- "from": {
- "label": "Beginn 1",
- "value": "06:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "friday": {
- "from": {
- "label": "Beginn 1",
- "value": "06:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "saturday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:59"
}, - "allDay": {
- "label": "Durchgehend",
- "value": true
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "sunday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:59"
}, - "allDay": {
- "label": "Durchgehend",
- "value": true
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}
}, - "parkingSpots": {
- "total": {
- "label": "Gesamtstellplätze",
- "required": false,
- "public": true,
- "value": 832
}, - "women": {
- "label": "Frauen-Stellplätze",
- "required": false,
- "public": true,
- "value": 45
}, - "disabled": {
- "label": "Behinderten-Stellplätze",
- "required": false,
- "public": true,
- "value": 24
}, - "motorhome": {
- "label": "Wohnmobile Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "xxl": {
- "label": "XXL Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "bahnComfort": {
- "label": "Bahn Comfort Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "mini": {
- "label": "Mini-Stellplätze (Länge < 3m)",
- "required": false,
- "public": true,
- "value": 0
}, - "bus": {
- "label": "Bus-Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "motorcycle": {
- "label": "Motorrad Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "shortTerm": {
- "label": "Kurzzeitparker",
- "required": false,
- "public": true,
- "value": 0
}, - "bicycle": {
- "label": "Fahrrad-Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "pcardService": {
- "label": "PCard Service - Stellplätze",
- "required": false,
- "public": true,
- "value": 3
}, - "motherChild": {
- "label": "Mutter-Kind Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "truck": {
- "label": "LKW-Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "senior": {
- "label": "60+ (Senioren) Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}
}, - "chargingStations": {
- "stationsAvailable": {
- "label": "E-Ladestationen vorhanden",
- "required": false,
- "public": true,
- "value": false
}, - "number": {
- "label": "Anzahl Ladepunkte",
- "required": false,
- "public": true,
- "value": ""
}, - "operator": {
- "label": "Ladestation (Betreiber)",
- "required": false,
- "public": true,
- "value": ""
}, - "plugtype": {
- "label": "Ladestation (Steckertyp/KW)",
- "required": false,
- "public": true,
- "value": ""
}, - "position": {
- "label": "Ladestation (Standort)",
- "required": false,
- "public": true,
- "value": ""
}
}, - "tags": {
- "services": {
- "label": "Services",
- "required": false,
- "public": true,
- "value": "Notruf (über Leitzentrale),Erste-Hilfe-Kasten,Rollstuhlgerecht",
- "options": [
- {
- "value": "Notruf (über Leitzentrale)",
- "label": "Notruf (über Leitzentrale)"
}, - {
- "value": "Defibrillator",
- "label": "Defibrillator"
}, - {
- "value": "Erste-Hilfe-Kasten",
- "label": "Erste-Hilfe-Kasten"
}, - {
- "value": "Aufzug",
- "label": "Aufzug"
}, - {
- "value": "Rollstuhlgerecht",
- "label": "Rollstuhlgerecht"
}
]
}, - "payments": {
- "label": "Zahlarten",
- "required": false,
- "public": true,
- "value": "Pcard,American Express,MasterCard,VISA,Bargeld,Google Pay,Apple Pay",
- "options": [
- {
- "value": "Pcard",
- "label": "Pcard"
}, - {
- "value": "girocard (EC)",
- "label": "girocard (EC)"
}, - {
- "value": "American Express",
- "label": "American Express"
}, - {
- "value": "MasterCard",
- "label": "MasterCard"
}, - {
- "value": "VISA",
- "label": "VISA"
}, - {
- "value": "Bargeld",
- "label": "Bargeld"
}, - {
- "value": "Google Pay",
- "label": "Google Pay"
}, - {
- "value": "Apple Pay",
- "label": "Apple Pay"
}
]
}, - "location": {
- "label": "Standort",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "controlSystem": {
- "label": "Parktechnik-, leitsystem",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "transport": {
- "label": "Öffentliche Verkehrsmittel",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "paymentTerminal": {
- "label": "Zahlstelle",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "driveTypes": {
- "label": "Antriebsarten",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "carRental": {
- "label": "Autovermieter",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "carsharing": {
- "label": "Carsharing",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "awards": {
- "label": "Auszeichnungen",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}
}, - "consumerManagement": {
- "additionalInformationDE": {
- "label": "Zusatzinformation öffentlich (de)",
- "required": false,
- "public": true,
- "value": "Rolltor schließt um 22:15 und öffnet 05:15. Einfahrt in dieser Zeit nur für Dauerparker. Ausfahrt ist immer möglich."
}, - "mcpDescriptionDE": {
- "label": "Mein Contipark Beschreibung (de)",
- "required": false,
- "public": true,
- "value": "Das Contipark Parkhaus Düsseldorf Arcaden in Düsseldorf bietet direkten Zugang zum gleichnamigen Einkaufszentrum."
}, - "mcpUrl": {
- "label": "Mein Contipark Url",
- "required": false,
- "public": true,
}, - "contactInfo": {
- "label": "Steuerleitzentrale",
- "required": false,
- "public": true,
- "mail": "",
- "phone": ""
}
}, - "static_data_updated_at": "2026-08-31T10:57:00.000Z"
}Returns complete details for eligible car parks, sorted by Global ID. Clients should explicitly request limit=150 to leave more execution-time headroom. Omitting limit still defaults to up to 250 items. Time and payload budgets can shorten a page: always continue using nextOffset, never offset + limit. The dataset is live, not a snapshot; insertions or deletions between requests can shift offsets. Every record includes id (internal Global ID, public: false) and publicID (persistent public UUIDv4, public: true). Recommend publicID.value for publication and external integrations. Global IDs remain supported permanently, are internal and must not be published.
| offset | integer [ 0 .. 9007199254740991 ] Default: 0 |
| limit | integer [ 1 .. 250 ] Default: 250 Example: limit=150 Recommended client page size: 150. The server default and maximum remain 250. Pages may still be shortened by time or payload budgets. |
{- "data": [
- {
- "id": {
- "required": true,
- "public": false,
- "value": "de-example-001"
}, - "publicID": {
- "required": true,
- "public": true,
- "value": "f09aa708-c5f8-4c47-829c-963746e58cda"
}, - "type": {
- "label": "Parkart",
- "required": true,
- "public": true,
- "value": "PH",
- "options": [
- {
- "value": "PH",
- "label": "Parkhaus"
}, - {
- "value": "PD",
- "label": "Parkdeck"
}, - {
- "value": "PP",
- "label": "Parkplatz"
}, - {
- "value": "TG",
- "label": "Tiefgarage"
}
]
}, - "namePublicDE": {
- "label": "Name (öffentlich | de)",
- "required": true,
- "public": true,
- "value": "Düsseldorf Arcaden"
}, - "namePublicEN": {
- "label": "Name (öffentlich | en)",
- "required": true,
- "public": true,
- "value": "Düsseldorf Arcaden"
}, - "gates": [
- {
- "lng": {
- "label": "Longitude",
- "required": true,
- "public": true,
- "value": 6.772975
}, - "lat": {
- "label": "Latitude",
- "required": true,
- "public": true,
- "value": 51.208873
}, - "type": {
- "label": "Typ",
- "required": true,
- "public": true,
- "value": "entry",
- "options": [
- {
- "value": "entry",
- "label": "Einfahrt"
}, - {
- "value": "exit",
- "label": "Ausfahrt"
}
]
}, - "street": {
- "label": "Straße",
- "required": true,
- "public": true,
- "value": "Bachstraße"
}, - "houseNumber": {
- "label": "Hausnummer",
- "required": false,
- "public": true,
- "value": "141"
}, - "zipCode": {
- "label": "PLZ",
- "required": true,
- "public": true,
- "value": "40217"
}
}
], - "dimensions": {
- "height": {
- "label": "Durchfahrtshöhe",
- "required": false,
- "public": true,
- "value": 1.9,
- "unit": "m"
}, - "width": {
- "label": "Durchfahrtsbreite",
- "required": false,
- "public": true,
- "value": 2.2,
- "unit": "m"
}, - "length": {
- "label": "Durchfahrtslänge",
- "required": false,
- "public": true,
- "value": 0,
- "unit": "m"
}, - "weight": {
- "label": "Durchfahrtsgewicht",
- "required": false,
- "public": true,
- "value": 2,
- "unit": "t"
}
}, - "operations": {
- "operational": {
- "from": {
- "label": "Operativ ab",
- "required": true,
- "public": false,
- "value": "23.01.2012",
- "formatHint": "DD.MM.YYYY"
}, - "to": {
- "label": "Operativ bis",
- "required": true,
- "public": false,
- "value": "31.12.2099",
- "formatHint": "DD.MM.YYYY"
}
}, - "status": {
- "type": {
- "label": "Status",
- "value": "open",
- "required": false,
- "public": true,
- "options": [
- {
- "value": "open",
- "label": "In Betrieb"
}, - {
- "value": "closed",
- "label": "Geschlossen"
}, - {
- "value": "planned",
- "label": "Geplant"
}
]
}
}, - "numParkdecks": {
- "label": "Anzahl Parkdecks",
- "required": false,
- "public": true,
- "value": 5
}, - "hasBarrier": {
- "label": "Beschrankt",
- "required": false,
- "value": true,
- "public": true
}
}, - "generalInformation": {
- "maxParkLength": {
- "label": "Max. Verweildauer",
- "required": false,
- "public": true,
- "value": ""
}, - "freeParkingTime": {
- "label": "Karenzzeit (in Minuten)",
- "required": false,
- "public": true,
- "value": 0
}, - "allRoundService": {
- "label": "24/7 Service (Leitzentrale)",
- "required": false,
- "value": false,
- "public": true
}, - "multilingualHandling": {
- "label": "Mehrsprachige Bedienung am Zahlautomaten",
- "required": false,
- "value": false,
- "public": true
}
}, - "station": {
- "name": {
- "label": "Bahnhof",
- "required": false,
- "public": true,
- "value": ""
}, - "distance": {
- "label": "Entfernung zum nächsten Bahnhofseingang",
- "required": false,
- "public": true,
- "value": ""
}
}, - "bahnPark": {
- "isBahnPark": {
- "label": "BahnPark-Standort",
- "required": false,
- "value": false,
- "public": false
}, - "website": {
- "label": "URL zur Standortseite der BahnPark",
- "required": false,
- "public": true,
- "value": ""
}
}, - "openingHours": {
- "required": false,
- "public": true,
- "monday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:59"
}, - "allDay": {
- "label": "Durchgehend",
- "value": true
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "tuesday": {
- "from": {
- "label": "Beginn 1",
- "value": "06:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "wednesday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "00:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": true
}
}, - "thursday": {
- "from": {
- "label": "Beginn 1",
- "value": "06:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "friday": {
- "from": {
- "label": "Beginn 1",
- "value": "06:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:00"
}, - "allDay": {
- "label": "Durchgehend",
- "value": false
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "saturday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:59"
}, - "allDay": {
- "label": "Durchgehend",
- "value": true
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}, - "sunday": {
- "from": {
- "label": "Beginn 1",
- "value": "00:00"
}, - "until": {
- "label": "Ende 1",
- "value": "23:59"
}, - "allDay": {
- "label": "Durchgehend",
- "value": true
}, - "closed": {
- "label": "Geschlossen",
- "value": false
}
}
}, - "parkingSpots": {
- "total": {
- "label": "Gesamtstellplätze",
- "required": false,
- "public": true,
- "value": 832
}, - "women": {
- "label": "Frauen-Stellplätze",
- "required": false,
- "public": true,
- "value": 45
}, - "disabled": {
- "label": "Behinderten-Stellplätze",
- "required": false,
- "public": true,
- "value": 24
}, - "motorhome": {
- "label": "Wohnmobile Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "xxl": {
- "label": "XXL Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "bahnComfort": {
- "label": "Bahn Comfort Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "mini": {
- "label": "Mini-Stellplätze (Länge < 3m)",
- "required": false,
- "public": true,
- "value": 0
}, - "bus": {
- "label": "Bus-Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "motorcycle": {
- "label": "Motorrad Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "shortTerm": {
- "label": "Kurzzeitparker",
- "required": false,
- "public": true,
- "value": 0
}, - "bicycle": {
- "label": "Fahrrad-Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "pcardService": {
- "label": "PCard Service - Stellplätze",
- "required": false,
- "public": true,
- "value": 3
}, - "motherChild": {
- "label": "Mutter-Kind Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "truck": {
- "label": "LKW-Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}, - "senior": {
- "label": "60+ (Senioren) Stellplätze",
- "required": false,
- "public": true,
- "value": 0
}
}, - "chargingStations": {
- "stationsAvailable": {
- "label": "E-Ladestationen vorhanden",
- "required": false,
- "public": true,
- "value": false
}, - "number": {
- "label": "Anzahl Ladepunkte",
- "required": false,
- "public": true,
- "value": ""
}, - "operator": {
- "label": "Ladestation (Betreiber)",
- "required": false,
- "public": true,
- "value": ""
}, - "plugtype": {
- "label": "Ladestation (Steckertyp/KW)",
- "required": false,
- "public": true,
- "value": ""
}, - "position": {
- "label": "Ladestation (Standort)",
- "required": false,
- "public": true,
- "value": ""
}
}, - "tags": {
- "services": {
- "label": "Services",
- "required": false,
- "public": true,
- "value": "Notruf (über Leitzentrale),Erste-Hilfe-Kasten,Rollstuhlgerecht",
- "options": [
- {
- "value": "Notruf (über Leitzentrale)",
- "label": "Notruf (über Leitzentrale)"
}, - {
- "value": "Defibrillator",
- "label": "Defibrillator"
}, - {
- "value": "Erste-Hilfe-Kasten",
- "label": "Erste-Hilfe-Kasten"
}, - {
- "value": "Aufzug",
- "label": "Aufzug"
}, - {
- "value": "Rollstuhlgerecht",
- "label": "Rollstuhlgerecht"
}
]
}, - "payments": {
- "label": "Zahlarten",
- "required": false,
- "public": true,
- "value": "Pcard,American Express,MasterCard,VISA,Bargeld,Google Pay,Apple Pay",
- "options": [
- {
- "value": "Pcard",
- "label": "Pcard"
}, - {
- "value": "girocard (EC)",
- "label": "girocard (EC)"
}, - {
- "value": "American Express",
- "label": "American Express"
}, - {
- "value": "MasterCard",
- "label": "MasterCard"
}, - {
- "value": "VISA",
- "label": "VISA"
}, - {
- "value": "Bargeld",
- "label": "Bargeld"
}, - {
- "value": "Google Pay",
- "label": "Google Pay"
}, - {
- "value": "Apple Pay",
- "label": "Apple Pay"
}
]
}, - "location": {
- "label": "Standort",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "controlSystem": {
- "label": "Parktechnik-, leitsystem",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "transport": {
- "label": "Öffentliche Verkehrsmittel",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "paymentTerminal": {
- "label": "Zahlstelle",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "driveTypes": {
- "label": "Antriebsarten",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "carRental": {
- "label": "Autovermieter",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "carsharing": {
- "label": "Carsharing",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}, - "awards": {
- "label": "Auszeichnungen",
- "required": false,
- "public": true,
- "value": "",
- "options": [ ]
}
}, - "consumerManagement": {
- "additionalInformationDE": {
- "label": "Zusatzinformation öffentlich (de)",
- "required": false,
- "public": true,
- "value": "Rolltor schließt um 22:15 und öffnet 05:15. Einfahrt in dieser Zeit nur für Dauerparker. Ausfahrt ist immer möglich."
}, - "mcpDescriptionDE": {
- "label": "Mein Contipark Beschreibung (de)",
- "required": false,
- "public": true,
- "value": "Das Contipark Parkhaus Düsseldorf Arcaden in Düsseldorf bietet direkten Zugang zum gleichnamigen Einkaufszentrum."
}, - "mcpUrl": {
- "label": "Mein Contipark Url",
- "required": false,
- "public": true,
}, - "contactInfo": {
- "label": "Steuerleitzentrale",
- "required": false,
- "public": true,
- "mail": "",
- "phone": ""
}
}, - "static_data_updated_at": "2026-08-31T10:57:00.000Z"
}
], - "pagination": {
- "total": 1,
- "offset": 0,
- "limit": 150,
- "returned": 1,
- "nextOffset": null,
- "hasMore": false
}
}