Developers & AI Integrations Hub
High-performance APIs, AI Markdown endpoints, 4096-dimensional vector embeddings, Cockatrice desktop databases, and live Discord RSS feeds.
🔮 AI & LLMs (Markdown)
Content-Type: text/markdownRetrieve clean, structured Markdown with YAML frontmatter optimized for LLM context windows, tool calling, and RAG pipelines.
# 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
Accept: text/markdown🟡 REST JSON API
Content-Type: application/jsonLightning-fast, unauthenticated JSON endpoints optimized for Discord bots, web applications, and tournament software with low-latency in-memory response times.
// 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"])
🧠 4096-d Vectors
4096-dim Float ArrayDirect access to raw 4096-dimensional float vector embeddings generated by our fine-tuned Qwen 8B model for custom vector databases, cosine search, and neural RAG.
# 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 XMLImport complete card expansion sets directly into Cockatrice desktop app with automatically downloading high-resolution card artwork from AvaScry.
- Open Cockatrice on your PC/Mac.
- Go to Card Database → Add Custom Sets/Spoilers...
- Paste the set XML URL:
https://avascry.com/set/dmu/cockatrice.xml - Click OK. Cockatrice will automatically index all cards and stream high-res art from AvaScry!
📡 Discord & RSS
RSS 2.0 SyndicationPlug live Magic: The Gathering set checklists and official rulings updates directly into Discord server channels and news aggregators via RSS 2.0.
# 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