⚡ High-Performance Open Surface Served from RAM Zero API Keys

Entwickler & KI-Integrations-Hub

Hochleistungs-APIs, KI-Markdown-Endpunkte, 4096-dimensionale Vektoreinbettungen, Cockatrice-Datenbanken und Live-Discord-RSS-Feeds.

🇩🇪 Deutsch 🇺🇸 English 🇪🇸 Español 🇫🇷 Français 🇮🇹 Italiano 🇧🇷 Português 🇷🇺 Русский 🇯🇵 日本語 🇨🇳 简体中文 🇹🇼 繁體中文 🇰🇷 한국어

🔮 KI & LLMs (Markdown)

Content-Type: text/markdown

Strukturiertes Markdown mit YAML-Frontmatter, optimiert für LLM-Kontextfenster, Tool-Calling und RAG-Pipelines.

Direct Markdown URLs & Ingestion Endpoints:
# Card Printings with YAML Frontmatter
https://avascry.com/printing/combat-research-dmu.md

# 4096-Dim Neural Synergy Clusters (Top 30 ranked)
https://avascry.com/similar/combat-research.md

# Expansion Set Checklists & Natural Sort
https://avascry.com/set/dmu.md

# Artist Portfolios
https://avascry.com/artist/dan-frazier.md

# Master Rules & Banlists
https://avascry.com/rules.md
https://avascry.com/legalities.md
Or request with HTTP Header: Accept: text/markdown

🟡 REST JSON API

Content-Type: application/json

Blitzschnelle, unauthentifizierte JSON-Endpunkte, optimiert für Discord-Bots, Web-Apps und Turnier-Tools mit niedrigen Latenzzeiten.

JavaScript / TypeScript / Python Integration:
// JavaScript Fetch Example
const res = await fetch("https://avascry.com/printing/combat-research-dmu.json");
const card = await res.json();
console.log(card.name, card.mana_cost, card.cmc, card.image_uris.normal);

// Python Requests Example
import requests
data = requests.get("https://avascry.com/similar/combat-research.json").json()
print("Top Synergy Card:", data["similar_cards"][0]["name"])

🧠 4096D-Vektoren

4096-dim Float Array

Direkter Zugriff auf 4096-dimensionale Vektor-Embeddings unseres Qwen-8B-Modells für eigene Vektordatenbanken und neuronale RAG-Suchen.

# Fetch raw 4096-dim float array for any Oracle card
curl -s https://avascry.com/vector/combat-research.json

# Response Schema:
{
  "oracle_id": "c6ff5bc4-e1d1-432d-8805-4c0ef8540c77",
  "card_name": "Combat Research",
  "slug": "combat-research",
  "embedding_model": "Qwen-8B-Custom-4096d",
  "dimensions": 4096,
  "embedding": [0.0142, -0.0481, 0.0812, 0.0093, ...]
}

⚔️ Cockatrice XML

Cockatrice v4 XML

Importieren Sie komplette Sets direkt in die Cockatrice-Desktop-App mit automatischem Download hochauflösender Kartenbilder von AvaScry.

How to Import into Cockatrice:
  1. Open Cockatrice on your PC/Mac.
  2. Go to Card Database → Add Custom Sets/Spoilers...
  3. Paste the set XML URL: https://avascry.com/set/dmu/cockatrice.xml
  4. Click OK. Cockatrice will automatically index all cards and stream high-res art from AvaScry!

📡 Discord & RSS

RSS 2.0 Syndication

Integrieren Sie Live-Sets und offizielle Regel-Updates über RSS 2.0 direkt in Discord-Server-Kanäle und News-Reader.

# Latest MTG Sets & Expansions Feed (Plug into Discord)
https://avascry.com/feed/sets.xml

# Official MTG Card Rulings & Errata Feed
https://avascry.com/feed/rulings.xml