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-oklr/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "rightsstatements-noc-oklr",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "noc-oklr",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/noc-oklr/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/noc-oklr/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/noc-oklr/objects/?format=api"
    },
    "title": "No Copyright - Other Known Legal Restrictions",
    "description": "This Rights Statement should be used for Items that are in the Public Domain but that cannot be freely re-used as the consequence of known legal restrictions that prevent the organization that intends to make the Item available from allowing free re-use of the Item, such as cultural heritage or traditional cultural expression protections. 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 legal restrictions that limit re-use of the Item."
}