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

{
    "id": "topics-370",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 370,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/370/",
        "html": "https://ddr.densho.org/browse/topics/370/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/8/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/5/",
            "https://ddr.densho.org/api/0.2/facet/topics/8/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/369/",
            "https://ddr.densho.org/api/0.2/facet/topics/371/",
            "https://ddr.densho.org/api/0.2/facet/topics/372/",
            "https://ddr.densho.org/api/0.2/facet/topics/373/",
            "https://ddr.densho.org/api/0.2/facet/topics/374/",
            "https://ddr.densho.org/api/0.2/facet/topics/439/",
            "https://ddr.densho.org/api/0.2/facet/topics/440/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/370/objects/"
    },
    "title": "General stores",
    "path": "Industry and employment -- Small business -- General stores",
    "ancestors": [
        5,
        8
    ],
    "siblings": [
        369,
        371,
        372,
        373,
        374,
        439,
        440
    ],
    "breadcrumbs": []
}