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

{
    "id": "topics-102",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 102,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/102/?format=api",
        "html": "https://ddr.densho.org/browse/topics/102/?format=api",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/101/?format=api",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/399/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/101/?format=api"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/103/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/104/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/106/?format=api"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/102/objects/?format=api"
    },
    "title": "Student leave",
    "description": "In 1942, a small number of Japanese Americans began to exit the camps through a student relocation program. The early student resettlement to colleges in Midwestern and eastern states was organized by a coalition of church leaders and educators led by the American Friends Service Committee. The coalition persuaded colleges and universities in the country's interior to accept Japanese American students. It also helped the Nisei obtain security clearance to leave camp (a complicated process) and find housing. Tuition costs were borne by the students and their families. Although many parents gave up what savings they had, nearly all the students still worked round the clock to support themselves and their studies. By the end of the war, 4,000 Nisei students had entered approximately 600 colleges.",
    "path": "World War II -- Leaving camp -- Student leave",
    "ancestors": [
        399,
        101
    ],
    "siblings": [
        103,
        104,
        106
    ],
    "encyc_urls": [
        "/Thomas%20Bodine/",
        "/John%20Nason/",
        "/National%20Japanese%20American%20Student%20Relocation%20Council/",
        "/Robert%20O'Brien/"
    ],
    "breadcrumbs": []
}