mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 16:34:00 +02:00
803 B
803 B
title
| title |
|---|
| Page Show |
Page Show Endpoint
The page show endpoint returns a page resource.
For example, the /page/encoding endpoint will return the Encoding page resource.
URL
GET /page/{slug}
Authentication
None
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
Response
{
page: {
id: id,
name: "name",
slug: "slug",
body: "body",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}
Example
curl https://api.animethemes.moe/page/encoding