API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/4/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Very Large Telescope",
            "url": "https://en.wikipedia.org/wiki/Very_Large_Telescope"
        }
    ],
    "tags": [
        "Observation",
        "ESO",
        "Telescope"
    ],
    "name": "VLT",
    "full_name": "Very Large Telescope",
    "slug": "vlt",
    "acro_letters": [
        0,
        5,
        11
    ],
    "description_html": "",
    "stub": true,
    "created_date": "2020-06-08T18:33:53.521362Z",
    "modified_date": "2020-07-22T18:53:19.145348Z",
    "pageviews": 0,
    "ignore_in_checks": false
}