Query per-problem statistics for any evaluation set, including pass rates and score distributions. Responses are cached for 15 minutes to reduce database load.
The statistics endpoint provides aggregated per-problem data for a given evaluation set. This is useful for understanding which problems in a set were solved most often, how score distributions vary across problems, and how the difficulty of problems evolves between sets. The endpoint is rate-limited to 60 requests per minute and its response is cached server-side for 15 minutes, so repeated requests for the same set_id will return the same data until the cache expires.
You can retrieve the latest available set_id from the GET /scoring/latest-set-info endpoint. Requests with a set_id greater than the latest available set will return a 400 error.