# Get Core Web Vitals

**Publié le** : 2026-05-08
**Catégorie** : SEO & Analytics

## `GET /analytics/cwv`

**Get Core Web Vitals**

Returns Core Web Vitals metrics: LCP (Largest Contentful Paint),
FID (First Input Delay), CLS (Cumulative Layout Shift),
TTFB (Time to First Byte), INP (Interaction to Next Paint).

Values include p75 percentiles and Good/Needs Improvement/Poor distribution.

Required permissions: `analytics.view`

### Responses

| Status | Description |
| --- | --- |
| `200` | Successful response |
| `401` | Unauthorized — invalid or missing API token |
| `403` | Forbidden — insufficient permissions |


---