Skip to content

Short Info

Request

Returns a YouTube short information.

Security
accessToken
Query
urlstringrequired

YouTube short page url i.e. https://www.youtube.com/shorts/{shortId}

Example:url=https://www.youtube.com/shorts/lkCRPp7cnP8
GET
/raw/youtube/short-info
curl -i -X GET \
  'https://api.modash.io/v1/raw/youtube/short-info?url=https%3A%2F%2Fwww.youtube.com%2Fshorts%2FlkCRPp7cnP8' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
short_infoobjectrequired
successbooleanrequired
Response
{ "short_info": { "short_id": "string", "channel_id": "string", "title": "string", "published_at": "string", "duration": "string", "views": 0, "likes": 0, "dislikes": 0, "comments": 0, "genre": "string", "thumbnail": "string", "description": "string", "subtitles": [], "keywords": [], "includes_paid_promotion": true }, "success": true }