{
  "ok": true,
  "name": "ghapi",
  "description": "ghapi renders animated SVG cards for GitHub READMEs from live data: a title banner, a Cloudflare KV visit counter, GitHub repository stats and animations, the manalejandro.com machines fleet and the real-time electricity price.",
  "githubUser": "manalejandro",
  "repo": "https://github.com/manalejandro/cf-ghapi",
  "theme": {
    "default": "dark",
    "accent": "emerald"
  },
  "cacheTtlSeconds": 300,
  "cards": [
    {
      "path": "/card/title",
      "query": [
        "title",
        "subtitle",
        "user",
        "avatar",
        "badge",
        "stats",
        "theme",
        "accent"
      ]
    },
    {
      "path": "/badge/visits",
      "query": [
        "label",
        "id",
        "inc",
        "theme",
        "accent"
      ]
    },
    {
      "path": "/card/visits",
      "query": [
        "label",
        "id",
        "inc",
        "theme",
        "accent"
      ]
    },
    {
      "path": "/card/stats",
      "query": [
        "user",
        "theme",
        "accent"
      ]
    },
    {
      "path": "/card/repos",
      "query": [
        "user",
        "limit",
        "theme",
        "accent"
      ]
    },
    {
      "path": "/card/languages",
      "query": [
        "user",
        "limit",
        "theme",
        "accent"
      ]
    },
    {
      "path": "/card/machines",
      "query": [
        "theme",
        "accent"
      ]
    },
    {
      "path": "/card/energy",
      "query": [
        "theme",
        "accent"
      ]
    }
  ],
  "endpoints": [
    "/api/github",
    "/api/visits",
    "/api/machines",
    "/api/energy",
    "/health"
  ]
}