API Docs
Public API endpoints for Slop Meter. Replace :username with a GitHub handle.
| Endpoint | Method | Path | Example call |
|---|---|---|---|
| Leaderboard JSON | GET |
/leaderboard.json |
/leaderboard.json
|
| Profile JSON | GET |
/u/:username.json |
/u/octocat.json
|
| Badge SVG | GET |
/badge/:username.svg |
/badge/octocat.svg
|