Body
This is the lighthouse test body object
-
url string
The url of webpage
-
device string
Values are
mobile
,desktop
,macbookAirM1
,highEndLaptop
,ipad102
,galaxyTabS7
,iphone13ProMax
,iphone11
,galaxyS10Plus
,redmiNote8Pro
,iphone7
,galaxyA50
,galaxyJ8
,motoG5
, orredmi5A
. -
location string
Values are
us
,ca
,br
,de
,uk
,nl
,pl
,ch
,jp
,in
,sg
,au
,id
,kr
, ortw
. -
config object
POST /v1/lighthouse-tests
curl \
-X POST https://api.speedvitals.com/v1/lighthouse-tests \
-H "X-API-KEY: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://speedvitals.com","device":"macbookAirM1","location":"us","config":{"connection":"fiber","video":true,"adblock":true}}'
Request example
{
"url": "https://speedvitals.com",
"device": "macbookAirM1",
"location": "us",
"config": {
"connection": "fiber",
"video": true,
"adblock": true
}
}
Request examples
{
"url": "string",
"device": "macbookAirM1",
"location": "us",
"config": {
"connection": "fiber",
"throttling_method": "simulated",
"http_version": "2",
"video": false,
"adblock": false,
"user_agent": "string",
"auth_username": "string",
"auth_password": "string",
"cookies": [
"string"
],
"whitelist": [
"string"
],
"blacklist": [
"string"
]
}
}
Response examples (201)
{
"url": "https://speedvitals.com",
"device": "macbookAirM1",
"location": "us",
"config": {
"connection": "fiber",
"video": true,
"adblock": true
},
"status": "success",
"lighthouse_version": "9.6.2",
"metrics": null,
"report_url": null,
"created_at": 1657537268453,
"expires_at": 1660129268453,
"error": null
}
Response examples (201)
{
"id": "lt_LthsZedDcOUfYFHxN",
"url": "https://speedvitals.com",
"error": null,
"config": {
"video": true,
"adblock": true,
"http_version": 2
},
"device": "macbookAirM1",
"status": "idle",
"metrics": {
"speed_index": 1123,
"performance_score": 99,
"time_to_interactive": 725,
"total_blocking_time": 69,
"server_response_time": 21,
"first_contentful_paint": 515,
"first_meaningful_paint": 566,
"cumulative_layout_shift": 0.0,
"largest_contentful_paint": 515
},
"location": "us",
"created_at": 1657537268453,
"expires_at": 1660129268453,
"report_url": "https://speedvitals.com/report/speedvitals.com/Q6qWx6/",
"lighthouse_version": "9.6.2"
}
Response examples (400)
{
"code": "string",
"message": "string"
}
Response examples (400)
{
"code": "string",
"message": "string"
}
Response examples (402)
{
"code": "string",
"message": "string"
}
Response examples (402)
{
"code": "string",
"message": "string"
}