JKT48Connect

What is JKT48Connect?

JKT48Connect is a REST API providing comprehensive data about JKT48. Easily access member profiles, theater schedules, live streams, news, events, and more through simple HTTP requests.

✨ Key Features

  • 👥 Member Data — Complete profiles of all active JKT48 members and trainees
  • 🎭 Theater Schedule — Latest theater performance schedules
  • 📡 Live Streaming — Real-time data of members currently live on IDN, Showroom, & YouTube
  • 📰 News & Announcements — Latest official news directly from JKT48
  • 🎪 Events — List of upcoming JKT48 events and off-air shows
  • 🎂 Birthdays — Member birthday information
  • 🔑 Simple Authentication — Just provide your API key as a query parameter
  • ⚡ Fast Response — Structured and consistent JSON responses
  • 🌐 Platform Agnostic — Accessible from any programming language

📊 Endpoints List

EndpointDescriptionMethod
/api/jkt48/membersList of all JKT48 membersGET
/api/jkt48/liveLive streams from all platformsGET
/api/jkt48/live/idnLive streams exclusively from IDNGET
/api/jkt48/theaterTheater performance schedulesGET
/api/jkt48/newsLatest news and announcementsGET
/api/jkt48/eventsList of JKT48 eventsGET
/api/jkt48/birthdayMember birthdaysGET

🚀 Quick Start

To start using the JKT48Connect API, you need to obtain an API key first.

  1. Get an API Key — Register and obtain your API key
  2. Authentication — Learn how to use your API key
  3. First Request — Send your first request
  4. Code Examples — View examples in various programming languages

⚡ Quick Request Examples

# Get all JKT48 member data
curl "https://v2.jkt48connect.com/api/jkt48/members?apikey=YOUR_API_KEY"

# Check who is currently live
curl "https://v2.jkt48connect.com/api/jkt48/live?apikey=YOUR_API_KEY"

# Check the theater schedule
curl "https://v2.jkt48connect.com/api/jkt48/theater?apikey=YOUR_API_KEY"

🔑 Authentication

All requests to the JKT48Connect API require an API key. Add the API key as a query parameter:

https://v2.jkt48connect.com/api/jkt48/{endpoint}?apikey=YOUR_API_KEY

Get your API key at jkt48connect.my.id/buyapi.

💬 Need Help?

On this page