v1
latestOpenAPI 3.1.02026-07-171313.2 KBProjects
Get project insights
Returns a snapshot of key health and activity metrics for a given project.
This endpoint is public and requires no authentication.
Rate limiting applies (default: 200 requests per 60 seconds per IP address). Rate limit status is returned in the X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset response headers.
get/api/project/{slug}/insights
Path parameters
slugstring required
Example:k8s
The project slug. Matches the slug used in the LFX Insights URL — e.g. k8s in https://insights.linuxfoundation.org/projects/k8s.
Response
Project insights snapshot
Example response
{
"status": "active",
"maturity": "graduated"
}