Replies: 1 comment 22 replies
-
I think my go-to tool is our citation finder: https://www.courtlistener.com/c/ The great thing about it is that it is very robust against weird citations. No matter if you have a historical citation, one with a typo or some other messy thing, it should work, if we have the citation. You can, of course, just do this by hand, but that's no fun. To do it programmatically, it has a basic API we hope to document in #2714, but haven't yet gotten to. Here's how it works. Say I have the citation for Roe v. Wade, I can do a GET to this endpoint like this:
That'll return a 302 that takes you do:
You can see that your reporter (the
And now you have the URL of the case, which has the cluster ID of From there you can get the docket ID or the opinion ID. The docket ID you can get with:
The opinion ID you can get with:
I hope that helps. Let me know what other questions come up or remain! |
Beta Was this translation helpful? Give feedback.
-
I have a spreadsheet of citations that I want to marry to CourtListener IDs. How do I do that?
Beta Was this translation helpful? Give feedback.
All reactions