

What's the latest from JKT48?
Access JKT48 official news and announcements in real-time. Build news feeds, notification systems, and keep fans updated with the latest information — all through a single structured API.
- Official announcements
- Real-time updates
- Member news
- Event & schedule news
What is the News API?
The News API provides structured access to official JKT48 news and announcements — aggregated from JKT48's official channels and delivered as clean, queryable JSON.
Instead of scraping the JKT48 website or monitoring multiple social media accounts for announcements, the News API aggregates official content into a consistent format ready to use in your app.
Each news item in the response includes:
- Title — the headline of the announcement or news article
- Content — the full announcement text or summary
- Category — the type of news (member news, event announcement, schedule update, media appearance, general announcement)
- Published date — when the news was officially published
- Source URL — link to the original announcement on the official JKT48 site or channel
- Related members — members mentioned or featured in the news item where identifiable
- Images — any images included in the official announcement
The News API is the cleanest way to build a JKT48 news feed, announcement notification system, or content aggregator — without maintaining your own scraper or monitoring multiple official channels manually.
What you can do with the News API
Build news feeds, notification systems, and content aggregators with structured JKT48 official news.
Real-time news feed
Access the latest JKT48 official announcements as soon as they are published. Build a live news feed that stays current without manual content management.
Category filtering
Filter news by category — member news, event announcements, schedule updates, media appearances, or general announcements. Surface only the type of news relevant to your app.
Member-tagged news
Each news item is tagged with related members where identifiable. Filter news by member_id to show fans only the announcements that feature their oshi.
Full announcement content
Access the full announcement text and any associated images — not just headlines. Build rich news cards and detailed announcement pages directly from the API response.
Historical news archive
Query past news items by date range or category. Build announcement archives, member news timelines, and historical activity pages.
Source linking
Each news item includes the source URL pointing to the original official announcement — for attribution and for letting fans read the full context on the official source.
How the News API works
Query the latest news, filter by category or member, and display structured announcements in your app.
Query the latest news
Call GET /v1/news to retrieve the most recent JKT48 official announcements, sorted by published date. Returns the latest items by default.
Filter by category or member
Pass category=member or member_id to narrow results. Get only member-related news, only event announcements, or only news featuring a specific member.
Get full news detail
Call GET /v1/news/:news_id to retrieve the full content, images, and metadata for a specific news item — for building detailed announcement pages.
Display or trigger notifications
Render news feeds, announcement cards, or trigger push notifications and Discord bot messages when new items matching your criteria are published.
Who uses the News API
Fan developers building news feeds, notification systems, and content aggregation tools.
JKT48 news feeds
Build a curated JKT48 news feed on your fansite — displaying official announcements, member news, and event updates in a clean, always-current format without manual content management.
Announcement notification bots
Build Discord or Telegram bots that automatically post new JKT48 announcements to fan communities. Use polling or webhooks to trigger posts as soon as new news is published.
Oshi news trackers
Let fans follow specific members and see only news that mentions or features their oshi — member promotions, special appearances, merchandise announcements, and personal news.
Fan app content sections
Add a news section to any JKT48 fan app — combining official news with theater schedules, live stream tracking, and event calendars for a comprehensive fan experience.
Related features
Explore more capabilities that work together with this feature.
Events
Event announcements often appear in both News and Events. News captures the announcement; Events structures the scheduled occurrence.
Members
News items are tagged with related member records. Use the Members API to enrich member-tagged news with full profiles and photos.
Theater Schedule
Theater schedule updates often appear in the news feed. Cross-reference news with the Theater API for the full structured schedule data.
Birthday
Birthday-related news and member announcements are common news categories. Combine with the Birthday API for complete member celebration coverage.
Frequently asked questions
Common questions about the JKT48Connect News API.
Ready to get started?
Integrate JKT48 data in minutes. Free tier available, no credit card required.
Explore the News API