Colony Review
Colony review: This is no Train to Busan.
Real-time world news from South Korea, structured for developers. NewsMesh filters South Korea-relevant world coverage into one JSON feed (GET /v1/latest?category=world&country=kr), each story tagged with category, country relevance, and the named people detected in the body.
Colony review: This is no Train to Busan.
Nepal declined foreign rescue aid after a flash flood killed nearly 500 people, though South Korea is negotiating to send search teams.
Nepal has received rescue team offers from India, China, US, UK, Japan, South Korea, Sri Lanka and Bangladesh.
South Korea said on Friday it would hold joint military exercises with the United States and Japan in September, after Washington scaled back annual drills with Seoul in an appa...
Over 1,300 people are still missing in Nepal and Tibet, a day after catastrophic flooding believed to have been caused by a glacier collapse. A total of 800 foreign tourists are...
South Korea’s police said on Thursday they were seeking indictments of seven transport ministry officials over the 2024 Jeju Air crash that killed all but two of the 181 people ...
Police believe the South Korean national came to Japan using his brother's passport in September 1993 in search of higher-paid work.
SEOUL, South Korea (AP) — South Korea’s police said Thursday they were seeking indictments of seven transport ministry officials over the 2024 Jeju Air crash that killed all but...
In 1984, Ha Tae-jun, then 24, spotted a notice recruiting for a special unit at the Military Manpower Administration office in central Seoul’s Yongsan district. The notice was s...
On a farm up in the hills of South Korea’s Jeju Island, investigators this week uncovered what a mother had spent three months fearing they would not find: the body of her daugh...
The agony suffered by Park Yong-sik, 79, can never be healed, but he hopes the world can learn something from what he has endured.
The accused cop is also under investigation over a second missing-person case involving a man in his 60s who was reported missing on July 2.
South Korea said on Wednesday it had scrambled fighter jets in response to Russian military aircraft entering its air defence zone, the second such incursion in weeks. The relat...
The National Museum of Korean Democracy, which opened last year, documents an era of brutal suppression. But that dark history has resurfaced in troubling ways.
China’s muted response to North Korea’s latest missile launch, which came soon after top diplomat Wang Yi’s visit to Seoul, underscores how Beijing is prioritising Pyongyang’s s...
A fourth missing person's body has been found on Jeju, South Korea's island, in three days, sparking online fears about a serial killer and human trafficking.
NewsMesh filters South Korea-relevant world coverage into one structured feed, ready to query by the same parameters as the rest of the API.
Authenticate with your apiKey and call one endpoint (GET api.newsmesh.co/v1/latest?category=world&country=kr). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/latest?apiKey=nm_xxx&category=world&country=kr&limit=20"GET /v1/latest: Most-recent articles, filterable by category, country, and date range.GET /v1/search: Full-text search across the archive with boolean operators and source filters.GET /v1/trending: Cached trending headlines, the fastest endpoint for homepage feeds.GET /v1/article/{id}: Fetch a single article and its full metadata by ID.NewsMesh filters South Korea-relevant world coverage into one structured feed, each story tagged with its category, the countries it's relevant to, and the named people detected in the body.
Call GET /v1/latest?category=world&country=kr. Use /v1/search to add keyword queries on top of the same filters.
Yes. Swap the category parameter (business, sports, technology, health, and more) or drop it entirely to get all South Korea coverage from /v1/latest?country=kr.
Yes. NewsMesh is a real-time news API: world South Korea stories are served through the live /v1/latest and /v1/trending endpoints alongside a searchable archive, each tagged with its category, the countries it's relevant to, and the named people detected in the body, so you can build a live feed without scraping HTML.
Create a NewsMesh account, generate an API key, and call the endpoint above with your apiKey parameter. See the pricing page for current plans and rate limits.
Access the full dataset programmatically with the NewsMesh API.