list: API endpoint for returning a list of alignments.
retrieve: API endpoint for returning a particular alignment.

GET /v2/alignments/neutral-good/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/alignments/neutral-good/?format=api",
    "key": "neutral-good",
    "morality": "good",
    "societal_attitude": "neutral",
    "short_name": "NG",
    "document": {
        "url": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api",
        "key": "srd-2014",
        "licenses": [
            {
                "name": "Creative Commons Attribution 4.0",
                "key": "cc-by-40",
                "url": "https://api-beta.open5e.com/v2/licenses/cc-by-40/?format=api"
            },
            {
                "name": "OPEN GAME LICENSE Version 1.0a",
                "key": "ogl-10a",
                "url": "https://api-beta.open5e.com/v2/licenses/ogl-10a/?format=api"
            }
        ],
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "display_name": "5e 2014 Rules",
        "name": "System Reference Document 5.1",
        "desc": "The System Reference Document (SRD) contains guidelines for publishing content under the Open-Gaming License (OGL) or Creative Commons. The Dungeon Masters Guild also provides self-publishing opportunities for individuals and groups.",
        "author": "Mike Mearls, Jeremy Crawford, Chris Perkins, Rodney Thompson, Peter Lee, James Wyatt, Robert J. Schwalb, Bruce R. Cordell, Chris Sims, and Steve Townshend, based on original material by E. Gary Gygax and Dave Arneson.",
        "publication_date": "2023-01-23T00:00:00",
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document",
        "distance_unit": "feet",
        "weight_unit": "lb"
    },
    "name": "Neutral Good",
    "desc": "Neutral good (NG) folk do the best they can to help others according to their needs. Many celestials, some cloud giants, and most gnomes are neutral good."
}