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

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