{
  "name": "NODs Field Guide public content API",
  "version": "1.0.0",
  "description": "Read-only discovery and machine-readable access to the NODs Field Guide corpus.",
  "authentication": {
    "required": false,
    "note": "All documented endpoints are public and read-only."
  },
  "documentation": "https://nodsapp.com/developers",
  "openapi": "https://nodsapp.com/openapi.json",
  "apiCatalog": "https://nodsapp.com/.well-known/api-catalog",
  "agentIndex": "https://nodsapp.com/llms.txt",
  "fullCorpus": "https://nodsapp.com/llms-full.txt",
  "endpoints": {
    "articleMarkdown": "https://nodsapp.com/articles/%7Bslug%7D/index.md",
    "glossaryMarkdown": "https://nodsapp.com/glossary/%7Bslug%7D/index.md",
    "sitemap": "https://nodsapp.com/sitemap.xml",
    "feed": "https://nodsapp.com/feed.xml"
  }
}
