Files
animethemes-api-docs/docs/page/show
paranarimasuandGitHub 57dd7eecd7 fix: update links to production domain (#23)
* fix: update links to production domain

* add missing README change
2022-05-31 20:46:45 -05:00
..

title
title
Page Show

Page Show Endpoint

The page show endpoint returns a page resource.

URL

GET /api/page/{slug}

Authentication

None

Parameters

Name Required Description
fields No Sparse fieldsets for resource types

Response

{
    page: {
        id: id,
        name: "name",
        slug: "slug",
        created_at: "created_at",
        updated_at: "updated_at",
        deleted_at: "deleted_at"
    }
}
```bash curl https://api.animethemes.moe/page/encoding/audio_normalization ```