a

aipark-api

AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany with nationwide coverage. Additionally, accurate occupancy predictions are derived using data from a network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and test the interface. Please send a request via email if you are a developer and require an API key. We'll be in touch with you shortly. This application is provided via a demo backend environment. Please note that API load tests do not reflect the performance of the productive system. Mail: info@aipark.io
https://developer.aipark.io/
The Apache License, Version 2.0
Torgen Hauschild Marcel Kessler Mathias Rudnik
Files download
File Operation
aipark-api-30.06.jar download
aipark-api-30.06.pom download
aipark-api-30.06-sources.jar download
Apache Maven
<dependency>
  <groupId>de.aipark.api</groupId>
  <artifactId>aipark-api</artifactId>
  <version>30.06</version>
</dependency>
Gradle Groovy
implementation 'de.aipark.api:aipark-api:30.06'
Gradle Kotlin
implementation("de.aipark.api:aipark-api:30.06")
Scala SBT
libraryDependencies += "de.aipark.api" % "aipark-api" % "30.06"
Groovy Grape
@Grapes(
  @Grab(group='de.aipark.api', module='aipark-api', version='30.06')
)
Apache Ivy
<dependency org="de.aipark.api" name="aipark-api" rev="30.06" />
Leiningen
[de.aipark.api/aipark-api "30.06"]
Apache Buildr
'de.aipark.api:aipark-api:jar:30.06'