← Back to search
20
Basic
Agentic Readiness Score
data 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.3 info: title: ZipCodeAPI version: "1.0.0" description: | REST API for ZIP and postal code lookups, distance calculations, radius queries, city-state matching, and more. API key is required in the URL path. servers: - url: https://www.zipcodeapi.com/ paths: /rest/{apiKey}/distance.json/{zip1}/{zip2}/{unit}: get: summary: Distance between two ZIP codes parameters: - $ref: '#/components/parameters/apiKey' - $ref: '#/components/param