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

{
    "id": "topics-103",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 103,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/103/?format=api",
        "html": "https://ddr.densho.org/browse/topics/103/?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/102/?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"
        ],
        "children": [
            "https://ddr.densho.org/api/0.2/facet/topics/419/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/420/?format=api"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/103/objects/?format=api"
    },
    "title": "Work leave",
    "description": "During World War II, Japanese Americans were seen as a source of replacement labor for the farms in Utah, Idaho, and Montana. Starting in May 1942, camp inmates could obtain temporary leaves to work in agriculture, either returning to the camps every night or living on the farm for an extended period. In 1942 alone, some 10,000 Japanese Americans left the camps to perform this seasonal work. Their labor was vital to the agriculture industry and thus to the war effort.",
    "path": "World War II -- Leaving camp -- Work leave",
    "ancestors": [
        399,
        101
    ],
    "siblings": [
        102,
        104,
        106
    ],
    "children": [
        419,
        420
    ],
    "encyc_urls": [
        "/Hikaru%20Iwasaki/"
    ],
    "breadcrumbs": []
}