Integrate GitFame into your apps with our developer API
curl -X GET "https://api.gitfame.dev/roast/octocat" \
-H "Authorization: Bearer YOUR_API_KEY"/api/roast/:usernameGet roast data for a GitHub user
usernamestringrequired{ score: number, roast: string, achievements: [] }/api/compare/:user1/:user2Compare two GitHub users
user1stringrequireduser2stringrequired{ winner: string, comparison: {} }/api/leaderboardGet top developers
limitnumberperiodstring{ users: [] }