/v1/new
Newly-rising entries
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/hatenabookmark-api/v1/new" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/hatenabookmark-api/v1/new", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/hatenabookmark-api/v1/new");
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/new",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "Hatena Bookmark's newly-rising entries for the 'it' category — links gaining bookmarks fast right now, the leading edge before they reach the hot list. Each entry has its title, URL, bookmark_count and date. Category: general/social/economics/life/knowledge/it/fun/entertainment/game; limit 1-50. Live, cached ~10m.",
"count": 30,
"source": "Hatena Bookmark entrylist RSS (b.hatena.ne.jp), keyless",
"entries": [
{
"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://togetter.com/li/2708651",
"date": "2026-06-13T02:12:40Z",
"title": "COCO'Sで配膳ロボットがかき氷を運んでくる際、近くの席に居た子ども達が「かき氷を食べたい」と騒ぎ始め、親に「マジ迷惑なんだけど!かき氷頼むなよ!」と文句を言われた",
"category": "テクノロジー",
"bookmark_count": 32
},
{
"url": "https://news.web.nhk/newsweb/na/na-k10015149041000",
"date": "2026-06-13T02:02:31Z",
"title": "アンソロピック 最新AIモデル提供停止を発表 米政府の命令受け | NHKニュース",
"category": "テクノロジー",
"bookmark_count": 36
},
{
"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://togetter.com/li/2708640",
"date": "2026-06-12T22:06:56Z",
"title": "『まじで人死ぬぞこれ』府中本町駅の改札外のエレベーターの異常動作が話題に「タワー・オブ・テラーで見た動き」→メンテナンスへ「人の命を救ったよコレは」",
"category": "テクノロジー",
"bookmark_count": 106
},
{
"url": "https://aws.amazon.com/blogs/networking-and-content-delivery/private-connectivity-patterns-for-amazon-bedrock-agentcore-gateway-targets/",
"date": "2026-06-03T19:03:34Z",
"title": "Private connectivity patterns for Amazon Bedrock AgentCore Gateway Targets | Amazon Web Services",
"category": "テクノロジー",
"bookmark_count": 12
},
{
"url": "https://blog.sushi.money/entry/2026/06/12/235900",
"date": "2026-06-12T15:39:51Z",
"title": "2026年6月版 開発中の機能を小分けにして本番環境にどんどん出すためには - hi
…