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

{
    "id": "topics-291",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 291,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/291/",
        "html": "https://ddr.densho.org/browse/topics/291/",
        "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/292/",
            "https://ddr.densho.org/api/0.2/facet/topics/293/",
            "https://ddr.densho.org/api/0.2/facet/topics/294/",
            "https://ddr.densho.org/api/0.2/facet/topics/295/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/291/objects/"
    },
    "title": "Bainbridge Island",
    "path": "Geographic communities -- Washington -- Bainbridge Island",
    "ancestors": [
        270,
        290
    ],
    "siblings": [
        292,
        293,
        294,
        295
    ],
    "encyc_urls": [
        "/Bainbridge%20Island,%20Washington/"
    ],
    "breadcrumbs": []
}