API endpoint for viewing Acronyms

GET /api/acronym/55/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://acronomy.lw1.at/api/acronym/55/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Grand Unified Theory",
            "url": "https://en.wikipedia.org/wiki/Grand_Unified_Theory"
        }
    ],
    "tags": [
        "Theoretical physics"
    ],
    "name": "GUT",
    "full_name": "Grand Unified Theory",
    "slug": "gut",
    "acro_letters": [
        0,
        6,
        14
    ],
    "description_html": "<p>see also <a class=\"wikilink\" data-toggle=\"tooltip\" href=\"/acronym/toe\" title=\"Theory of everything\">TOE</a></p>",
    "stub": true,
    "created_date": "2020-07-26T12:37:51.782496Z",
    "modified_date": "2020-07-26T12:37:51.782553Z",
    "pageviews": 0,
    "ignore_in_checks": false
}