Resource
Resources are websites, articles, or other sources that we think are helpful for understanding the case. This can include in-depth case studies, law review articles discussing the case, or websites that post litigation documents beyond what we save in the Clearinghouse.
Each resource url endpoint returns a list of resources, where each resource is a JSON dictionary.
Example: a completely blank resource
When accessing the `api/v2/resources/?case=case_id` endpoint.
{
file: null,
title: "",
author_role: "",
abstract: "",
author: "",
institution: "",
citation: "",
external_url: "",
display_date: "",
resource_types: [],
cases: [],
case_types: [],
date: "",
causes: [],
issues: [],
special_collections: [],
attorney_orgs: [],
source: ""
}For more information:
Field
Type
Documentation (link)
Last updated