PASAR API
Official Indian government weather source; free APIs for city forecasts, current weather, rainfall, nowcasts and CAP warnings, but access requires IP whitelisting.
View docs ↗ More Data & enrichment APIscurl 'https://api.data.gov.my/data-catalogue/?id=in-imd-weather&limit=10&sort=-date'
I'm building an app using a free India API (no auth needed). API: IMD ~ India Met Dept weather forecasts Provider: India Meteorological Department Endpoint: GET https://api.data.gov.my/data-catalogue/?id=in-imd-weather&limit=10&sort=-date It returns JSON (live data). Source: India Meteorological Department (https://mausam.imd.gov.in/responsive/apis.php) Source type: Official public feed Endpoint type: Direct public JSON endpoint Integration difficulty: Copy-paste ready Last checked: 2026-07-05 Production caveat: Still handle downtime, changing fields, empty responses, and rate limits before shipping user-facing alerts. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.