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.open5e.com/v2/alignments/neutral-good/?format=api",
    "key": "neutral-good",
    "morality": "good",
    "societal_attitude": "neutral",
    "short_name": "NG",
    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
    "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."
}