Triangle pointing up
Reference

Channel Shorts

Get shorts from a YouTube channel with sampled metrics.

GET/channel/shorts/{id}
Authorization<token>

Use the format: Api-Key <token> as the value.

In: header

Path Parameters

idstring

A unique YouTube channel identifier

Match^[A-Za-z0-9_-]{24}$

Response Body

{
  "id": "UChn5jutPQB_bRjnG80pzl5w",
  "time": "string",
  "item": {
    "id": "UChn5jutPQB_bRjnG80pzl5w",
    "kind": "string",
    "snippet": {
      "handle": "string",
      "title": "string",
      "description": "string",
      "keywords": [
        "string"
      ],
      "thumbnails": {
        "default": {
          "url": "string"
        },
        "medium": {
          "url": "string"
        },
        "high": {
          "url": "string"
        }
      }
    },
    "shorts": [
      {
        "id": "string",
        "title": "string",
        "thumbnails": [
          {
            "url": "string",
            "width": 0,
            "height": 0
          }
        ],
        "viewCount": 0,
        "statistics": {
          "zScore": 0,
          "averageViewsRatio": 0,
          "isPositiveOutlier": true,
          "isNegativeOutlier": true
        }
      }
    ],
    "statistics": {
      "subscriberCount": 0,
      "subscriberCountRaw": "string",
      "viewCountEstimate": 0,
      "viewCountMonthlyEstimate": 0,
      "videosCount": 0,
      "videosCountRaw": 0,
      "videosSampleCount": 0,
      "averageViewsEstimate": 0,
      "medianViewsEstimate": 0,
      "averageVideoDurationEstimate": null,
      "standardDeviationViewsEstimate": 0,
      "viewVariationCoefficient": 0,
      "avgViewsToSubscribersRatio": 0,
      "lastPublishedAtEstimate": null,
      "oldestParsedPublishedAtEstimate": null,
      "positiveOutliersCount": 0,
      "negativeOutliersCount": 0
    }
  }
}
{
  "error": {
    "errors": [
      {
        "code": "string",
        "validation": "string",
        "message": "string",
        "path": [
          "string"
        ]
      }
    ]
  },
  "status": "string"
}
{
  "error": {
    "message": "string"
  },
  "status": "string"
}
{
  "error": {
    "message": "string"
  },
  "status": "string"
}
{
  "error": {
    "message": "string",
    "rateLimit": {
      "limit": -9007199254740991,
      "current": -9007199254740991,
      "remaining": -9007199254740991,
      "resetTime": "2019-08-24T14:15:22Z"
    }
  },
  "status": "string"
}