Returns all judges for a court, including name, type, bio, chambers address, and standing order availability
curl 'https://api.courtrules.app/api/v1/judges?district_id=edny' \ -H "Authorization: Bearer YOUR_API_KEY"
{ "district_id": "edny", "judges": [ { "slug": "nicholas-g-garaufis", "name": "Nicholas G. Garaufis", "has_profile": true, "judge_type": "district", "bio": "Senior United States District Judge for the Eastern District of New York...", "chambers": "225 Cadman Plaza East, Brooklyn, NY 11201", "profile_url": "https://www.nyed.uscourts.gov/judges/nicholas-g-garaufis" }, { "slug": "carol-bagley-amon", "name": "Carol Bagley Amon", "has_profile": true, "judge_type": "senior", "bio": null, "chambers": null, "profile_url": null } ], "meta": { "total": 47, "profiled": 47 } }
edny
GET /api/v1/courts
Show Judge object
/rules
/check
nicholas-g-garaufis
"district"
"magistrate"
"senior"
null
Show Meta object