mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 08:24:00 +02:00
677 B
677 B
title
| title |
|---|
| Feature Show |
Feature Show Endpoint
The feature show endpoint returns a feature resource.
URL
GET /feature/{id}
Authentication
None
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
Response
{
feature: {
id: id,
name: "name",
value: "value",
created_at: "created_at",
updated_at: "updated_at"
}
}
Example
curl https://api.animethemes.moe/feature/1