API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/22/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "James Webb Space Telescope",
            "url": "https://en.wikipedia.org/wiki/James_Webb_Space_Telescope"
        }
    ],
    "tags": [
        "NASA",
        "Observation",
        "Telescope"
    ],
    "name": "JWST",
    "full_name": "James Webb Space Telescope",
    "slug": "jwst",
    "acro_letters": [
        0,
        6,
        11,
        17
    ],
    "description_html": "",
    "stub": true,
    "created_date": "2020-06-15T17:32:40.551219Z",
    "modified_date": "2020-07-22T18:51:41.792421Z",
    "pageviews": 0,
    "ignore_in_checks": false
}