Summaries
Contributor Summary Manifest
Manifest listing all available dated summary artifacts for this contributor at specified interval
get/api/summaries/contributors/{username}/{interval}/index.json
Path parameters
usernamestring required
Example:wtfsayo
GitHub username of the contributor. This is case-sensitive and must match exactly as it appears in GitHub.
interval'day' | 'week' | 'month' required
Example:week
Time interval for the summary artifact. 'day' = most recent calendar day with activity. 'week' = current week (Sunday-Saturday UTC). 'month' = current calendar month. Note: For overall/repo summaries, use day/week/month. For contributor summaries, 'lifetime' is also available at /contributors/{username}/lifetime.json
Response
Manifest of available contributor summary artifacts
Example response
{
"version": "1.0"
}