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

{
    "id": "topics-37",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 37,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/37/",
        "html": "https://ddr.densho.org/browse/topics/37/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/36/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/36/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/38/",
            "https://ddr.densho.org/api/0.2/facet/topics/161/",
            "https://ddr.densho.org/api/0.2/facet/topics/185/",
            "https://ddr.densho.org/api/0.2/facet/topics/186/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/37/objects/"
    },
    "title": "Discrimination",
    "path": "Race and racism -- Discrimination",
    "ancestors": [
        36
    ],
    "siblings": [
        38,
        161,
        185,
        186
    ],
    "encyc_urls": [
        "/Fletcher%20Bowron/",
        "/Iva%20Toguri%20D'Aquino/",
        "/Dies%20Committee/",
        "/John%20R.%20Lechner/",
        "/John%20Rankin/",
        "/Salt%20Lake%20City%20governors'%20meeting/",
        "/Earl%20Warren/"
    ],
    "breadcrumbs": []
}