Response and request examples - MichaelBelgium/Youtube-API GitHub Wiki

Demo

Download/convert

https://michaelbelgium.me/ytconverter/convert.php?youtubelink=https://www.youtube.com/watch?v=gUJKs1m7Y8M

{
  "error": false,
  "youtube_id": "gUJKs1m7Y8M",
  "title": "Devin Wild & Sub Zero Project - Meltdown (Official Videoclip)",
  "alt_title": "Meltdown",
  "duration": 210,
  "file": "http://michaelbelgium.me/ytconverter/download/gUJKs1m7Y8M.mp3",
  "file_size": 6706413,
  "uploaded_at": {
    "date": "2016-10-13 20:59:06.000000",
    "timezone_type": 3,
    "timezone": "Europe/Berlin"
  }
}

Search

https://michaelbelgium.me/ytconverter/search.php?q=belgium&max_results=5

{
  "error": false,
  "message": null,
  "results": [
    {
      "channel": "FOOTBALL MINDS",
      "full_link": "https://youtube.com/watch?v=1Q6o3B5n_j4",
      "id": "1Q6o3B5n_j4",
      "title": "Belgium vs Japan 1-0 - Highlights & Goals - 14 November 2017"
    },
    {
      "channel": "Football Highlights & Goals",
      "full_link": "https://youtube.com/watch?v=v8DzbrQxXS8",
      "id": "v8DzbrQxXS8",
      "title": "BELGIUM vs MEXICO 3-3 ● All Goals & Highlights HD ● 10 Nov 2017 - FRIENDLY"
    },
    {
      "channel": "deielsio",
      "full_link": "https://youtube.com/watch?v=W3peC29XwOI",
      "id": "W3peC29XwOI",
      "title": "Lil Peep - Belgium [Unreleased]"
    },
    {
      "channel": "Geography Now",
      "full_link": "https://youtube.com/watch?v=0TuMvWCbM-g",
      "id": "0TuMvWCbM-g",
      "title": "Geography Now! Belgium"
    },
    {
      "channel": "Wolters World",
      "full_link": "https://youtube.com/watch?v=9SJiENN504M",
      "id": "9SJiENN504M",
      "title": "Visit Belgium - 5 Things You Will Love & Hate about Belgium"
    }
  ]
}