# splitbee/notion-api-worker

Notion as CMS with easy API access

Repository: https://github.com/splitbee/notion-api-worker
Canonical: https://ross.abutalabs.com/products/notion-api-worker
Homepage: https://notion-api.splitbee.io
Language: TypeScript
License Family: other
Topics: cloudflare-workers, notion, cms, api
Last push: 2025-10-17T18:14:25+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 47, release rhythm 35, longevity 100
- inputs: {"age_days": 2325, "days_push": 320, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1664, forks 225 (observed 2026-08-28T04:05:18.923259+00:00)

## What it is
A serverless API wrapper around Notion's private API that exposes Notion pages and tables as JSON via simple GET requests, deployable on Vercel or Cloudflare Workers. It enables using Notion as a headless CMS with built-in stale-while-revalidate caching and CORS support.

## Use cases
- use notion as a headless cms for my blog
- fetch notion table data as  for a website
- get notion page content via api
- serve notion database rows to a static site
- query notion pages without official api
- render notion content with react-notion

## When to choose
- you want to use Notion as a lightweight CMS and fetch content as JSON
- you need fast cached access to Notion tables and pages from client-side apps
- you want a simple self-hostable proxy for Notion's private API

## When to avoid
- you need a guaranteed-stable API since it relies on Notion's undocumented private API
- you require the official Notion API's full features, filters, or writes
- you need strict SLAs or long-term reliability guarantees

## Facets
- artifact type: service
- maturity: maintenance
- function: http-server, api-framework, caching, middleware
- domain: cms, apis, web-development, self-hosted, backend
- platform: serverless, cloud
- tags: notion, cloudflare-workers, vercel, headless-cms, private-api, serverless-wrapper, web-server, nodejs

## Member repositories
- splitbee/notion-api-worker (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:18.923259+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:44:30.104021+00:00, confidence not recorded.
  - readme: https://github.com/splitbee/notion-api-worker (fetched 2026-08-28T04:05:18.923259+00:00, sha 254f70f9c81f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
