NW NyaayWatch
Viewing High Court of Jharkhand
Allahabad High CourtBombay High CourtCalcutta High CourtGauhati High CourtHigh Court for State of TelanganaHigh Court of Andhra PradeshHigh Court of ChhattisgarhHigh Court of DelhiHigh Court of GujaratHigh Court of Himachal PradeshHigh Court of Jammu & Kashmir and LadakhHigh Court of JharkhandHigh Court of KarnatakaHigh Court of KeralaHigh Court of Madhya PradeshHigh Court of ManipurHigh Court of MeghalayaHigh Court of OrissaHigh Court of Punjab and HaryanaHigh Court of RajasthanHigh Court of SikkimHigh Court of TripuraHigh Court of UttarakhandMadras High CourtPatna High Court

HIGH COURT API

High Court of Jharkhand — API reference

The API matches what's on the public page for High Court of Jharkhand (Jharkhand). If the page shows a number, the JSON can expose it; if it's still in operator review, it stays private.

Routes available on this page

GET /v1/high-courts/jharkhand/stats

High Court metadata plus coveredGeographies[] and aggregate pending, institution, and disposal fields for the active publication.

Sample response
{
  "snapshot": {
    "courtTier": "high_court",
    "courtCode": "HPHC",
    "courtSlug": "himachal",
    "courtName": "High Court of Himachal Pradesh",
    "coveredGeographies": [
      { "geographyCode": "HP", "geographyName": "Himachal Pradesh", "geographyType": "state" }
    ],
    "referenceDateAt": "2025-03-15T00:00:00.000Z",
    "referenceDateKind": "source_snapshot_at",
    "publishedAt": "2025-03-21T09:10:00.000Z",
    "methodologyVersion": "v1.3.0",
    "qualityState": "complete"
  },
  "stats": {
    "pendingCivilCases": 48930,
    "pendingCriminalCases": 27240,
    "pendingTotalCases": 76170,
    "institutedLastMonthCivilCases": 920,
    "institutedLastMonthCriminalCases": 900,
    "institutedLastMonthTotalCases": 1820,
    "disposedLastMonthCivilCases": 830,
    "disposedLastMonthCriminalCases": 820,
    "disposedLastMonthTotalCases": 1650
  },
  "ageBuckets": {
    "lessThanOneYear": 12400,
    "oneToThreeYears": 18600,
    "threeToFiveYears": 14200,
    "fiveToTenYears": 19800,
    "aboveTenYears": 11170
  },
  "trends": [
    { "referenceDateAt": "2025-01-15T00:00:00.000Z", "referenceDateKind": "source_snapshot_at", "pendingTotalCases": 74310, "institutedLastMonthTotalCases": 1760, "disposedLastMonthTotalCases": 1690 },
    { "referenceDateAt": "2025-02-15T00:00:00.000Z", "referenceDateKind": "source_snapshot_at", "pendingTotalCases": 76170, "institutedLastMonthTotalCases": 1820, "disposedLastMonthTotalCases": 1650 }
  ]
}
GET /v1/high-courts/jharkhand/trends

Published High Court trend points only. They stay court-wide rather than geography-split, and no unpublished operator runs leak through this surface.

Sample response
{
  "trends": [
    {
      "referenceDateAt": "2025-01-15T00:00:00.000Z",
      "referenceDateKind": "source_snapshot_at",
      "pendingTotalCases": 74310,
      "institutedLastMonthTotalCases": 1760,
      "disposedLastMonthTotalCases": 1690
    },
    {
      "referenceDateAt": "2025-03-15T00:00:00.000Z",
      "referenceDateKind": "source_snapshot_at",
      "pendingTotalCases": 76170,
      "institutedLastMonthTotalCases": 1820,
      "disposedLastMonthTotalCases": 1650
    }
  ]
}

What this API guarantees

Published only

The API stays pinned to the active published High Court snapshot. Newer internal fetches remain private until a publish succeeds.

Tier-aware semantics

This API is High Court-specific. A High Court page is not the same scope as a lower-court state page, so the API does not reuse district-only fields or imply cross-tier ranking comparability.