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

{
    "id": "topics-4",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 4,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/4/?format=api",
        "html": "https://ddr.densho.org/browse/topics/4/?format=api",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/1/?format=api",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/1/?format=api"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/2/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/3/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/176/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/178/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/340/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/342/?format=api"
        ],
        "children": [
            "https://ddr.densho.org/api/0.2/facet/topics/436/?format=api"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/4/objects/?format=api"
    },
    "title": "Arrival",
    "description": "Labor contractors transported workers from Japan to work on Hawaiian sugar plantations. Many Japanese then emigrated to the mainland and worked for lumber companies, railroads, and canneries. In the early 1900s these immigrants began to establish families through the picture bride system (shashin-kekkon, literally \"photograph marriage\"). Immigrant bachelors sent photographs and information about themselves to go-betweens (baishakunin) who arranged meetings with the families in Japan. Marriage ceremonies took place in Japan (without bridegrooms), then the new brides traveled to the United States to join their husbands. Many arrived to discover that their husbands had misrepresented their appearances or situations.",
    "path": "Immigration and citizenship -- Arrival",
    "ancestors": [
        1
    ],
    "siblings": [
        2,
        3,
        176,
        178,
        340,
        342
    ],
    "children": [
        436
    ],
    "encyc_urls": [
        "/Immigration/"
    ],
    "breadcrumbs": []
}