{
  "service": "Beanaries",
  "tagline": "How long does it take to compile the internet's software?",
  "description": "Open-source build time leaderboard. We collect software build data all across the internet, recording how long builds take, and surface that data through a clean API and web interface. We also provide services and tools to add YOUR project's build data to our systems, along with all the open source projects whose data we curate.",
  "live_at": {
    "website": "https://www.beanaries.com",
    "api": "https://api.beanaries.com"
  },
  "documentation": {
    "reference": "https://api.beanaries.com/redoc",
    "interactive": "https://api.beanaries.com/docs",
    "openapi_json": "https://api.beanaries.com/openapi.json"
  },
  "data_sources": [
    "GitHub Actions",
    "GitHub Enterprise (GitHub Actions)",
    "Koji (Fedora)",
    "LUCI (Chromium)",
    "GitLab CI",
    "Gitea CI",
    "OpenSUSE OBS",
    "Buildkite",
    "AppVeyor",
    "Azure DevOps",
    "CircleCI",
    "Local / User builds (tooling from Beanaries coming soon!)"
  ],
  "authentication": {
    "overview": "Most read endpoints are public. Write endpoints and user-specific operations require authentication.",
    "get_token": "https://www.beanaries.com/account#developer",
    "method": "Bearer token in Authorization header",
    "example": "Authorization: Bearer YOUR_TOKEN_HERE"
  },
  "rate_limits": {
    "default": "400 requests/minute per IP",
    "exceeded_response_code": 429,
    "note": "Individual endpoints may have stricter limits"
  },
  "data_policy": {
    "api_access": "Free to explore and query via API",
    "bulk_exports": "Gigabyte-sized dumps not available at this time",
    "public_data": "All build data is public and available to everyone"
  },
  "support": {
    "email": "support@beanaries.com",
    "github": "https://github.com/zfogg/beanaries",
    "website": "https://www.beanaries.com"
  },
  "links": {
    "learn_more": "https://www.beanaries.com/about",
    "leaderboard": "https://www.beanaries.com/",
    "author_rankings": "https://www.beanaries.com/authors",
    "stats": "https://www.beanaries.com/stats"
  }
}