/v1/hot
Most-bookmarked entries by category
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/hatenabookmark-api/v1/hot" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/hatenabookmark-api/v1/hot", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/hatenabookmark-api/v1/hot");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/hatenabookmark-api/v1/hot",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"note": "Hatena Bookmark's popular (hot) entries for the 'it' category — the links that have gathered the most bookmarks, ranked as Hatena ranks them. Each entry has its title, URL, bookmark_count and date. Category: general/social/economics/life/knowledge/it/fun/entertainment/game; limit 1-50. Titles are Japanese (entities decoded). Live, cached ~10m.",
"count": 30,
"source": "Hatena Bookmark hotentry RSS (b.hatena.ne.jp), keyless",
"entries": [
{
"url": "https://www.nikkei.com/article/DGXZQOGN130K40T10C26A6000000/",
"date": "2026-06-13T01:12:38Z",
"title": "アンソロピック、米政府指示でミュトス級AI提供停止 日本含む - 日本経済新聞",
"category": "テクノロジー",
"bookmark_count": 259
},
{
"url": "https://www.anthropic.com/news/fable-mythos-access",
"date": "2026-06-13T01:02:23Z",
"title": "Statement on the US government directive to suspend access to Fable 5 and Mythos 5",
"category": "テクノロジー",
"bookmark_count": 97
},
{
"url": "https://www.watch.impress.co.jp/docs/news/2116932.html",
"date": "2026-06-13T02:30:49Z",
"title": "アンソロピック、Fable 5などミュトス級AIモデルを公開停止 米国政府が指令",
"category": "テクノロジー",
"bookmark_count": 70
},
{
"url": "https://www.watch.impress.co.jp/docs/news/2116886.html",
"date": "2026-06-12T11:44:25Z",
"title": "AIに「航空機並みの安全審査」「独裁を防ぐ」 アンソロピックCEOが政策提言",
"category": "テクノロジー",
"bookmark_count": 115
},
{
"url": "https://togetter.com/li/2708640",
"date": "2026-06-12T22:06:56Z",
"title": "『まじで人死ぬぞこれ』府中本町駅の改札外のエレベーターの異常動作が話題に「タワー・オブ・テラーで見た動き」→メンテナンスへ「人の命を救ったよコレは」",
"category": "テクノロジー",
"bookmark_count": 106
},
{
"url": "https://anond.hatelabo.jp/20260613000242",
"date": "2026-06-12T15:03:53Z",
"title": "パソコン買うゾ!!",
"category": "テクノロジー",
"bookmark_count": 38
},
{
"url": "https://news.web.nhk/newsweb/na/na-k10015149041000",
"date": "2026-06-13T02:02:31Z",
"title": "アンソロピック 最新AIモデル提供停止を発表 米政府の命令受け | NHKニュース",
"category": "テクノロジー",
"bookmark_count": 36
},
{
"url": "https://pc.watch.impress.co.jp/docs/news/2116913.html",
"date": "2026-06-12T12:40:27Z",
"title": "MCP連携でOpus 4.8超え、1兆パラメータLLM「Kimi K2.7 Code」無償公開",
"category": "テクノロジー",
"bookmark_count": 125
},
{
"url": "https://www.nikkei.com/article/DG
…