mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.2 KiB
1.2 KiB
title
| title |
|---|
| Performance Show |
Performance Show Endpoint
The performance show endpoint returns a performance resource.
For example, the /performance/3373 endpoint will return the performance resource for the X performance.
URL
GET /performance/{id}
Authentication
None
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
{
performance: {
id: id,
alias: "alias",
as: "as",
member_alias: "member_alias",
member_as: "member_as",
relevance: relevance,
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}
Example
curl https://api.animethemes.moe/performance/3373