
JKT48Connect is a comprehensive API service for Developers & Fans, beautifully designed to access JKT48 data. Bringing powerful features for your applications and bots, with easy integration through REST API and npm packages, works seamlessly with any platform, framework — anything.
Try it out.
npm install @jkt48/coreTerminalnpm install @jkt48/core ◇ Project name│ my-app│◆ support│ ● Next.js│ ○ Nodejs│ ○ TypeScript
A service fans love.
Trusted by developers and official fanbases to build amazing JKT48 applications, bots, and websites — growing everyday to serve the community better.
ShowcaseJKT48Connect makes it super easy to build JKT48 Discord bots. The npm package is well-documented and the API is reliable. No more scraping websites!
Fan Developer
Discord Bot Creator
We use JKT48Connect for our fanbase website. The API is fast, reliable, and the documentation is excellent. Highly recommended!
Web Developer
Fanbase Website
The priority key feature is amazing for managing our official community!
Community Manager
Official Fanbase
Building our JKT48 fan app would be impossible without JKT48Connect. The API has everything we need! 🎉
Mobile Developer
JKT48 Fan App
JKT48Connect makes it super easy to build JKT48 Discord bots. The npm package is well-documented and the API is reliable. No more scraping websites!
Fan Developer
Discord Bot Creator
We use JKT48Connect for our fanbase website. The API is fast, reliable, and the documentation is excellent. Highly recommended!
Web Developer
Fanbase Website
The priority key feature is amazing for managing our official community!
Community Manager
Official Fanbase
Building our JKT48 fan app would be impossible without JKT48Connect. The API has everything we need! 🎉
Mobile Developer
JKT48 Fan App
JKT48Connect makes it super easy to build JKT48 Discord bots. The npm package is well-documented and the API is reliable. No more scraping websites!
Fan Developer
Discord Bot Creator
We use JKT48Connect for our fanbase website. The API is fast, reliable, and the documentation is excellent. Highly recommended!
Web Developer
Fanbase Website
The priority key feature is amazing for managing our official community!
Community Manager
Official Fanbase
Building our JKT48 fan app would be impossible without JKT48Connect. The API has everything we need! 🎉
Mobile Developer
JKT48 Fan App
JKT48Connect makes it super easy to build JKT48 Discord bots. The npm package is well-documented and the API is reliable. No more scraping websites!
Fan Developer
Discord Bot Creator
We use JKT48Connect for our fanbase website. The API is fast, reliable, and the documentation is excellent. Highly recommended!
Web Developer
Fanbase Website
The priority key feature is amazing for managing our official community!
Community Manager
Official Fanbase
Building our JKT48 fan app would be impossible without JKT48Connect. The API has everything we need! 🎉
Mobile Developer
JKT48 Fan App



Powerful API Features.
Access real-time data with our comprehensive REST API and npm package — providing seamless integration for Node.js developers and universal platform access.
Live
Real-time member live data from IDN and Showroom platforms.
Theater
Real-time theater schedule and performance data with live updates.
News
Latest JKT48 news and updates delivered in real-time.
Members
Complete member list including trainees and core members.
Events
Comprehensive list of JKT48 off-air shows and events.
Anybody can write.
Native support for Markdown & MDX, offering intuitive, convenient and extensive syntax for non-dev writers, developers, and AI agents.
// Fetch member data
const response = await fetch(
'https://api.jkt48connect.com/members',
{
headers: {
'x-api-key': 'YOUR_API_KEY'
}
}
);
const data = await response.json();
console.log(data);
// Get theater schedule
const schedule = await fetch(
'https://api.jkt48connect.com/schedule',
{
headers: {
'x-api-key': 'YOUR_API_KEY'
}
}
);Simple REST API.
Access JKT48 data through our REST API with just a few lines of code. Perfect for any platform or language.
- Member profiles and information
- Theater schedules and shows
- Event information
- News and announcements
- Social media updates
- API key authentication
- Priority access for official fanbases
Built For Developers.
Platform Agnostic
Works with any platform, language, or framework — REST API accessible from anywhere, npm package for Node.js projects.
Dual access methods.
Choose your preferred way: REST API for universal access, or npm package for seamless Node.js integration — offering the flexibility that developers love.
REST API
Universal HTTP API accessible from any platform.
npm Package
Node.js package with TypeScript support and easy integration.
API Key
Secure authentication for all API requests.
Priority Key
Enhanced access for official fanbases and communities.
Member Data
Access comprehensive JKT48 member information.
Works with any data source.
JKT48Connect aggregates data from official sources, providing a unified API for all your JKT48 needs.
import { JKT48Connect } from 'jkt48connect';
const client = new JKT48Connect({
apiKey: process.env.JKT48_API_KEY,
});
// Get all members
const members = await client.getMembers();
// Get theater schedule
const schedule = await client.getSchedule();API Endpoints
{
"data": {
"name": "Shani Indira Natio",
"generation": "JKT48 Gen 1",
"status": "active"
}
}API Key Management.
Simple API key management system with support for priority access for official communities.
Learn MoreStandard Access
Basic API access with rate limiting.
Priority Access
Enhanced limits for official fanbases.
Developer Tier
Higher rate limits for development.
Enterprise
Custom solutions for large projects.
Built for the JKT48 community
Created by fans, for fans. JKT48Connect provides the tools you need to build amazing JKT48 applications.
Documentation
Priority Access Program
Enhanced access for verified organizations, communities, and developers. Get unlimited API requests with priority support.
Enhanced Access for Verified Organizations
Get priority access with unlimited requests, no API keys required, and enhanced support for verified organizations, communities, fanbase groups, developers, and media partners.
Unlimited API Requests
No rate limits or request quotas
No IP Whitelisting Required
Access from anywhere without restrictions
Priority Support
Dedicated support channel and faster response times
Eligible Organizations:
Verified Communities & Fanbase
Registered JKT48 fan communities and official fanbase groups
Verified Developers
Certified developers building JKT48-related applications
Media Partners
Accredited media organizations covering JKT48
Legal Registration Required
Organizations must provide valid legal documentation and undergo verification process. Required: Twitter (X), Instagram, or official website to verify authenticity.
Application Process
The verification process typically takes 3-5 business days. We'll review your application and verify your organization's authenticity.
- Submit application form with required documents
- Provide social media accounts or official website
- Wait for verification team review
- Receive priority access credentials upon approval
Community First
We prioritize verified JKT48 communities and fanbase groups to ensure they have the best tools to serve fellow fans.
Start Your ApplicationConnect With JKT48.
Made For Fans, By Fans.
JKT48Connect is built with love for the JKT48 community, providing reliable access to JKT48 data.
Start Building
Connect your app with JKT48 data today.
- REST API Ready.Production-ready API with comprehensive documentation.
- npm Package Available.Easy integration with full TypeScript support.
- Secure Authentication.API keys with priority access for official communities.
- Fast & Reliable.Low latency responses with high availability.
- Read DocumentationView on GitHub
Clean documentation, Maximum clarity.
JKT48Connect offers well-organized documentation, with clear examples for both REST API and npm package usage.
Need API access? Get your API key and start building.
curl -X GET "https://api.jkt48connect.com/members" \
-H "x-api-key: YOUR_API_KEY"