API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/1/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Hubble Space Telescope",
            "url": "https://en.wikipedia.org/wiki/Hubble_Space_Telescope"
        }
    ],
    "tags": [
        "NASA",
        "Observation"
    ],
    "name": "HST",
    "full_name": "Hubble Space Telescope",
    "slug": "hst",
    "acro_letters": [
        0,
        7,
        13
    ],
    "description_html": "",
    "stub": true,
    "created_date": "2020-06-08T18:33:53.521362Z",
    "modified_date": "2024-04-22T00:30:59.700715Z",
    "pageviews": 3,
    "ignore_in_checks": false
}