API alignment with Site Info #5087
Unanswered
bellamendoza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I had a quick question about how the API aligns with what appears on the site.
As an example, I am trying to get a list of organizations involved with this case: link
I am doing Party by docket ID (https://www.courtlistener.com/api/rest/v4/parties/?docket=69560542) to collect Plaintiff attorney IDs, then using https://www.courtlistener.com/api/rest/v4/attorneys/69560542/ to get organizations.
However, this is not matching what is on https://www.courtlistener.com/docket/69560542/parties/new-hampshire-indonesian-community-support-v-trump/ exactly. For example, Stephen Kang shows up without an organization on https://www.courtlistener.com/docket/69560542/parties/new-hampshire-indonesian-community-support-v-trump/, but shows up with an organization on https://www.courtlistener.com/api/rest/v4/attorneys/?cursor=cD0xMDA2Njk0Mw%3D%3D&docket=69560542
Does anyone know what may cause this difference and how I can pull info from the API that matches the website?
Beta Was this translation helpful? Give feedback.
All reactions