KpoppingAPI

A free high quality Kpop Idols & Group Image API

Read API Docs

Features

Easily scrape high-quality K-Pop images from kpopping.com for free!

Access stunning, high-quality images of the latest K-Pop idols and groups.

Keep your website or app fresh with the newest K-Pop idol and group images using our API

Stats

Kopping API is active 24/7 with 99% uptime!

Total Endpoints

3

Total Reqs.

Loading...

Uptime Downtime

Try it out!

Tap into API's Full Potential

Hey there! Did you know that we offer our very own JavaScript API wrapper? With this powerful tool, you can effortlessly integrate our API into your project. Embrace the convenience and tap into the full potential of our API, supercharged by our user-friendly wrappers. Level up your project with ease and efficiency – our wrappers have got you covered!

Usage:

npm i kpoppingapi-warpper

const KpoppingApi = require('kpoppingapi-warpper');
const api = new KpoppingApi();
      
api.getIdolpics("newjeans")
  .then(images => {
    console.log(images);
})
  .catch(error => {
    console.error(error);
});
const KpoppingApi = require('kpoppingapi-warpper');
const api = new KpoppingApi();
      
api.getGroupImages("red velvet")
  .then(images => {
    console.log(images);
})
  .catch(error => {
    console.error(error);
});
const KpoppingApi = require('kpoppingapi-warpper');
const api = new KpoppingApi();
      
api.getProfileData("iu")
  .then(images => {
    console.log(images);
})
  .catch(error => {
    console.error(error);
});

Read Full Docs At

https://kpoppingapi.netlify.app/api/