Anime Action
Return an anime action with an image URL.
MediaanimegifactionsCost: 5 pt
Endpoint
/api/v1/anime-action
curl (bash)
curl -H "x-api-key: $APINEST_API_KEY" "/api/v1/anime-action"
Windows PowerShell
iwr -Uri "/api/v1/anime-action" -Headers @{ "x-api-key" = $env:APINEST_API_KEY } | Select-Object -Expand Content
Node.js example
const res = await fetch("/api/v1/anime-action", { headers: { "x-api-key": process.env.APINEST_API_KEY! } }) console.log(await res.json())
Include your API Key via the "x-api-key" header.
Status
v1 — Online