dismantl / CaseExplorer

Web application and APIs for exploring MD court case data
GNU General Public License v3.0
7 stars 3 forks source link

404 Status Code Error for get requests for certain cases but 200 codes for other cases #50

Open heibao2021 opened 1 month ago

heibao2021 commented 1 month ago

For 482522V I can pull the info using a python requests get request. I could not pull using odycivil but I could pull using mcci. I could also pull the info by putting in 482522V on the https://mdcaseexplorer.com/ page in the Search By Case Number box on the left hand side of the page.

However, for C15JG23002914, I can not pull using odycivil or mcci. But I can pull using the Search By Case Number box.

I feel like I'm doing something wrong on my end because the first case pulls fine via python.