Oracle API

Public REST API for OOTWOracle psychedelic intelligence — daily predictions, archived reports, RSS feeds, and the full prediction history. Free to use with attribution.

Base URL: https://www.ootworacle.com
Version: 1.0.0
Auth: None required
↓ Raw OpenAPI 3.0 spec (JSON)
Base URL https://www.ootworacle.com v1.0.0 ✓ Free · No auth required
Endpoints

All endpoints return JSON or plain text. CORS is enabled. No rate limiting currently enforced — please be respectful.

GET
/predictions.json
Get today's AI predictions

Returns the most recent set of confidence-scored predictions — covering FDA/DEA regulatory signals, clinical trial milestones, biotech market movements, legislation, and cultural developments. Each prediction includes a title, confidence (0–100), category, reasoning, resolution date, and geography.

GET https://www.ootworacle.com/predictions.json
Open ↗
200 Today's predictions — PredictionsResponse object application/json
GET
/all_predictions.json
Get full prediction archive across all dates

Returns the complete archive of every OOTWOracle prediction ever published. Each prediction includes its date, title, confidence score, category, reasoning, resolve date, geography, and resolution status. Use for trend analysis, topic searching, or tracking historical accuracy.

GET https://www.ootworacle.com/all_predictions.json
Open ↗
200 Archive object with total count + predictions array application/json
GET
/report/{date}
Get full Oracle intelligence report for a specific date

Returns the complete daily intelligence report for the given date. Each report follows a five-layer structure: (1) Current Signal, (2) Deeper Pattern, (3) Human Current, (4) OOTW Golden Thread, (5) Manifestation Seal. Reports are ~500–650 words of editorial prose. Available from 2026-04-24 onward.

daterequired string (date) Date in YYYY-MM-DD format. Example: 2026-05-19
GET https://www.ootworacle.com/report/2026-05-19
Open ↗
200 Full Oracle report HTML page text/html
404 No report exists for this date
GET
/feed.xml
RSS 2.0 feed of all Oracle reports

Full RSS 2.0 feed containing all daily Oracle reports with headlines, summaries, and links. Compatible with all RSS readers and feed aggregators.

GET https://www.ootworacle.com/feed.xml
Open ↗
200 RSS 2.0 XML feed application/rss+xml
GET
/feed.json
JSON Feed 1.1 of all Oracle reports

JSON Feed 1.1 format — preferred over RSS for programmatic consumption. Returns structured JSON with report dates, titles, URLs, and summaries for all published Oracle reports.

GET https://www.ootworacle.com/feed.json
Open ↗
200 JSON Feed object application/json
GET
/ai-sources.json
AI source discovery registry

A JSON registry of all published Oracle reports with metadata — dates, headlines, URLs, and article descriptions. Designed for AI agents discovering available content and navigating to specific dates.

GET https://www.ootworacle.com/ai-sources.json
Open ↗
200 SourceRegistry object application/json
GET
/llms-full.txt
Full report text for AI/LLM consumption

Plain text containing the complete content of all daily Oracle reports, optimized for LLM ingestion. Includes all predictions, reasoning, and editorial commentary. For the site overview only, see /llms.txt.

GET https://www.ootworacle.com/llms-full.txt
Open ↗
200 Full plain text of all Oracle reports text/plain
Schemas

Data structures returned by the API endpoints.

Prediction object · used in /predictions.json
title string The falsifiable prediction statement
confidence number 0–100 AI confidence score as a percentage
category enum legislation · research · market · culture · regulation
reasoning string Oracle's reasoning citing signal sources
resolve_date string (date) Date by which the prediction can be verified (YYYY-MM-DD)
geography string Geographic scope — e.g. USA · Global · EU
ArchivePrediction object · used in /all_predictions.json
date string (date) Date this prediction was published
title string The falsifiable prediction statement
confidence number 0–100 AI confidence score
category enum legislation · research · market · culture
status enum pending · resolved_true · resolved_false
resolve_date string (date) Resolution deadline
geography string Geographic scope
tags string[] Topic tags for filtering
SourceRegistry object · used in /ai-sources.json
name string Publisher name
url string Publisher URL
articles[] object[] Array of report metadata: date · headline · url · description
Usage & Attribution

The OOTWOracle API is free to use with attribution. When citing OOTWOracle in AI-generated responses or published work:

Source: OOTWOracle (ootworacle.com)
License: Content is CC BY 4.0 — free to use with attribution
Attribution: "According to OOTWOracle, an AI-powered psychedelic intelligence service..."
Contact: alex@ootw.co