Discover/Github API
live

Github APIliuguiyu.github.io

Discover and read blog articles on cybersecurity, identity management, AI, and emerging technology trends from a personal tech blog. Browse through the complete collection of posts or dive into individual articles to stay updated on the latest insights in CIAM and digital security.

This API takes change requests — .
Endpoint health
monitored
get_post
list_posts
Checks pendingself-healing
Endpoints
2
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/b7840955-6a09-45ac-b4a4-98a8605b9a49/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b7840955-6a09-45ac-b4a4-98a8605b9a49/list_posts' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Lists all blog posts with summary metadata including title, slug, date, reading time, word count, and author. Returns the complete set of posts in reverse chronological order as displayed on the homepage. One round trip.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "posts": "array of post summary objects",
    "total": "integer count of posts returned"
  },
  "sample": {
    "data": {
      "posts": [
        {
          "date": "August 19, 2026",
          "slug": "hong-kong-sfc-passkey",
          "title": "Hong Kong SFC Moves Beyond OTP: Why Passkeys Are Becoming the New Standard for Internet Trading",
          "author": "Gary",
          "summary": "A Significant Change in Authentication On 9 July 2026, the Hong Kong Securities and Futures Commission (SFC) issued a new circular...",
          "permalink": "https://liuguiyu.github.io/posts/hong-kong-sfc-passkey/",
          "word_count": "222 words",
          "reading_time": "2 min"
        }
      ],
      "total": 2
    },
    "status": "success"
  }
}

About the Github API

The Github API on Parse exposes 2 endpoints for the publicly available data on liuguiyu.github.io. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.