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

{
    "id": "topics-533",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 533,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/533/",
        "html": "https://ddr.densho.org/browse/topics/533/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/162/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/399/",
            "https://ddr.densho.org/api/0.2/facet/topics/65/",
            "https://ddr.densho.org/api/0.2/facet/topics/162/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/414/",
            "https://ddr.densho.org/api/0.2/facet/topics/415/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/533/objects/"
    },
    "title": "Tule Lake strike",
    "path": "World War II -- Concentration camps -- Conflicts, intimidation, and violence -- Tule Lake strike",
    "ancestors": [
        399,
        65,
        162
    ],
    "siblings": [
        414,
        415
    ],
    "breadcrumbs": []
}