

Get the full announcement
Access complete JKT48 news article content including HTML-formatted text using the news ID from the News API. Build rich announcement pages with full official content.
- Full HTML content
- Images included
- Uses news_id from News API
- Official source content
What is the News Detail API?
The News Detail API provides the complete content of a specific JKT48 news article or announcement, identified by its news_id from the News API.
Where the News API returns a list of announcements with summary data, News Detail gives you everything — including the full article body in HTML-formatted text, ready to render directly in your app.
The News Detail response includes:
- Full title — the complete headline of the announcement
- HTML content — the full article body in HTML format, preserving the original formatting, paragraph structure, and styling from the official source
- Plain text content — a stripped plain-text version for apps that don't render HTML
- Published date — when the article was officially published
- Category — the news category (member_news, event_announcement, schedule_update, media_appearance, general)
- Source URL — direct link to the original official announcement
- Images — all images included in the article with their alt text and URLs
- Related members — member records linked to this announcement where identifiable
- Related events — links to Event API records if the news references a specific upcoming event
The HTML content field is designed to be rendered directly — paste it into a dangerouslySetInnerHTML or equivalent and get a properly formatted article page without any additional parsing.
What you can do with News Detail
Build full announcement pages, rich content displays, and deep-linked news features with complete article content.
Full HTML article content
Receive the complete article body in HTML format — paragraphs, formatting, and structure preserved exactly as published. Render directly in your app without parsing or transformation.
Plain text fallback
A stripped plain-text version of the content is included alongside the HTML — for apps that display text only, search indexing, or notification body text.
All article images
Access an array of all images included in the original announcement with their URLs and alt text — for building rich media article layouts.
Related member linking
News Detail includes member_id references for members mentioned in the article, linking directly to the Members API for profile enrichment.
Related event linking
When a news article announces a specific upcoming event, the related_events field links to the corresponding Event API record for structured event data.
Linked via news_id
Uses the news_id field from the News API response as the lookup key — making it seamless to go from a news list to full article content on demand.
How the News Detail endpoint works
Two steps: get the news_id from the News API, then fetch the full article content.
Get a news_id from the News API
Call GET /v1/news to retrieve a list of recent JKT48 announcements. Each news item includes a news_id field that uniquely identifies that article.
Call the News Detail endpoint
Make a GET request to /v1/news/:news_id with your API key and the news_id from step one. The response returns the full article content including HTML body, images, and related records.
Render the full article
Use the html_content field to render the complete article in your app. Use the images array for media display, and related_members for linking to member profiles.
Who uses News Detail
Fan developers building full news pages and content-rich announcement features.
Full news article pages
Build complete news article pages that display the full official announcement content — formatted text, images, and related member links — all rendered from a single API response.
Rich notification content
Use the plain text content from News Detail to populate push notification bodies, Discord embed descriptions, and Telegram message text with complete announcement context.
News & event cross-linking
Use the related_events field to link from a news article directly to its corresponding event record — letting fans click from an announcement to a structured event page with schedule and member data.
Member news aggregation
Filter News API results by member, then fetch full content via News Detail to build comprehensive member news pages with complete official announcement text and images.
Related features
Explore more capabilities that work together with this feature.
News
Start here to get news_id values from the latest announcements. News Detail enriches any item from this endpoint with full article content.
Events
News Detail links to Event records when an announcement references an upcoming event — for seamless cross-linking between content and structured schedule data.
Members
News Detail includes member_id references for members mentioned in the article. Use the Members API to enrich these with full profiles and photos.
Theater Schedule
Theater schedule announcements often appear as news items. Use News Detail for the full announcement text and the Theater API for the structured show data.
Frequently asked questions
Common questions about the News Detail API.
Ready to get started?
Integrate JKT48 data in minutes. Free tier available, no credit card required.
Explore the News Detail API