v1

latestOpenAPI 3.1.02026-07-2637098.0 KB

Get all tests for a URL

Retrieves all the metadata for tests of a specific monitored URL.

get/urls/{url_id}

Path parameters

url_idinteger required

Query parameters

browserstring

Filter tests to a specific browser. Get browser_id from sites/{site_id} endpoint.

regionstring

Filter tests to a specific region. Get region_id from sites/{site_id} endpoint.

daysinteger

Number of days of tests (Max: 365).

per_pageinteger

Number of tests per request, maximum 100. Enables pagination if specified.

pageinteger

Page number if pagination is enabled.

Response

200

site_idinteger
site_namestring
url_idinteger
urlstring
labelstring
scriptstring
{"stackTrail":"paths:/urls/{url_id}:get:responses:200:content:application/json:schema:properties:username","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/urls/{url_id}:get:responses:200:content:application/json:schema:properties:password","oasType":"schema","type":"unknown"}

Example response

{
  "site_id": 299,
  "site_name": "Guardian",
  "url_id": 908,
  "url": "http://www.theguardian.com/world/malaysia-airlines-flight-mh370?view=mobile",
  "label": "article",
  "tests": [
    {
      "test_id": "210926_K1_2cd6f2b753b41c44e580a3449a2e4b95",
      "url": "http://www.theguardian.com/world/malaysia-airlines-flight-mh370?view=mobile",
      "timezone": "Pacific/Auckland",
      "day": "2021-09-26",
      "timestamp": 1632618000,
      "region": "ap-southeast-2",
      "run": 1,
      "browser": "Chrome",
      "browser_version": "91.0.4472.77",
      "viewport_width": 1280,
      "viewport_height": 800,
      "pixel_ratio": 1,
      "bandwidth_down": 5000,
      "bandwidth_up": 1000,
      "bandwidth_latency": 28,
      "byte": 226,
      "dom_content_loaded": 564,
      "render": 400,
      "visually_complete": 15800,
      "first_interactive": 11307,
      "first_cpu_idle": 11307,
      "time_to_interactive": 11307,
      "first_contentful_paint": 386,
      "largest_contentful_paint": 752,
      "first_meaningful_paint": 561,
      "cumulative_layout_shift": 0.73161560098669,
      "dom": 4445,
      "loaded": 13433,
      "size": 2063024,
      "requests": 325,
      "speedindex": 4441,
      "html_requests": 55,
      "html_size": 151369,
      "css_requests": 4,
      "css_size": 45712,
      "js_requests": 94,
      "js_size": 1317661,
      "image_requests": 104,
      "image_size": 297074,
      "font_requests": 10,
      "font_size": 216152,
      "other_requests": 58,
      "other_size": 35056,
      "first_party_requests": 66,
      "first_party_size": 848472,
      "first_party_cpu": 616,
      "first_party_long_tasks": 63,
      "first_party_num_long_tasks": 1,
      "first_party_longest_task": 63,
      "third_party_requests": 259,
      "third_party_size": 1214552,
      "third_party_cpu": 797,
      "third_party_long_tasks": 114,
      "third_party_num_long_tasks": 2,
      "third_party_longest_task": 63,
      "blocking_scripts": 3,
      "blocking_css": 1,
      "har": "https://wpt.speedcurve.com/export.php?test=210926_K1_2cd6f2b753b41c44e580a3449a2e4b95",
      "screen": "https://wpt.speedcurve.com/getfile.php?test=210926_K1_2cd6f2b753b41c44e580a3449a2e4b95&file=1_screen.jpg",
      "custom_metrics": [
        {
          "mark": "enhanced boot",
          "value": 1384
        }
      ],
      "hero_metrics": [
        {
          "hero": "h1",
          "name": "Hero H1",
          "value": 4000
        }
      ],
      "first_painted_hero": 4000,
      "last_painted_hero": 4000,
      "lighthouse_performance": 75,
      "lighthouse_pwa": 45,
      "lighthouse_accessibility": 96,
      "lighthouse_best_practice": 73,
      "lighthouse_seo": 83,
      "total_blocking_time": 135,
      "long_tasks": 177,
      "num_long_tasks": 3,
      "longest_task": 63,
      "cpu_idle": 11062,
      "cpu_scripting": 1630,
      "cpu_layout": 415,
      "cpu_painting": 139,
      "cpu_render_idle": 341,
      "cpu_render_scripting": 8,
      "cpu_render_layout": 21,
      "cpu_pageload_idle": 4735,
      "cpu_pageload_scripting": 1164,
      "cpu_pageload_layout": 349,
      "cpu_pageload_painting": 116,
      "dom_elements": 1217
    }
  ]
}