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

{
    "id": "topics-99",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 99,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/99/?format=api",
        "html": "https://ddr.densho.org/browse/topics/99/?format=api",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/94/?format=api",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/399/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/94/?format=api"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/86/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/87/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/95/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/96/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/98/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/100/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/107/?format=api"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/99/objects/?format=api"
    },
    "title": "Community responses to resistance",
    "description": "In December 1947, President Truman pardoned all wartime draft resisters, including Nisei from the concentration camps. The pardon removed the criminal convictions from the resisters' records. However, other Japanese Americans, including some U.S. Army veterans and leaders of the Japanese American Citizens League (JACL), continued to label resisters as disloyal, unpatriotic, cowardly \"draft dodgers.\" Some Japanese Americans blamed the resisters for increasing the public's negative attitudes toward people of Japanese ancestry. These consequences affected many resisters for the rest of their lives. Despite an official JACL apology to the resisters in 2000, many Japanese American veterans' groups and others continue to harbor negative feelings toward the resisters. Legacies of the World War II ostracism of resisters contribute to ongoing division within Japanese American communities.",
    "path": "World War II -- Resistance and dissidence -- Community responses to resistance",
    "ancestors": [
        399,
        94
    ],
    "siblings": [
        86,
        87,
        95,
        96,
        98,
        100,
        107
    ],
    "breadcrumbs": []
}