API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/45/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Galaxy rotation curve",
            "url": "https://en.wikipedia.org/wiki/Galaxy_rotation_curve"
        }
    ],
    "tags": [
        "Cosmology",
        "Galaxies"
    ],
    "name": "RC",
    "full_name": "Rotation curve",
    "slug": "rc",
    "acro_letters": [
        0,
        9
    ],
    "description_html": "",
    "stub": true,
    "created_date": "2020-07-22T15:06:41.563327Z",
    "modified_date": "2020-07-22T15:06:41.563374Z",
    "pageviews": 0,
    "ignore_in_checks": false
}