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.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/b7840955-6a09-45ac-b4a4-98a8605b9a49/list_posts' \ -H 'X-API-Key: $PARSE_API_KEY'
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.
No input parameters required.
{
"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.