v1

latestOpenAPI 3.0.3MIT2026-07-1713846.6 KB
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

versionstring required
type'overall' | 'repository' | 'contributor' required
interval'day' | 'week' | 'month' required
datestring date required
generatedAtstring date-time required
sourceLastUpdatedstring date-time
contentHashstring

SHA-256 hash of the content for cache validation

contentstring required

Markdown-formatted summary content

Example response

{
  "version": "1.0",
  "date": "2025-01-15"
}