freelawproject / courtlistener

A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
https://www.courtlistener.com
Other
551 stars 151 forks source link

Add parent_court as a filter to the Court API #4711

Open mlissner opened 4 days ago

mlissner commented 4 days ago

We need to be able to query the courts API for the courts that are children of a particular court. For example, I should be able to do this:

https://www.courtlistener.com/api/rest/v4/courts/?parent_court=nysupct

That doesn't work now, but it should.

This didn't make it into the current Sprint, unfortunately, so I'm going to put it on the unassigned zone and if we have time, perhaps we can do it.