mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.0 KiB
1.0 KiB
title
| title |
|---|
| Featured Theme Show |
Featured Theme Show Endpoint
The featured theme show endpoint returns a featured theme resource.
URL
GET /featuredtheme/{id}
Authentication
Other Requirements: The start_at date must be on or before the current date
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
| filter | No | Filters to constrain the inclusion of related resources |
| include | No | Inclusion of related resources |
| sort | No | Sort related resources |
Response
{
featuredtheme: {
id: id,
start_at: "start_at",
end_at: "end_at",
created_at: "created_at",
updated_at: "updated_at"
}
}
Example
curl https://api.animethemes.moe/featuredtheme/1