Summaries
Overall Summary by Date
Returns specific dated snapshot of overall project summary artifact
get/api/summaries/overall/{interval}/{date}.json
Path parameters
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
datestring date required
Example:2025-01-15
Date in YYYY-MM-DD format
Response
AI-generated project summary for specific date
Example response
{
"version": "1.0",
"date": "2025-01-15"
}