Micro Weather
Number of APIs: 7
This API provides provides micro weather events in a restricted area predefined by a GeoJSON object for the specific user. Data is generated by Mercedes-Benz vehicles. This Pull API uses the Mercedes-Benz vehicle fleet as moving weather stations to collect data on temperature, rain and road conditions. The perfect complement to static weather stations provides updated micro weather data in 15-minute slots on GPS level. More information see https://developer.mercedes-benz.com/products/micro_weather
Contact Support: Name: Mercedes-Benz /developers support team Email: developer@mercedes-benz.com
-
microweather-export-{jobId} - Get the current status of the export process GET {{baseUrl}}/microweather/export/:jobId
-
microweather-export - triggers the export of the micro weather data into files GET {{baseUrl}}/microweather/export?fileFormat=csv&compression=none&fileSize=50&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&rainIntensity=<string>&minConfidence=<float>&roadCondition=<string>&minTemperature=<float>&maxTemperature=<float>
-
microweather-export - Triggers the export of the micro weather data into files POST {{baseUrl}}/microweather/export?fileFormat=csv&compression=none&fileSize=50
-
microweather-files-{fileName} - Returns the file with the given name GET {{baseUrl}}/microweather/files/:fileName
-
microweather - Retrieve micro weather events restricted to the predefined area of the user GET {{baseUrl}}/microweather?page=<integer>&size=<integer>&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&rainIntensity=<string>&minConfidence=<float>&roadCondition=<string>&minTemperature=<float>&maxTemperature=<float>
-
microweather - Retrieve micro weather data POST {{baseUrl}}/microweather?page=<integer>&size=<integer>
-
geojson - Retrieve the uuid of the area and the area that the user is restricted to GET {{baseUrl}}/geojson