07:57

TaskNotes HTTP API — Obsidian Task Management Plugin

Local HTTP API for the TaskNotes Obsidian plugin — full CRUD for tasks, time tracking, pomodoro timer, calendar integrations (Google/Microsoft/ICS), webhooks, and NLP parsing. Runs on localhost:8080.
23:52

Actual HTTP API

Basic Actual Budget API exposed through HTTP endpoints
This is going to be the best implementation if we are to automate our Actual data via n8n.
20:12

Hyvor Relay — Open-Source Email API

Self-hosted alternative to SES, Mailgun, and SendGrid. Open-source email API for developers with Symfony backend, SvelteKit frontend, and Go workers. Docker-ready, AGPL-3.0 licensed. 702 stars.
07:29

Strapi — Open-Source Headless CMS & Backend Framework

Open-source Node.js backend framework with auto-generated REST/GraphQL APIs, content management UI, and fully customizable backend logic. Self-hostable with Docker. MIT licensed, 72.7k stars.
07:28

Directus — Collaborative Backend & Headless CMS

Database-first backend platform that wraps any SQL database into instant REST/GraphQL APIs, a no-code admin panel, and a native MCP server. Self-hostable with Docker. 36.5k stars, used by Tripadvisor, Club Med, Weber.
11:12

Favicon API

Free and open-source API to fetch favicons from any website.
10:58

Grist CTL

Command-line tool for interacting with Grist.

Grist is a versatile platform for creating and managing custom data applications. It blends the capabilities of a relational database with the adaptability of a spreadsheet, empowering users to design advanced data workflows, collaborate in real-time, and automate tasks—all without requiring code.

08:57

Chess.com API in a Python package

Python client for Chess.com API, which provides public data from chess.com website.
18:05

Published-Data API - Chess.com

The PubAPI is a read-only REST API that responds with JSON-LD data. The API re-packages public data from the website and makes it available via the PubAPI. “Public Data” is information available to people who are not logged in, such as player data, game data, and club/tournament information. This excludes…
18:42

PyGrister - A Python client for the Grist API

Pygrister is a Grist client that covers all the documented APIs. Pygrister keeps track of basic configuration for you, remembering your team site, workspace, working document, so that you don’t have to type in the boring stuff every time. Apart from this and little else, Pygrister is rather low-level: it will call the api and retrieve the response, with only minor changes. If the api call is malformed, you will simply receive a bad HTTP status code.