{
  "api": "aws-partner-tracker",
  "version": 1,
  "base_url": "https://signals.stonck.ai",
  "docs": "https://signals.stonck.ai/api/docs",
  "terms": "Free to access. Attribution appreciated: link to https://signals.stonck.ai. Shapes under /api/v1/ are stable and only change behind a new version prefix. Automated access may later be metered at the Cloudflare edge (pay-per-crawl); the endpoints themselves will not change.",
  "endpoints": [
    {
      "path": "/api/v1/companies.json",
      "description": "Every tracked company: identity, market cap, current watched values, last change, links."
    },
    {
      "path": "/api/v1/companies/{ticker}.json",
      "description": "One company with its full span history.",
      "example": "/api/v1/companies/watt.json"
    },
    {
      "path": "/history.jsonl",
      "description": "The raw observation log, JSON Lines: one row per distinct state per company."
    },
    {
      "path": "/llms.txt",
      "description": "Site summary for AI readers (llmstxt.org)."
    },
    {
      "path": "/llms-full.txt",
      "description": "The whole dataset as one markdown document."
    },
    {
      "path": "/sitemap.xml",
      "description": "Page inventory with data-derived lastmod."
    }
  ]
}
