Overall Summary by Date
Returns specific dated snapshot of overall project summary artifact
Path parameters
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
Date in YYYY-MM-DD format
Response
AI-generated project summary for specific date
Example response
{
"version": "1.0",
"date": "2025-01-15"
}Changes
Changed in 2 of the 5 revisions of this API.2
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
- ○
removed the non-success response with the status
404response-non-success-status-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○