{"uid":"cap_rLEHFHoD6QEXB3mA1KxPg","slug":"netintel-weather-current-conditions-3-day-forecast-7a390722","name":"NetIntel Weather — Current Conditions & 3-Day Forecast","description":"Live weather + 3-day forecast for any city or lat/lon worldwide — temperature, feels-like, humidity, wind, precipitation, cloud cover, and a plain-language condition. Give a city name (geocoded for you) or coordinates. No API key, metric or imperial units. Pass params as query (GET) or a JSON body (POST).","url":"https://netintel.dev/weather/current","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"city":{"type":"string","description":"City or place name to geocode, e.g. \"London\" or \"Austin, TX\". Aliases: location, q, place, name. Ignored when coordinates are given"},"units":{"type":"string","description":"metric (default: °C, km/h, mm) or imperial (°F, mph, inch). Alias: unit"},"latitude":{"type":"number","description":"Latitude -90..90 — must be paired with longitude; coordinates skip geocoding and win over city. Alias: lat"},"longitude":{"type":"number","description":"Longitude -180..180 — must be paired with latitude. Aliases: lon, lng"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"units":{"type":"object","properties":{"wind_speed":{"type":"string"},"temperature":{"type":"string"},"precipitation":{"type":"string"}}},"source":{"type":"string"},"current":{"type":"object","properties":{"is_day":{"type":"boolean"},"condition":{"type":["string","null"],"description":"plain-language WMO condition"},"feels_like":{"type":["number","null"]},"wind_speed":{"type":["number","null"]},"temperature":{"type":["number","null"]},"humidity_pct":{"type":["number","null"]},"weather_code":{"type":["number","null"]},"precipitation":{"type":["number","null"]},"cloud_cover_pct":{"type":["number","null"]},"wind_direction_deg":{"type":["number","null"]}}},"findings":{"type":"array"},"forecast":{"type":"array","description":"next 3 days: date, temp_max, temp_min, precipitation, weather_code, condition"},"location":{"type":"object","properties":{"name":{"type":["string","null"]},"region":{"type":["string","null"]},"country":{"type":["string","null"]},"latitude":{"type":"number"},"timezone":{"type":["string","null"]},"longitude":{"type":"number"}}},"cache_age_seconds":{"type":"number","description":"0 = fresh; forecasts are cached up to 10 min per location"}}}}}}},"responseSchema":{"type":"json","example":{"units":{"wind_speed":"km/h","temperature":"°C","precipitation":"mm"},"source":"open-meteo","current":{"is_day":true,"condition":"Overcast","feels_like":13.1,"wind_speed":11.5,"temperature":14.2,"humidity_pct":77,"weather_code":3,"precipitation":0,"cloud_cover_pct":75,"wind_direction_deg":210},"findings":[],"forecast":[{"date":"2026-08-31","temp_max":18.4,"temp_min":11.2,"condition":"Rain","weather_code":61,"precipitation":1.3},{"date":"2026-09-01","temp_max":19.1,"temp_min":12,"condition":"Partly cloudy","weather_code":2,"precipitation":0},{"date":"2026-09-02","temp_max":17.8,"temp_min":11.6,"condition":"Rain showers","weather_code":80,"precipitation":0.4}],"location":{"name":"London","region":"England","country":"United Kingdom","latitude":51.51,"timezone":"Europe/London","longitude":-0.13},"cache_age_seconds":0}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_dwDt3Oo4sF83I22cBruo_","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns live weather conditions plus a 3-day forecast for any city name or lat/lon coordinates, including temperature, humidity, wind, precipitation, cloud cover, and a plain-language condition summary.","exampleAgentPrompt":"What's the current weather in London right now — temperature, humidity, wind, and a 3-day forecast — in metric units?","exampleUseCases":[{"title":"Pre-trip weather check for travelers","prompt":"I'm flying to Tokyo on Friday — what's the weather like there right now and what should I expect over the next 3 days? Give me temperatures in Celsius."},{"title":"Outdoor event planning by coordinates","prompt":"Can you pull up the current weather and 3-day forecast for coordinates 40.7128, -74.0060? We're planning an outdoor event and need to know about precipitation and wind."},{"title":"Real-time dashboard weather widget","prompt":"Fetch the latest weather conditions for Austin, TX in imperial units — temperature in Fahrenheit, wind in mph — I need it for a live dashboard."}],"resultDescription":"A JSON object containing: current conditions (temperature, feels-like, humidity, wind speed and direction, precipitation, cloud cover percentage, WMO weather code, plain-language condition, day/night flag); a 3-day daily forecast array (date, temp max/min, precipitation, weather code, condition); resolved location metadata (name, region, country, lat/lon, timezone); unit labels; and data source attribution. Cache age is also reported.","failureModes":["City name cannot be geocoded — returns error or empty location","Both city and coordinates omitted — missing required input","Invalid coordinate range (lat outside -90..90 or lon outside -180..180)","Upstream Open-Meteo API unavailable — service may return error or stale cache","Misspelled city name may resolve to wrong location or fail","Units value other than 'metric' or 'imperial' may be ignored or rejected"],"whenToPreferThis":"Choose this endpoint when you need live weather data worldwide without managing your own API keys, when you want both current conditions and a short-term forecast in one call, or when you need automatic city-name geocoding. Prefer it over raw weather APIs when paying per-call (x402) is acceptable and you want a clean, normalized JSON response with plain-language condition labels already computed.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:54:57.418Z","isFirstParty":false}