{"name":"weather-localize-pack","description":"Get current weather for a city and a translated conditions brief in a single call. Composite: one call runs weather-current-city, then translate over a short summary of temperature, humidity, and wind. Send a city name and a target language; get back the raw Open-Meteo weather data, an English summary, and a localized summary in the requested language, ready to drop into a trip-planning app or travel notification. Use it as a localized weather API, travel weather translator, or multilingual forecast brief generator.","price":"$0.03","method":"POST","input_schema":{"properties":{"city":{"type":"string","description":"City or place name, e.g. Paris or San Francisco. Max 120 chars."},"target_language":{"type":"string","description":"Language name or ISO code for the summary translation."},"country_code":{"type":"string","description":"Optional ISO-2 country code to disambiguate city names."},"units":{"type":"string","enum":["metric","imperial"],"description":"Weather units. Default metric."},"forecast_days":{"type":"number","description":"Daily forecast days to include, 1-7. Default 1."},"hourly":{"type":"boolean","description":"Include hourly forecast arrays when true."}},"required":["city","target_language"]},"input_example":{"city":"Paris","target_language":"Spanish","units":"metric"},"output_example":{"city":"Paris","target_language":"Spanish","english_summary":"Weather for Paris, France. Temperature is 21.","localized_summary":"Clima para Paris, Francia. La temperatura es 21.","composed_of":["weather-current-city","translate"],"components":[{"name":"weather-current-city","ok":true,"ms":900},{"name":"translate","ok":true,"ms":1300}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}