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/177/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "topics-177",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 177,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/177/?format=api",
        "html": "https://ddr.densho.org/browse/topics/177/?format=api",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/340/?format=api",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/1/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/340/?format=api"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/341/?format=api",
            "https://ddr.densho.org/api/0.2/facet/topics/516/?format=api"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/177/objects/?format=api"
    },
    "title": "Discriminatory laws",
    "path": "Immigration and citizenship -- Law and legislation -- Discriminatory laws",
    "ancestors": [
        1,
        340
    ],
    "siblings": [
        341,
        516
    ],
    "encyc_urls": [
        "/Alien%20land%20laws/",
        "/Chinese%20Exclusion%20Act/",
        "/Immigration%20Act%20of%201924/",
        "/Hiram%20Johnson/",
        "/V.S.%20McClatchy/",
        "/Ozawa%20v.%20United%20States/",
        "/Walter%20Tsukamoto/",
        "/Alien%20Enemies%20Act%20of%201798/"
    ],
    "breadcrumbs": []
}