{ "opencollection": "1.0.0", "info": { "name": "Free Law Project / CourtListener REST Alerts Judges API", "version": "4.3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Judges", "type": "folder" }, "items": [ { "info": { "name": "List judges and people", "type": "http" }, "http": { "method": "GET", "url": "https://www.courtlistener.com/api/rest/v4/people/", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "List judges and people" }, { "info": { "name": "List judicial positions", "type": "http" }, "http": { "method": "GET", "url": "https://www.courtlistener.com/api/rest/v4/positions/", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "List judicial positions" } ] } ], "bundled": true }