Maango API
One call. Any domain. Know what's allowed.
Query any domain's AI policy programmatically. robots.txt, llms.txt, ai.txt, and 5 more standards in a single structured JSON response.
The problem we solve
These numbers come from our crawl of 1M domains. Read the full report →
API Response Preview
One call returns scores, signals, per-purpose breakdowns, and conflict detection.
{
"domain": "nytimes.com",
"score": 22,
"stance": "blocks_training",
"purposes": {
"training": { "allowed": false, "source": ["robots.txt", "content_signals"] },
"search": { "allowed": true, "source": ["robots.txt"] },
"rag": { "allowed": null, "source": [] },
"browsing": { "allowed": null, "source": [] }
},
"signals": {
"robots_txt": { "found": true, "blocks": ["GPTBot", "CCBot", "anthropic-ai"] },
"llms_txt": { "found": false },
"ai_txt": { "found": false },
"content_signals": { "found": true, "training": false, "search": true },
"tdmrep": { "found": false },
"agents_json": { "found": false }
},
"conflicts": [],
"last_crawled": "2026-01-15T08:30:00Z",
"audit_id": "aud_7k2x9f4w1m8"
}Available Endpoints
All endpoints available at launch - full documentation to follow
/v1/policy/{domain}Full policy lookup for a single domain
/v1/policy/{domain}/scoreQuick score check - just the number
/v1/policy/batchCheck up to 100 domains in one request
/v1/signals/{domain}Raw signal data without interpretation
/v1/search?stance=openSearch domains by policy characteristics
/v1/statsAggregate statistics across the registry
SDKs & Integrations
Python, Node.js, and MCP Server SDKs at launch. LangChain and CrewAI integrations planned.
Be the first to build with Maango
Early access members get free credits, direct API feedback sessions, and priority support at launch.
Join the developer waitlist
We'll send you API credentials the moment we launch. No spam, ever.