GitXplorerGitXplorer
v

indian-supreme-court-judgments

public
6 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
2b00cb3f0b601faf4a29e543d381b04a26da5db1

Latest clean metadata: Sat Jan 4 16:41:25 UTC 2025

aactions committed 15 days ago
Unverified
d581729175b44c79177432664ecccb132606404b

Latest clean metadata: Mon Dec 23 16:42:27 UTC 2024

aactions committed a month ago
Unverified
d58ab73ea09addb03d520edacf0551cb53349f53

Latest metadata: Mon Dec 23 16:42:14 UTC 2024

aactions committed a month ago
Unverified
85ccc9513a56207a857fbab35f7d7977548864b9

Latest clean metadata: Sat Dec 21 16:41:25 UTC 2024

aactions committed a month ago
Unverified
83fa99734fbfc3f7e364d7c454b2b39d8c53c4bd

Latest metadata: Sat Dec 21 16:41:15 UTC 2024

aactions committed a month ago
Unverified
634aa4b4b95274710e65c61cf2e4ba32cdfc86e4

Latest clean metadata: Fri Dec 20 16:42:24 UTC 2024

aactions committed a month ago

README

The README file for this repository.

Download the cleaned metadata from here PDF judgmetns and the metadata can be downloaded from Kaggle which gets updated weekly.

  • Gets metadata about judgments from API. The details of API are figured out by inspecting the android app traffic.
  • Sample request
    """
    curl --location 'https://scourtapp.nic.in/?pageid=100001' \
    --header 'Content-Type: application/x-www-form-urlencoded' \
    --data-urlencode 'rpt_type=A' \
    --data-urlencode 'from_date=01-01-2021' \
    --data-urlencode 'to_date=30-11-2022' \
    --data-urlencode 'token=<token-here>' \
    --data-urlencode 'judgename=99999'
    """
    
  • There are some judgments that are returned under 1902 year, which actually belong to other years like 2002. This must be an issue in the data.
  • Intervals are chosen to optimize the number of files and size of each file.
  • Even the old years are queried every time, to see if any changes take place in the old years' data. It has been observed that new entries are added as part of old years as well. Git commit history shall show us how often this is happenning over time.
  • Some of the links like "judis/44700.pdf" need to be prefixed with "jonew/" to get a working url
  • Metadata also contains examples where the same judgment is part of multiple years. For ex, diary-no 17050-2006 appears with two judgment dates while the judgment pdf link is the same.

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0