{
  "name": "hedgefund.wiki",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "license_url": "https://creativecommons.org/licenses/by/4.0/",
  "homepage": "https://hedgefund.wiki",
  "openapi": "https://hedgefund.wiki/api/v1/openapi.json",
  "llms_txt": "https://hedgefund.wiki/llms.txt",
  "llms_full_txt": "https://hedgefund.wiki/llms-full.txt",
  "ai_plugin": "https://hedgefund.wiki/.well-known/ai-plugin.json",
  "schemas": {
    "term": "https://hedgefund.wiki/schema/term.schema.json",
    "category": "https://hedgefund.wiki/schema/category.schema.json",
    "strategy": "https://hedgefund.wiki/schema/strategy.schema.json",
    "regulation": "https://hedgefund.wiki/schema/regulation.schema.json",
    "calculator": "https://hedgefund.wiki/schema/calculator.schema.json",
    "convention": "https://hedgefund.wiki/schema/convention.schema.json",
    "source": "https://hedgefund.wiki/schema/source.schema.json",
    "person": "https://hedgefund.wiki/schema/person.schema.json"
  },
  "endpoints": [
    "/api/v1/health",
    "/api/v1/manifest",
    "/api/v1/stats",
    "/api/v1/terms",
    "/api/v1/terms/{slug}",
    "/api/v1/categories",
    "/api/v1/categories/{slug}",
    "/api/v1/strategies",
    "/api/v1/strategies/{slug}",
    "/api/v1/regulations",
    "/api/v1/regulations/{slug}",
    "/api/v1/calculators",
    "/api/v1/calculators/{slug}",
    "/api/v1/compute/{slug}",
    "/api/v1/conventions",
    "/api/v1/conventions/{slug}",
    "/api/v1/sources",
    "/api/v1/sources/{id}",
    "/api/v1/people",
    "/api/v1/people/{slug}",
    "/api/v1/search",
    "/api/v1/graph/{slug}",
    "/api/v1/llms/chunks"
  ],
  "counts": {
    "version": "2026.05.03",
    "generated_at": "2026-09-07T02:15:24+00:00",
    "license": "CC-BY-4.0",
    "terms": 1074,
    "categories": 20,
    "strategies": 12,
    "regulations": 14,
    "calculators": 20,
    "conventions": 8,
    "sources": 26,
    "people": 25,
    "graph_edges": 15477,
    "chunks": 1120
  },
  "content_types": [
    "application/json",
    "application/x-ndjson",
    "application/ld+json",
    "text/markdown",
    "text/plain"
  ]
}