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

{
    "id": "topics-104",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 104,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/104/?format=api",
        "html": "https://ddr.densho.org/browse/topics/104/?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/103/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/106/?format=api"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/104/objects/?format=api"
    },
    "title": "\"Resettlement\"",
    "description": "Politics [235] (formerly Political activism and involvement [120])",
    "path": "World War II -- Leaving camp -- \"Resettlement\"",
    "ancestors": [
        399,
        101
    ],
    "siblings": [
        102,
        103,
        106
    ],
    "encyc_urls": [
        "/Resettlement",
        "/Japanese%20American%20Evacuation%20and%20Resettlement%20Study/",
        "/Japanese%20American%20Joint%20Board/",
        "/Thomas%20W.%20Parker/",
        "/Resettlement/",
        "/Resettlement%20in%20Chicago/",
        "/Resettlement%20in%20Denver/",
        "/Resettlement%20in%20New%20York/",
        "/Salt%20Lake%20City%20governors'%20meeting/",
        "/Terrorist%20incidents%20against%20West%20Coast%20returnees/",
        "/Gretchen%20Van%20Tassel/"
    ],
    "breadcrumbs": []
}