For Developers
All media are obtained from JYPE & Sony Music.
Discography
Discography from TWICE
List All Discography
get/api/discography
Response
[
{
_id: number,
type: string,
country: string,
name: string,
releaseDate: string,
coverArt: string,
content: string,
tracks: [
string,
string
],
spotifyLinks: string,
video: [
string,
string
]
}
]
Discography Details
get/api/discography/:id
Params
Name | Type | Description |
---|---|---|
id | number | Discography id |
Response
{
_id: number,
type: string,
country: string,
name: string,
releaseDate: string,
coverArt: string,
content: string,
tracks: [
string,
string
],
spotifyLinks: string,
video: [
string,
string
]
}
Members
TWICE member list.
List of Members
get/api/members
Response
{
name: string,
nickname: string,
born: string,
bloodType: string,
image: string,
instagram: string
}
News
News list from TWICE
List of News
get/api/news
Response
[
{
_id: number,
title: string,
date: string,
htmlContent: string
}
]
News Details
get/api/news/:id
Params
Name | Type | Description |
---|---|---|
id | number | News id |
Response
{
_id: number,
title: string,
date: string,
htmlContent: string
}