← Back to search
70
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin missing +15 structured API
news openapiapillms-txtai-plugin

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

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

Agentic Ready 70/100

            

llms.txt Content

# llms.txt for informedclearly.com site: https://informedclearly.com owner: Informed Clearly contact: https://informedclearly.com/contact last-updated: 2026-06-07 version: 1.8 # Top entry points (prefer these) entrypoints: - /en/ - /en/news/1/ - /en/summary - /en/finance - /en/finance/bitcoin - /en/search?q=bitcoin - /en/similar/bitcoin - /feed/rss/en - /sitemap.xml - /.well-known/ai-plugin.json - /.well-known/security.txt - /openapi.yaml - /api/articles - /api/languages languages: - en - nl - fr - de - es - pt # Crawl etiquette (advisory; enforce via robots.txt) crawl-delay: 5s rate-limit: 1 rps max-parallel: 2 # API (public, read-only) api: base: https://informedclearly.com/api auth: none content-type: application/json openapi: - https://informedclearly.com/openapi.yaml - https://informedclearly.com/openapi.json endpoints: - /api/articles - /api/articles/{id} - /api/articles/latest - /api/articles/by-url - /api/languages examples: - https://informedclearly.com/api/languages - https://informedclearly.com/api/articles?lang=en&per_page=10 - https://informedclearly.com/api/articles?q=bitcoin&lang=en&per_page=10 - https://informedclearly.com/api/articles/latest?lang=en - https://informedclearly.com/api/articles/by-url?url={urlencoded-canonical-url} query-parameters: articles: - q: optional full-text query - lang: optional language code, one of en,nl,fr,de,es,pt - category: optional category slug - author: optional exact author name - date_from: optional YYYY-MM-DD lower bound - date_to: optional YYYY-MM-DD upper bound - page: optional 1-based page number - per_page: optional page size, max 50 by-url: - url: required canonical informedclearly.com article URL guidance: - Prefer this unauthenticated informedclearly.com API for structured access to articles and languages. - Use canonical page URLs

OpenAPI Spec (preview)

openapi: 3.1.0 info: title: Informed Clearly API version: "1.3.1" description: > Public read-only API for searching and retrieving articles from Informed Clearly. Language is represented using ISO-like short codes: en, nl, fr, de, es, pt. servers: - url: "{scheme}://{host}" variables: scheme: default: https enum: [http, https] host: default: informedclearly.com tags: - name: Languages description: Language discovery endpoints - na