getting the text of the opinion based on absolute_url #6724
Replies: 1 comment
|
figured it out https://www.courtlistener.com/api/rest/v4/opinions/?cluster= 10749076&fields=id,type,html_with_citations,plain_text |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
"absolute_url": "/opinion/10749076/doe-v-dynamic-physical-therapy-llc/",
how do i extract the text of the opinion with one api call based on this information?
i found the way to do via two calls: cluster, and then opinion but i am sure there must be an easier way
thank you
All reactions