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/396/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "id": "topics-396",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 396,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/396/",
        "html": "https://ddr.densho.org/browse/topics/396/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/29/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/29/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/395/",
            "https://ddr.densho.org/api/0.2/facet/topics/397/",
            "https://ddr.densho.org/api/0.2/facet/topics/398/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/396/objects/"
    },
    "title": "Christianity",
    "path": "Religion and churches -- Christianity",
    "ancestors": [
        29
    ],
    "siblings": [
        395,
        397,
        398
    ],
    "encyc_urls": [
        "/Paul%20M.%20Nagano/",
        "/Takie%20Okumura/"
    ],
    "breadcrumbs": []
}