← Back to search
20
Basic
Agentic Readiness Score
data apiopenapi

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)

{ "swagger": "2.0", "info": { "version": "1.0.0", "title": "Black History API", "description": "Welcome to the black history api! To get started go to click the Sign Up link in the navigation bar and get an api key." }, "host": "rest.blackhistoryapi.io", "basePath": "/v2", "schemes": ["https", "http"], "securityDefinitions": { "ApiKeyAuth": { "type": "apiKey", "name": "x-api-key", "in": "header" } }, "security": [ { "ApiKeyAuth":