🚨 VitalsBeacon - Core Web Vitals API

Get Lighthouse Performance Scores for Any Website

🚀 Quick Test

Test Google.com

Test GitHub.com

�� API Documentation

Basic Usage:

GET https://vitalsbeacon.com/audit?url=https://example.com

Specific Categories:

GET https://vitalsbeacon.com/audit?url=https://example.com&categories=performance,seo

Available Categories:

Response Format:

{
  "url": "https://example.com",
  "timestamp": "2025-06-26T21:00:00.000Z",
  "scores": {
    "performance": 85,
    "accessibility": 92,
    "bestPractices": 88,
    "seo": 95
  },
  "coreWebVitals": {
    "largestContentfulPaint": {
      "value": "2.1 s",
      "score": 95,
      "rating": "good"
    },
    "cumulativeLayoutShift": {
      "value": "0.05",
      "score": 98,
      "rating": "good"
    }
  }
}

Core Web Vitals Ratings:

Other Endpoints:

Powered by Google Lighthouse | Free to use