list: API endpoint for returning a list of of manifests.

For each data source file, there is a corresponding manifest containing an MD5 hash of the data inside that file. When we update our data files, the corresponding manifest's hash changes. If you host a service that automatically downloads data from Open5e, you can periodically check the manifests to determine whether your data is out of date.

retrieve: API endpoint for returning a particular manifest.

For each data source file, there is a corresponding manifest containing an MD5 hash of the data inside that file. When we update our data files, the corresponding manifest's hash changes. If you host a service that automatically downloads data from Open5e, you can periodically check the manifests to determine whether your data is out of date.

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

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}