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

  1. microweather-export-{jobId} - Get the current status of the export process GET {{baseUrl}}/microweather/export/:jobId

  2. 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>

  3. microweather-export - Triggers the export of the micro weather data into files POST {{baseUrl}}/microweather/export?fileFormat=csv&compression=none&fileSize=50

  4. microweather-files-{fileName} - Returns the file with the given name GET {{baseUrl}}/microweather/files/:fileName

  5. 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>

  6. microweather - Retrieve micro weather data POST {{baseUrl}}/microweather?page=<integer>&size=<integer>

  7. geojson - Retrieve the uuid of the area and the area that the user is restricted to GET {{baseUrl}}/geojson