no key · no human

블록미디어 API, RSS and sitemap

Every article 블록미디어 publishes, as JSON, through an open API with no key and no signup. 769 of their articles are indexed right now, refreshed hourly.

South KoreaKorean#3,509 by volume

Four ways to pull blockmedia.co.kr

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from blockmedia.co.kr, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.blockmedia.co.kr&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=www.blockmedia.co.kr&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=www.blockmedia.co.kr&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=www.blockmedia.co.kr&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

crypto 60%markets 30%technology 10%

Call the API

A live request. Paste it into a terminal and 블록미디어 headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.blockmedia.co.kr&size=5"
769
articles indexed
736
in the last 30 days
56
median per day
1
languages
1 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 13 days. The busiest hour is 21:00 UTC — that is when the newsroom pushes its main batch.

2026-08-25: 6 articles2026-08-26: 59 articles2026-08-27: 84 articles2026-08-28: 93 articles2026-08-29: 56 articles2026-08-30: 51 articles2026-08-31: 51 articles2026-09-01: 45 articles2026-09-02: 67 articles2026-09-03: 59 articles2026-09-04: 95 articles2026-09-05: 44 articles2026-09-06: 26 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.blockmedia.co.kr&top=10"

Publishing rhythm

When 블록미디어 actually publishes, by hour of day (UTC) and by day of week — measured from 769 timestamps, not from a schedule they advertise.

00: 320001: 340102: 330203: 360304: 350405: 340506: 410607: 310708: 260809: 340910: 281011: 211112: 291213: 291314: 311415: 231516: 231617: 231718: 281819: 271920: 312021: 462122: 242223: 3723
Mon: 51MonTue: 51TueWed: 126WedThu: 143ThuFri: 188FriSat: 100SatSun: 77Sun

Sections

Sections come from the publisher's own markup, present on 49% of their articles.

SectionArticles
crypto359
markets359

Languages

CodeLanguageArticlesShare
koKorean73695.7%

Latest articles

The 18 most recent 블록미디어 articles in the index — the same rows the API returns, rendered for humans.

[코인 크라임] 투자자 만나러 간 뒤 ‘토막 시신’으로 발견된 부부… 범인 정체는
2026-09-06 10:00 UTC
[블록미디어 양원모 기자] 두바이의 밤은 언제나 화려했다. 눈이 부실 정도로 빛나는 야경과 도로를 달리는 슈퍼카, 영화 속 저택을 연상시키는 집까지. 러시아 출신 디지털자산 사업가 로만 노박과 아내 안나의 소셜미디어 속 삶은 흠결 하나 없어 보였다. 고급 차량, 유명 여행지에서의 호화로운 일상은 성공한

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=www.blockmedia.co.kr&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=www.blockmedia.co.kr&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well 블록미디어 marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
49%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 1 min at the median, 1316 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does 블록미디어 have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 769 of their articles and lets you filter by date, language and section.

How many articles does 블록미디어 publish per day?

56 on a median day, measured across 13 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.