Detail for specified facet term

`facet_id`: "topics", "facility", "format", "genre", or "rights".
`term_id`: A term ID from one of the following lists:

- http://partner.densho.org/vocab/api/0.2/topics.json
- http://partner.densho.org/vocab/api/0.2/facility.json
- http://partner.densho.org/vocab/api/0.2/format.json
- http://partner.densho.org/vocab/api/0.2/genre.json
- http://partner.densho.org/vocab/api/0.2/rights.json

GET /api/0.2/facet/rightsstatements/noc-cr/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "rightsstatements-noc-cr",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "noc-cr",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/noc-cr/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/noc-cr/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/noc-cr/objects/?format=api"
    },
    "title": "No Copyright - Contractual Restrictions",
    "description": "This Rights Statement can only be used for Items that are in the Public Domain but for which the organization that intends to make the Item available has entered into contractual agreement that requires it to take steps to restrict third party uses of the Item. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the contractual restrictions that apply to the use of the Item."
}