data.gov.in
FreemiumGET https://api.data.gov.in/resource/{RESOURCE_ID}?api-key=YOUR_KEY&format=json&limit=10&offset=0
HTTPS
Yes
API key
Required
CORS
Backend only
Use
See limits
Limits. Free API key. Row limits and quotas vary per resource — check the dataset’s API tab on data.gov.in.
Commercial. Follow each dataset’s licence and attribution requirements before production use.
Note. Resource IDs are per dataset. Licences differ. Store the API key in env vars and proxy requests through your backend.
# Replace RESOURCE_ID from the dataset page on data.gov.in
curl -sS "https://api.data.gov.in/resource/RESOURCE_ID?api-key=YOUR_KEY&format=json&limit=10&offset=0"