list: API endpoint for returning a list of documents.
retrieve: API endpoint for returning a particular document.

GET /v2/documents/srd-2024/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/documents/srd-2024/?format=api",
    "key": "srd-2024",
    "licenses": [
        {
            "name": "Creative Commons Attribution 4.0",
            "key": "cc-by-40",
            "url": "https://api-beta.open5e.com/v2/licenses/cc-by-40/?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 2024",
        "key": "5e-2024",
        "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
    },
    "display_name": "5e 2024 Rules",
    "name": "System Reference Document 5.2",
    "desc": "The System Reference Document (SRD) contains guidelines for publishing content under Creative Commons.",
    "author": "Wizards of the Coast",
    "publication_date": "2024-01-01T00:00:00",
    "permalink": "https://dnd.wizards.com/resources/systems-reference-document",
    "distance_unit": "feet",
    "weight_unit": "lb"
}