Nerq API Documentation
Search 5M+ AI assets, check compliance across 52 jurisdictions, and integrate agent discovery into your applications. Free, no auth required.
Base URL & Rate Limits
All endpoints are served from:
https://nerq.ai
Rate limit: 1,000 calls/day per IP. No authentication required. Responses are JSON.
Agent Discovery
Search and discover AI agents by name, domain, type, or description.
{
"query": "code review AI agent",
"limit": 10,
"offset": 0
}
Response includes agent name, type, source, author, risk classification, trust score, and compliance status across jurisdictions.
Agent Details
Get full details for a specific AI agent including compliance assessment across all 52 jurisdictions.
| Parameter | Type | Description |
| agent_id | string | Unique agent identifier (from discovery results) |
Compliance Check
Check any AI system against multiple jurisdictions. Describe your system and get instant risk classification.
{
"system_name": "MyAgent",
"system_description": "CV screening tool using AI",
"jurisdictions": ["eu_ai_act", "us_co_sb205", "us_il_aivi"]
}
Response:
{
"overall_risk": "high",
"results": {
"eu_ai_act": { "risk_class": "high", "confidence": "native" },
"us_co_sb205": { "risk_class": "high", "confidence": "native" },
"us_il_aivi": { "risk_class": "high", "confidence": "native" }
}
}
List Jurisdictions
List all 52 supported jurisdictions with status, effective dates, and penalty information.
Compliance Deadlines
Get upcoming regulatory deadlines sorted by date. Useful for compliance monitoring dashboards.
Platform Stats
Platform-wide statistics: total AI assets indexed, sources crawled, jurisdictions tracked.
Compliance-specific stats: assessments run, risk distribution, jurisdiction coverage.
MCP Discovery
Machine-to-machine discovery endpoint for MCP (Model Context Protocol) compatible agents and servers.
Agent card for machine discovery. Returns Nerq's capabilities in standard agent-card format.
Health Check
Returns system status, uptime, and version information.