KpopViz Data

# K-pop Data API by KpopViz Comprehensive K-pop database for developers building apps, websites, and analytics tools. --- ## What's New in v1.7.2 **DB-Only YouTube Profiles** Version 1.7.2 aligns the YouTube profile route with the active upstream data architecture while preserving its public response shape and marketplace settings. - `GET /groups/{group_id}/youtube` reads only the normalized…

19 subscribers
8.5/10 popularity
1218 ms avg latency
89% success rate
100 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

KpopViz Data endpoints

MethodEndpointDescription
GET get_company
/companies/{company_id}
Get a specific company by ID.
GET get_company_groups
/companies/{company_id}/groups
Get all groups managed by a specific company.
GET get_companies
/companies
Get all K-pop entertainment companies.
GET get_groups
/groups
Get all K-pop groups with optional filters. - **status**: Filter by group status (1=active, 0=hiatus, -1=disbanded) - **gender**: Filter by group gender (0=female groups, 1=male…
GET health_check
/health
Check API status and database connectivity.
GET get_member
/members/{member_id}
Get a specific member by ID.
GET get_group_members
/groups/{group_id}/members
Get all members of a specific group with their status (active, former, hiatus).
GET get_group
/groups/{group_id}
Get a specific K-pop group by ID.
GET get_members
/members
Get K-pop members with optional filters. - **group_id**: Filter members by their group - **status**: Filter by member status (1=active, 2=former, 3=hiatus) - **gender**: Filter…
GET search_groups
/groups/search
Search for K-pop groups by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Maximum number of results (default 10, max 50)
GET get_group
/groups/{group_id}
Get a specific K-pop group by ID.
GET get_group_members
/groups/{group_id}/members
Get all members of a specific group with their status (active, former, hiatus).
GET get_groups
/groups
Get all K-pop groups with optional filters. - **status**: Filter by group status (1=active, 0=hiatus, -1=disbanded) - **gender**: Filter by group gender (0=female groups, 1=male…
GET health_check
/health
Check API status and database connectivity.
GET search_members
/members/search
Search for K-pop members by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Maximum number of results (default 10, max 50)
GET get_company
/companies/{company_id}
Get a specific company by ID.
GET get_member
/members/{member_id}
Get a specific member by ID.
GET search_companies
/companies/search
Search for K-pop companies by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Maximum number of results (default 10, max 50)
GET get_company_groups
/companies/{company_id}/groups
Get all groups managed by a specific company.
GET get_companies
/companies
Get all K-pop entertainment companies.
GET get_members
/members
Get K-pop members with optional filters. - **group_id**: Filter members by their group - **status**: Filter by member status (1=active, 2=former, 3=hiatus) - **gender**: Filter…
GET get_member
/members/{member_id}
Get a specific member by ID.
GET health_check
/health
Check API status and database connectivity.
GET get_members
/members
Get K-pop members with optional filters. - **group_id**: Filter members by their group - **status**: Filter by member status (1=active, 2=former, 3=hiatus) - **gender**: Filter…
GET search_members
/members/search
Search for K-pop members by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Maximum number of results (default 10, max 50)
GET get_group_members
/groups/{group_id}/members
Get all members of a specific group with their status (active, former, hiatus).
GET get_groups
/groups
Get all K-pop groups with optional filters. - **status**: Filter by group status (1=active, 0=hiatus, -1=disbanded) - **gender**: Filter by group gender (0=female groups, 1=male…
GET search_groups
/groups/search
Search for K-pop groups by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Maximum number of results (default 10, max 50)
GET get_company
/companies/{company_id}
Get a specific company by ID.
GET get_company_groups
/companies/{company_id}/groups
Get all groups managed by a specific company.
GET get_group
/groups/{group_id}
Get a specific K-pop group by ID.
GET search_companies
/companies/search
Search for K-pop companies by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Maximum number of results (default 10, max 50)
GET get_companies
/companies
Get all K-pop entertainment companies.
GET get_members_members_get
/members
Get K-pop members with optional filters. - **group_id**: Filter members by their group - **status**: Filter by member status in group (1=active, 2=hiatus, 3=former) - only works…
GET get_company_companies__company_id__get
/companies/{company_id}
Get a specific company by ID. - **company_id**: The unique identifier of the company
GET get_companies_companies_get
/companies
Get all K-pop entertainment companies. - **limit**: Number of results (BASIC: max 10, PRO: max 100, ULTRA: max 500) - **offset**: Pagination offset
GET get_groups_groups_get
/groups
Get all K-pop groups with optional filters. - **status**: Filter by group status (1=active, 0=hiatus, -1=disbanded) - **gender**: Filter by group gender (0=female, 1=male) -…
GET get_group_groups__group_id__get
/groups/{group_id}
Get a specific K-pop group by ID. - **group_id**: The unique identifier of the group
GET search_groups_groups_search_get
/groups/search
Search for K-pop groups by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Max results (BASIC: max 5, PRO: max 25, ULTRA: max 50)
GET search_companies_companies_search_get
/companies/search
Search for K-pop companies by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Max results (BASIC: max 5, PRO: max 25, ULTRA: max 50)
GET search_members_members_search_get
/members/search
Search for K-pop members by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Max results (BASIC: max 5, PRO: max 25, ULTRA: max 50)
GET get_member_members__member_id__get
/members/{member_id}
Get a specific member by ID. - **member_id**: The unique identifier (UUID) of the member
GET health_check_health_get
/health
Health check endpoint. Returns the API status and database connectivity.
GET getMembers
/members
Get K-pop members with optional filters. - **group_id**: Filter members by their group - **status**: Filter by member status in group (1=active, 2=hiatus, 3=former) - only works…
GET searchMembers
/members/search
Search for K-pop members by name. - **name**: Search term (prefix match, min 2 characters) - **limit**: Max results (BASIC: max 5, PRO: max 25, ULTRA: max 50)
GET healthCheck
/health
Health check endpoint. Returns the API status and database connectivity.
GET getMember
/members/{member_id}
Get a specific member by ID. - **member_id**: The unique identifier (UUID) of the member
GET getGroupMembers
/groups/{group_id}/members
Get all members of a specific group. Returns members with their status in the group (active, hiatus, former). - **group_id**: The unique identifier of the group - **status**:…
GET getGroups
/groups
Get all K-pop groups with optional filters. - **status**: Filter by group status (1=active, 0=hiatus, -1=disbanded) - **gender**: Filter by group gender (-1=co-ed, 1=female,…
GET getGroup
/groups/{group_id}
Get a specific K-pop group by ID. - **group_id**: The unique identifier of the group
+ 50 more endpoints on the provider's documentation.

KpopViz Data pricing

PlanPriceRate limitQuotas
BASIC Free
  • Requests: 500 / monthly
PRO Recommended $9 / month 30 / minute
  • Requests: 8,000 / monthly
ULTRA $29 / month 100 / minute
  • Requests: 50,000 / monthly

More Entertainment APIs

View all →
  • Imgur's API exposes the entire Imgur infrastructure via a standardized programmatic interface. Using Imgur's…

    EntertainmentPaid124 subscribers
  • Deezer is the No. 1 site for listening to music on demand. Discover more than 30 million tracks, create your…

    EntertainmentFree
  • MDBList is a freemium API that consolidates movie and TV show data from more than eight rating providers —…

    ReviewedEntertainmentFreemium4.4k subscribers
  • Spotify Downloader is a freemium API that exposes download links for songs, albums, and playlists alongside…

    ReviewedEntertainmentFreemium3.6k subscribers
  • RESTful web service to access information, pictures, and more from the movie database. Get Title, Year,…

    EntertainmentFreemium328 subscribers
  • Youtube Search and Download is a RapidAPI-hosted service that lets developers query YouTube for videos,…

    ReviewedEntertainmentFreemium16k subscribers