Bombay High Court Judgments — Searchable database of Supreme Court and Bombay High Court judgments with full text, available for legal research and analysis
import requests
# Indian Kanoon API
print('Indian Kanoon: https://indiankanoon.org/')
print('API access for court judgments and legal documents')| Field | Type | Description |
|---|---|---|
| case_title | string | Case title and parties |
| court | string | Court name (Supreme Court, High Court, etc.) |
| judgment_text | string | Full text of the judgment |
| date | date | Judgment date |
| citations | list[string] | Cases cited in the judgment |