The Kagi News (Kite) front-end exposes a REST API that proxies directly toDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/kagisearch/kite-public/llms.txt
Use this file to discover all available pages before exploring further.
https://kite.kagi.com/api. Every request your application makes to a self-hosted Kite instance is transparently forwarded to the upstream service, so you can use either the canonical base URL or the URL of your own deployment interchangeably.
Base URL
https://kite.kagi.com.
Authentication
Most endpoints are public and require no credentials. Sync endpoints (/api/sync/*) manage per-user reading history and require an active Kagi account session cookie to be present in the request.
Response Format
All endpoints return JSON. Successful responses carry an HTTP200 status. Proxy errors (e.g. the upstream service is unreachable) return HTTP 500 with the body:
Entry Point
The root data file for a Kite deployment is available at:Quick Start
Fetch the latest batch metadata with a singlecurl command — no API key required:
Data License
All content returned by this API is published under the Creative Commons Attribution-NonCommercial (CC BY-NC) license. You are free to use, share, and adapt the data for non-commercial purposes, provided you give appropriate credit to Kagi News.
Available Endpoint Groups
Batches
List published news batches, retrieve batch metadata, available languages, the Chaos Index score, and On This Day events.Prefix:
/api/batchesCategories
Access category metadata and listing across batches.Prefix:
/api/categoriesStories
Fetch the full story clusters for a given batch and category, including summaries, perspectives, timelines, and source articles.Prefix:
/api/batches/{batchId}/categories/{categoryId}/storiesSearch
Search across published stories and articles.Prefix:
/api/searchSync
Read-history synchronisation for authenticated Kagi users. Requires a valid Kagi session cookie.Prefix:
/api/syncWidgets
Live data widgets — weather, cryptocurrency prices, F1, NFL, and NHL scores and standings.Prefix:
/api/widgets