API endpoint for viewing Acronyms

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

{
    "url": "https://acronomy.lw1.at/api/acronym/101/?format=api",
    "links": [],
    "papers": [],
    "wiki_articles": [
        {
            "title": "Smoothed-particle hydrodynamics",
            "url": "https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics"
        }
    ],
    "tags": [
        "Mathematics",
        "Simulation-Method"
    ],
    "name": "SPH",
    "full_name": "Smoothed-particle hydrodynamics",
    "slug": "sph",
    "acro_letters": [
        0,
        9,
        18
    ],
    "description_html": "",
    "stub": true,
    "created_date": "2020-08-29T10:23:40.329551Z",
    "modified_date": "2024-04-22T00:30:59.726017Z",
    "pageviews": 3,
    "ignore_in_checks": false
}