Vercel API

Vercel API

Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work.
                  {
    "blocking": true,
    "completedAt": 0,
    "conclusion": "canceled",
    "createdAt": 0,
    "deploymentId": "string",
    "detailsUrl": "string",
    "externalId": "string",
    "id": "string",
    "integrationId": "string",
    "itemCount": 0,
    "name": "string",
    "output": {
        "metrics": {
            "CLS": {
                "previousValue": 0,
                "source": "web-vitals",
                "value": 0
            },
            "FCP": {
                "previousValue": 0,
                "source": "web-vitals",
                "value": 0
            },
            "LCP": {
                "previousValue": 0,
                "source": "web-vitals",
                "value": 0
            },
            "TBT": {
                "previousValue": 0,
                "source": "web-vitals",
                "value": 0
            },
            "virtualExperienceScore": {
                "previousValue": 0,
                "source": "web-vitals",
                "value": 0
            }
        }
    },
    "path": "string",
    "rerequestable": true,
    "sizeInBytes": 0,
    "startedAt": 0,
    "status": "registered",
    "updatedAt": 0
}
              

Response example. If you want to see more check the documentation.

The Vercel REST API provides programmatic access to Vercel's cloud platform, enabling developers to manage and automate deployments, projects, teams, and more. With this API, users can create, update, and deploy projects, monitor deployments, retrieve logs, and manage team settings.

It is designed to facilitate CI/CD workflows, integrate with other tools, and offer fine-grained control over Vercel projects and environments, making it ideal for developers and DevOps teams looking to automate and streamline their deployment processes.