# kjk/notionapi

Unofficial Go API for Notion.so

Repository: https://github.com/kjk/notionapi
Canonical: https://ross.abutalabs.com/products/notionapi
Homepage: https://blog.kowalczyk.info/article/c9df78cbeaae4e0cb2848c9964bcfc94/using-notion-api-go-client.html
Language: Go
License: BSD-2-Clause
License Family: permissive
Last push: 2026-07-02T10:38:41+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 2976, "days_push": 62, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1840, forks 82 (observed 2026-08-28T04:05:42.978259+00:00)

## What it is
An unofficial Go client library for Notion.so that uses a reverse-engineered API to download Notion pages as structured block data, with limited write capabilities. It is commonly used to export Notion content to HTML for publishing websites.

## Use cases
- download notion pages in go
- convert notion pages to html
- use notion as a cms for a blog
- programmatically read notion content
- export notion pages to publish a website
- access private notion pages with auth token

## When to choose
- you need richer read access to Notion pages than the official API provides
- you want to build a Go pipeline that publishes Notion content as HTML
- you need structured block-level access to Notion page content

## When to avoid
- you need a fully supported, stable API contract - this relies on an unofficial reverse-engineered API that can break
- you need extensive write capabilities - writes are limited
- you are not working in Go

## Facets
- artifact type: library
- maturity: active
- function: http-client, parser, sdk
- domain: apis, web-development, cms, developer-tools
- platform: go, cross-platform
- tags: notion, unofficial-api, reverse-engineered, content-publishing, html-conversion

## Member repositories
- kjk/notionapi (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:42.978259+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:18:04.131842+00:00, confidence not recorded.
  - readme: https://github.com/kjk/notionapi (fetched 2026-08-28T04:05:42.978259+00:00, sha 50244235fab2)
  - homepage: https://blog.kowalczyk.info/article/c9df78cbeaae4e0cb2848c9964bcfc94/using-notion-api-go-client.html (fetched 2026-08-29T10:57:11.460599+00:00, sha db975d5f363d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
