← Back to search
20
Basic
Agentic Readiness Score
developer openapiapi

Agentic Signals

📄
llms.txt
Not found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 20/100

            

OpenAPI Spec (preview)

openapi: "3.0.0" info: description: "Interpol Red, Yellow and UN Notices API" version: "1.0.2" title: "Interpol Notices API" servers: - url: "https://ws-public.interpol.int" paths: /notices/v1/red: get: summary: Get Red Notices responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/RedNotices' parameters: - in: query requir