http://blog.hatena.ne.jp/api/init?blog=取得したいブログのTOPURLではてなブログの読者数を取得できる。
- 一部オプションは必要(下記参照
- 認証不要
- 独自ドメインのブログでも可
認証不要はデカい。結構使えそう
curl -H "X-Requested-With: XMLHttpRequest" "http://blog.hatena.ne.jp/api/init?blog=http://thr3a.hatenablog.com/" | jq . % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 529 0 529 0 0 5169 0 --:--:-- --:--:-- --:--:-- 5186 { "blog_name": "動かざることバグの如し", "should_show_invitation_pc_link": true, "subscribe": false, "private": {}, "blog": "http://thr3a.hatenablog.com/", "cookie_received": false, "is_public": true, "can_open_editor": false, "subscribe_url": "http://blog.hatena.ne.jp/thr3a/thr3a.hatenablog.com/subscribe", "quote": { "should_navigate_to_login": true, "star_addable": false, "stockable": true, "supported": false }, "editable": false, "subscribes": "29", "commentable": false, "blog_url": "http://thr3a.hatenablog.com/" }