Questions related to the Notion API. The API is REST-based and the officially supported SDK is written in TypeScript.
The Notion API is a JSON-based REST API for working with the Notion application.
It allows you to work with and manipulate data in Databases, Pages, and Properties in your Notion workspace(s).
You can find documentation for the API on Notion's Developer Portal.
The official client is written in TypeScript.