# Code::Stats API **Provider:** Code::Stats **Category:** storage **Base URL:** `https://codestats.net` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://codestats.net/api-docs ## Description Code::Stats is a free stats tracking service for programmers ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://codestats.net/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://codestats.net' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open-source. Programmer statistics tracking API; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/code-stats/) — CC BY 4.0*