OKANE LAND

Content API

A small, read-only JSON API over what Okane Land publishes: the curated tools shortlist and the articles. No keys, no auth, no write operations. Built for agents and developers who want the data straight.

Base URL: https://okaneland.com/api/v1. Machine-readable description (OpenAPI 3.1): /api/v1/openapi.json. Discovery catalog (RFC 9727): /.well-known/api-catalog.

Endpoints

  • GET /api/v1/status.json

    Service status. Returns ok when the API is up.

  • GET /api/v1/tools.json

    The curated Palette: every AI tool we list, as a flat JSON array with name, url, summary, stack (local/cloud/both), types, and bucket.

  • GET /api/v1/posts.json

    Every published article across the sections, with title, section, url, a markdown url, description, and publish date.

Notes

Everything is static and regenerated on each publish, so the data matches the site. The same content is also available as llms.txt (index) and llms-full.txt (full text), and every article has a markdown view at its URL with Accept: text/markdown.

Content is published by Overbrooke Media LLC. Link to it, do not lift it.

← Home