API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/50/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Red-giant branch",
            "url": "https://en.wikipedia.org/wiki/Red-giant_branch"
        }
    ],
    "tags": [
        "Stellar evolution"
    ],
    "name": "RGB",
    "full_name": "Red-giant branch",
    "slug": "rgb",
    "acro_letters": [
        0,
        4,
        10
    ],
    "description_html": "",
    "stub": true,
    "created_date": "2020-07-22T15:16:17.527199Z",
    "modified_date": "2024-04-22T00:31:00.291334Z",
    "pageviews": 1,
    "ignore_in_checks": false
}