Public Weather API (PWA) - WDX (0.1)

Download OpenAPI specification:Download

Authentication

ApiKeyAuth

Security Scheme Type API Key
Header parameter name: x-api-key

Product indices

Product indices

Authorizations:
path Parameters
product_group
required
string^[a-zA-Z]+_[a-zA-Z]+$
Enum: "Car_Tires" "DIY_Activity" "Fashion_Stationary" "Fashion_Ecommerce" "Fashion_Swimwear" "Fashion_AthleticApparel" "Fashion_Sneakers" "Fashion_Outerwear" "Fashion_Umbrella" "FMCGBeauty_Eyeshadow" "FMCGBeauty_FaceMakeup" "FMCGBeauty_Beauty" "FMCGBeauty_Lipsticks" "FMCGBeauty_MakeupRemover" "FMCGBeauty_NailCareCosmetics" "FMCGBeauty_Peeling" "FMCGBeverages_OtherAlcoholicDrinks" "FMCGBeverages_Beer" "FMCGBeverages_Coke" "FMCGBeverages_IceTea" "FMCGBeverages_Refreshment" "FMCGBeverages_FruitDrinks" "FMCGBeverages_Coffee" "FMCGBeverages_Cocoa" "FMCGBeverages_SoftDrink" "FMCGBeverages_DairyDrinks" "FMCGBeverages_Juice" "FMCGBeverages_OtherDrinks" "FMCGBeverages_Spirits" "FMCGBeverages_IsotonicDrinks" "FMCGBeverages_Tea" "FMCGBeverages_Water" "FMCGBeverages_Wine" "FMCGFood_BabyNutrition" "FMCGFood_BakeryGoods" "FMCGFood_Desserts" "FMCGFood_BBQ" "FMCGFood_IceCream" "FMCGFood_Yoghurt" "FMCGFood_Snacks" "FMCGFood_Cheese" "FMCGFood_DiaryGoods" "FMCGFood_ChocolateGoods" "FMCGFood_FrozenGoods" "FMCGHairCare_Colorations" "FMCGHairCare_HairGel" "FMCGHairCare_HairTreatmentsMasks" "FMCGHairCare_HairCare" "FMCGHairCare_Hairspray" "FMCGHairCare_HairConditioners" "FMCGHairCare_Shampoo" "FMCGHomeCare_Cleaning" "FMCGPerfume_FemalePerfume" "FMCGPerfume_MalePerfume" "FMCGPersonalCare_BabyWipe" "FMCGPersonalCare_BathAdditives" "FMCGPersonalCare_Deodorant" "FMCGPersonalCare_DrySkin" "FMCGPersonalCare_ShowerGels" "FMCGPersonalCare_Waxing" "FMCGPersonalCare_CleansingLotion" "FMCGPersonalCare_IncontinenceArticles" "FMCGPersonalCare_InsectSkinProtection" "FMCGPersonalCare_BathProducts" "FMCGPersonalCare_BodyCare" "FMCGPersonalCare_LipCare" "FMCGPersonalCare_RazorBlades" "FMCGPersonalCare_Aftershave" "FMCGPersonalCare_Soap" "FMCGPersonalCare_Selftanner" "FMCGPersonalCare_SunProtection" "FMCGPersonalCare_Wadding" "FMCGPharma_ColdMedicines" "GardenOutdoor_Gartenbaustoffe" "GardenOutdoor_GardenFurniture" "GardenOutdoor_GardenTools" "GardenOutdoor_Grills" "GardenOutdoor_GrillsAccessories" "GardenOutdoor_OutdoorPlants" "GardenOutdoor_WinterProducts" "WeatherForecast_AirPressure" "WeatherForecast_CloudsMean" "WeatherForecast_DewPoint" "WeatherForecast_EvaporationPressure" "WeatherForecast_FrostDay" "WeatherForecast_HeavyRainyDay" "WeatherForecast_IceDay" "WeatherForecast_Precipitation" "WeatherForecast_RainyDay" "WeatherForecast_RelativeHumidity" "WeatherForecast_SnowDay" "WeatherForecast_Snowfall" "WeatherForecast_SummerDay" "WeatherForecast_SunshineDurationRelative" "WeatherForecast_SunshineDuration" "WeatherForecast_TemperatureDailyAverageAnomalie" "WeatherForecast_TemperatureDailyAverage" "WeatherForecast_TemperatureDailyMaximum" "WeatherForecast_TemperatureDailyMinimum" "WeatherForecast_TropicalNight" "WeatherForecast_WindchillDailyAverage" "WeatherForecast_MaximumWindSpeed" "PollenForecast_Alder" "PollenForecast_Ambrosia" "PollenForecast_Ash" "PollenForecast_Birch" "PollenForecast_Grasses" "PollenForecast_Hazel" "PollenForecast_Mugwort" "PollenForecast_PollenExposure" "PollenForecast_Rye" "WeatherForecast_WeatherState" "WeatherForecast_UVIndex" "WeatherForecast_SolarRadiation"
Example: Car_Tires

The product group one wants to calculate the index for

country
required
string^[A-Z]{2}$
Enum: "DE" "ES" "FR" "IT" "GB" "AT" "CH" "DK"
Example: DE

country

date
required
string^[0-9]{4}-[0-9]{2}-[0-9]{2}$
Example: 2023-02-07

date

Responses

Response samples

Content type
application/json
{
  • "model": "Car_Tires",
  • "country": "DE",
  • "segmentation": "zip",
  • "date": "2023-02-07",
  • "values": [
    ]
}