API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/10/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Nancy Grace Roman Space Telescope",
            "url": "https://en.wikipedia.org/wiki/Nancy_Grace_Roman_Space_Telescope"
        }
    ],
    "tags": [
        "NASA",
        "Observation",
        "Telescope"
    ],
    "name": "WFIRST",
    "full_name": "Wide Field Infrared Survey Telescope",
    "slug": "wfirst",
    "acro_letters": [
        0,
        5,
        11,
        14,
        20,
        27
    ],
    "description_html": "<p>former name of the <em>Nancy Grace Roman Space Telescope</em></p>",
    "stub": true,
    "created_date": "2020-06-08T18:33:53.521362Z",
    "modified_date": "2024-04-22T00:31:00.413822Z",
    "pageviews": 1,
    "ignore_in_checks": false
}