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

{
    "id": "topics-294",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 294,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/294/",
        "html": "https://ddr.densho.org/browse/topics/294/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/290/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/270/",
            "https://ddr.densho.org/api/0.2/facet/topics/290/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/291/",
            "https://ddr.densho.org/api/0.2/facet/topics/292/",
            "https://ddr.densho.org/api/0.2/facet/topics/293/",
            "https://ddr.densho.org/api/0.2/facet/topics/295/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/294/objects/"
    },
    "title": "Tacoma",
    "path": "Geographic communities -- Washington -- Tacoma",
    "ancestors": [
        270,
        290
    ],
    "siblings": [
        291,
        292,
        293,
        295
    ],
    "breadcrumbs": []
}