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

{
    "id": "topics-541",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 541,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/541/",
        "html": "https://ddr.densho.org/browse/topics/541/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/296/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/296/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/19/",
            "https://ddr.densho.org/api/0.2/facet/topics/92/",
            "https://ddr.densho.org/api/0.2/facet/topics/199/",
            "https://ddr.densho.org/api/0.2/facet/topics/297/",
            "https://ddr.densho.org/api/0.2/facet/topics/467/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/541/objects/"
    },
    "title": "Enlisting and recruiting",
    "path": "Military service -- Enlisting and recruiting",
    "ancestors": [
        296
    ],
    "siblings": [
        19,
        92,
        199,
        297,
        467
    ],
    "breadcrumbs": []
}