Retrieve all scores for a given website or website section.
GET /v1/results/scores
You must provide the standard result arguments as query parameters.
GET https://api.eu.silktide.com/v1/results/scores?websiteId=2
All scores are provided as an integer or null, where they are not known.
{
"result": {
"scores": {
"audit": 64,
"consent": 58,
"content": 34,
"content-seo": 26,
"content-wcag-21": 59,
"developer": 35,
"developer-functionality": 51,
"developer-seo": 50,
"developer-vitals": null,
"developer-wcag-21": 4,
"developer-wcag-22": 4,
"functionality": 51,
"links": 21,
"marketing": 36,
"mobile": 10,
"overall": 27,
"privacy": 54,
"security": 40,
"seo-content": 26,
"seo-technical": 50,
"ux": 31,
"vitals": null,
"wcag-20": 4,
"wcag-20-a": 6,
"wcag-20-aa": 2,
"wcag-20-aaa": 2,
"wcag-21": 9,
"wcag-21-a": 6,
"wcag-21-aa": 1,
"wcag-21-aaa": 1,
"wcag-21-auditory": 33,
"wcag-21-cognitive": 0,
"wcag-21-mobile": 62,
"wcag-21-motor": 5,
"wcag-21-pdf": 30,
"wcag-21-visual": 0,
"wcag-22": 9,
"wcag-22-a": 6,
"wcag-22-aa": 1,
"wcag-22-aaa": 1,
"wcag-22-auditory": 33,
"wcag-22-cognitive": 0,
"wcag-22-mobile": 62,
"wcag-22-motor": 12,
"wcag-22-pdf": 30,
"wcag-22-visual": 0,
"writing": 28
}
}
}