{"name":"current","description":"Instant current weather by city name: geocodes a city or place name, then returns current Open-Meteo temperature, feels-like, humidity, wind, precipitation, weather code, timezone, and optional short forecast. Exact buyer-demand slug for city weather lookups. Use it as a current weather API or weather current endpoint.","price":"$0.01","method":"POST","input_schema":{"properties":{"city":{"type":"string","description":"City or place name."},"query":{"type":"string","description":"Alias for city."},"country_code":{"type":"string","description":"Optional two-letter ISO country code."},"units":{"type":"string","enum":["metric","imperial"],"description":"Unit system: 'metric' or 'imperial'. Passed through to the forecast backend."},"forecast_days":{"type":"number","description":"Number of forecast days to include. Default 1 (current conditions)."},"hourly":{"type":"boolean","description":"If true, includes hourly forecast data. Default false."}},"required":["city"]},"input_example":{"city":"Tokyo","country_code":"JP","units":"metric"},"output_example":{"query":"Tokyo","resolved_location":{"name":"Tokyo","country_code":"JP"},"current":{"temperature":24}},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}