Skip to content

Get Specials Metadata

Returns a list of season 0's metadata.

TypeScript
import TUAA from "tuaa"; // (1)

const tuaa = new TUAA();

const metadata = await tuaa.v1.gets00metadata();
  1. The latest version of the tuaa package only supports v3 of the API. Please use tuaa@<3.0.0.

Get

https://unusann.us/api/v1/gets00metadata

Example response:

JSON
[
  ...Metadata // (1)
]
  1. Reference

Last update: June 5, 2023
Created: June 5, 2023