Version 2.5.0 live · Phoenix API engine

KANATA.API

Unified scraper, media, AI, and utility endpoints in one fast Phoenix stack.

Build with one API surface for downloader workflows, generated images, religious data, utilities, and games without stitching dozens of services together.

ElixirPhoenix
Local3k+ RPS
GuardedRate limit
api_request.ex

# Fetch TikTok without watermark

Req.get!( "https://api.kanata.web.id/tiktok/fetch",

params: [url: "https://tiktok.com/..."])

# Returns JSON

{
  "status": "success",
  "video_url": "https://cdn...",
  "metadata": { ... }
}

01

Instant Caching

ETS-powered memory caching keeps repeated requests fast and predictable.

02

Smart Fallback

Endpoint modules can rotate through alternate sources when one upstream fails.

03

Plugin Based

A standardized module shape keeps new API capabilities easier to ship and maintain.

Module ecosystem

Broad coverage without a crowded integration layer.

Media Downloader

8 modules
  • YouTube unified fallback
  • TikTok HD no watermark
  • Instagram, Pinterest, FB, Reddit

Islamic Tools

2 modules
  • Al-Qur'an digital data
  • Jadwal sholat Indonesia
  • More sources planned

Game Suite

12 games
  • Tebak gambar and bendera
  • Tebak kata and susun kata
  • Teka teki and cerdas cermat

AI & Utilities

5 modules
  • Pollinations image generation
  • Carbon code rendering
  • Translate, temp mail, and KBBI

Pro Scrapers

5 modules
  • Otakudesu and Animasu
  • NontonFilm and MovieTube
  • Google News aggregation

Core Services

active
  • File uploader CDN
  • Automatic temp cleanup
  • Swagger and ReDoc specs

Live sandbox

Test an endpoint in place.

Select a module, send a request, and inspect the response directly from the landing page.

Open docs

                
Ready for command