Ir al contenido
GET /v1/user

A member's recent bookmarks

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/hatenabookmark-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

curl "https://api.oanor.com/hatenabookmark-api/v1/user" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/hatenabookmark-api/v1/user", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/hatenabookmark-api/v1/user");
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/user",
    headers={"x-oanor-key": "oanor_test_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "data": {
        "note": "The member's most recent public bookmarks — what they have been saving — each with the page title, URL, the user's comment, tags and how many bookmarks the page has overall. Live, cached ~10m.",
        "count": 20,
        "source": "Hatena Bookmark user RSS (b.hatena.ne.jp/<user>/bookmark.rss), keyless",
        "username": "jkondo",
        "bookmarks": [
            {
                "url": "https://waf.nopth.ink/articles/0195b83a-ad1a-7f80-b464-c53204b9292f/",
                "date": "2025-04-03T23:48:19Z",
                "tags": [],
                "title": "自宅サーバの使いみち (2025-Q1)",
                "comment": null,
                "bookmark_count": 635
            },
            {
                "url": "https://blog.kushii.net/archives/2023/12/29/164827",
                "date": "2023-12-29T14:09:04Z",
                "tags": [],
                "title": "株式会社はてな 京都本社が引っ越したらしいので行ってきた! - 941::blog",
                "comment": "ようこそ!",
                "bookmark_count": 339
            },
            {
                "url": "https://internet.watch.impress.co.jp/docs/interview/1509975.html",
                "date": "2023-06-21T01:46:44Z",
                "tags": [],
                "title": "ポッドキャストをAIで文字起こししてくれるサービス「LISTEN」登場 「はてな」創業者の近藤淳也氏が立ち上げ。その狙いをポッドキャスターが聞いてきた",
                "comment": "文字起こしからの記事😊",
                "bookmark_count": 54
            },
            {
                "url": "https://prtimes.jp/main/html/rd/p/000000004.000112516.html",
                "date": "2023-06-21T01:46:07Z",
                "tags": [],
                "title": "AIによる文字起こしやコミュニティ機能を備えたポッドキャスト向けサービス「LISTEN」正式サービスを開始",
                "comment": "正式リリース😊",
                "bookmark_count": 5
            },
            {
                "url": "https://www.itmedia.co.jp/news/articles/2304/26/news156.html",
                "date": "2023-04-26T14:02:43Z",
                "tags": [],
                "title": "ポッドキャストをAIで書き起こし「LISTEN」 近藤淳也氏が立ち上げ",
                "comment": "ひさびさの",
                "bookmark_count": 155
            },
            {
                "url": "https://www.hatena.ne.jp/hatena20th",
                "date": "2021-07-15T04:56:51Z",
                "tags": [],
                "title": "はてな20周年祭",
                "comment": null,
                "bookmark_count": 1429
            },
            {
                "url": "https://www.tele.soumu.go.jp/j/sys/others/ama_social_contribution/index.htm",
                "date": "2021-03-15T06:59:52Z",
                "tags": [],
                "title": "総務省 電波利用ホームページ|その他|アマチュア無線の社会貢献活動での活用に係る基本的な考え方",
                "comment": null,
                "bookmark_count": 3
            },
            {
                "url": "https://corona.quora.com/%E3%83%AF%E3%82%AF%E3%83%81%E3%83%B3%E3%82%82%E9%9B%86%E5%9B%A3%E5%85%8D%E7%96%AB%E3%82%82%E7%84%A1%E5%8A%B9%E3%81%AA%E3%82%89%E3%81%B0%E3%81%A9%E3%81%86%E3%81%99%E3%82%8C%E3%81%B0%E8%89%AF%E3%81%84%E3%81%AE%E3%81%
…