Get your API key

Free tier: 1,000 requests/day. Instant access.

Instant access. No credit card required. Same email? Your old key will be rotated.

API Documentation

Base URL https://api.downrightnow.in/v1. Bearer auth on every call. Same capabilities are exposed via MCP.

Quickstart

Paste your key from above and try a live request.

curl "https://api.downrightnow.in/v1/status?domain=incometax.gov.in" \
  -H "Authorization: Bearer YOUR_API_KEY"
Example Response (200 OK)
{
  "status": "success",
  "data": {
    "domain": "incometax.gov.in",
    "service_name": "Income Tax e-Filing",
    "state": "DOWN",
    "probe_state": "OK",
    "top_issue": {
      "value": "login-fail",
      "label": "Login not working",
      "severity": "down",
      "count": 128
    },
    "issue_types": {
      "down": 210,
      "slow": 40,
      "error": 18,
      "other": 4
    },
    "user_reports_last_15m": 36,
    "user_reports_last_24h": 272,
    "latency_ms": null,
    "last_updated": "2026-09-09T00:10:00Z"
  }
}

Endpoints

All endpoints require Authorization: Bearer YOUR_API_KEY.

MCP tools (v1)

Same Pro and Ultra plans as REST — one API key. Upgrade at /api#pricing.

  • get_api_subscription_status — Free (plan check)
  • check_service_status — Free
  • list_trending_outages — Pro+
  • bulk_check_service_status — Ultra
  • subscribe_outage_webhook, list_outage_webhooks, delete_outage_webhook — Pro+