{
    "name": "ghapi",
    "version": 2,
    "docs": "Every endpoint accepts owner=<account> to narrow the data, lang=en|pl for labels and pretty=1. Responses carry ETag and honour If-None-Match.",
    "owners": [
        "aphrodipl",
        "dualfroz",
        "VulCodeCom"
    ],
    "public": {
        "https://ghapi.dualfroz.com/v2/public/summary": "totals, streak, top languages and frameworks, tests, commit size, open source",
        "https://ghapi.dualfroz.com/v2/public/commits?group=year|month|week|day|hour|weekday|punchcard&range=all|365d|90d|30d&from&to": "commit counts",
        "https://ghapi.dualfroz.com/v2/public/commits/hours": "commits by hour of day, author local time",
        "https://ghapi.dualfroz.com/v2/public/commits/size": "commit size distribution, median, p90, largest commits",
        "https://ghapi.dualfroz.com/v2/public/streak": "current and longest streak",
        "https://ghapi.dualfroz.com/v2/public/loc?group=year|month|week|day&range=": "lines added and removed, clean-up commits, file kinds",
        "https://ghapi.dualfroz.com/v2/public/languages?limit=": "languages by lines of code written (tests included), share, first year",
        "https://ghapi.dualfroz.com/v2/public/frameworks?ecosystem=": "frameworks detected from manifests",
        "https://ghapi.dualfroz.com/v2/public/tests": "test code against the rest",
        "https://ghapi.dualfroz.com/v2/public/compare?period=week|month": "current period against the previous one",
        "https://ghapi.dualfroz.com/v2/public/opensource?limit=": "pull requests to public projects and own public repositories",
        "https://ghapi.dualfroz.com/v2/public/lifetime": "repository activity status",
        "https://ghapi.dualfroz.com/v2/public/repos": "public repositories only",
        "https://ghapi.dualfroz.com/v2/public/cards/{stats|top-langs|streak|activity|heatmap|loc|by-year|top-repos|punchcard|achievements|opensource|frameworks|hours|discord}.svg?theme=tokyonight|light&lang=en|pl&hide_border&range=all": "SVG cards"
    }
}