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

{
    "id": "topics-287",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 287,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/287/",
        "html": "https://ddr.densho.org/browse/topics/287/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/284/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/270/",
            "https://ddr.densho.org/api/0.2/facet/topics/284/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/285/",
            "https://ddr.densho.org/api/0.2/facet/topics/286/",
            "https://ddr.densho.org/api/0.2/facet/topics/288/",
            "https://ddr.densho.org/api/0.2/facet/topics/289/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/287/objects/"
    },
    "title": "Lake Labish",
    "path": "Geographic communities -- Oregon -- Lake Labish",
    "ancestors": [
        270,
        284
    ],
    "siblings": [
        285,
        286,
        288,
        289
    ],
    "breadcrumbs": []
}