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.de
http://developer.aipark.de/
The Apache License, Version 2.0
Torgen Hauschild Marcel Kessler Mathias Rudnik
Files download
File Operation
aipark-api-25.0.jar download
aipark-api-25.0.pom download
aipark-api-25.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.aipark.api</groupId>
  <artifactId>aipark-api</artifactId>
  <version>25.0</version>
</dependency>
Gradle Groovy
implementation 'de.aipark.api:aipark-api:25.0'
Gradle Kotlin
implementation("de.aipark.api:aipark-api:25.0")
Scala SBT
libraryDependencies += "de.aipark.api" % "aipark-api" % "25.0"
Groovy Grape
@Grapes(
  @Grab(group='de.aipark.api', module='aipark-api', version='25.0')
)
Apache Ivy
<dependency org="de.aipark.api" name="aipark-api" rev="25.0" />
Leiningen
[de.aipark.api/aipark-api "25.0"]
Apache Buildr
'de.aipark.api:aipark-api:jar:25.0'