{"info":{"_postman_id":"44fc75e3-a868-42c0-8b13-9bfbd218a32e","name":"TubeQuery","description":"<html><head></head><body><p>API Documentation for the TubeQuery API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6334156","collectionId":"44fc75e3-a868-42c0-8b13-9bfbd218a32e","publishedId":"UzBiNU3S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-14T20:38:36.000Z"},"item":[{"name":"YT Search API Query","id":"530f3bee-2530-4ca9-87bd-334d6df0d04f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.googleapis.com/youtube/v3/search?part=snippet&maxResults=5&order=date&publishedAfter=2022-06-13T12:00:30Z&publishedBefore=2022-06-13T18:00:30Z&q=cricket|india|music|sports|tourism|travel&type=video&key=","description":"<p>Search Query for YouTube's Data API v3.</p>\n","urlObject":{"protocol":"https","path":["youtube","v3","search"],"host":["youtube","googleapis","com"],"query":[{"key":"part","value":"snippet"},{"key":"maxResults","value":"5"},{"key":"order","value":"date"},{"key":"publishedAfter","value":"2022-06-13T12:00:30Z"},{"key":"publishedBefore","value":"2022-06-13T18:00:30Z"},{"key":"q","value":"cricket|india|music|sports|tourism|travel"},{"key":"type","value":"video"},{"disabled":true,"key":"pageToken","value":"CDIQAA"},{"key":"key","value":""}],"variable":[]}},"response":[],"_postman_id":"530f3bee-2530-4ca9-87bd-334d6df0d04f"},{"name":"API Root","id":"41efe7d4-2d72-4a3f-9a2e-415d1fb97dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000","description":"<p>Root Endpoint of the TubeQuery API.</p>\n","urlObject":{"host":["127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"41efe7d4-2d72-4a3f-9a2e-415d1fb97dfa"},{"name":"Search Video","id":"9087b93b-9451-44d1-9fc2-c261c6908ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000/video/search?channel_title=Jungle Gaming&title=brown&published_after=2022-06-13T16:00:30Z&published_before=2022-06-13T17:00:30Z&page=1&limit=5","description":"<p>Endpoint to Search Video Information from the Database.</p>\n","urlObject":{"path":["video","search"],"host":["127.0.0.1:8000"],"query":[{"key":"channel_title","value":"Jungle Gaming"},{"key":"title","value":"brown"},{"key":"published_after","value":"2022-06-13T16:00:30Z"},{"key":"published_before","value":"2022-06-13T17:00:30Z"},{"key":"page","value":"1"},{"key":"limit","value":"5"},{"disabled":true,"key":"tags","value":"road"},{"disabled":true,"key":"description","value":"gopro"}],"variable":[]}},"response":[],"_postman_id":"9087b93b-9451-44d1-9fc2-c261c6908ef6"},{"name":"Search Video By Tags","id":"07a167dd-43cd-4820-8a3b-a4adedba5933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000/video/search/tags?tags=road","description":"<p>API Endpoint to search a video information by tags (used in the video title and description). Faster Query, as the request is cached.</p>\n","urlObject":{"path":["video","search","tags"],"host":["127.0.0.1:8000"],"query":[{"key":"tags","value":"road"}],"variable":[]}},"response":[],"_postman_id":"07a167dd-43cd-4820-8a3b-a4adedba5933"},{"name":"Search API Keys","id":"c835585a-0ada-491f-80b8-d845c140bde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000/keys","description":"<p>API Endpoint to Search for API Keys from the DB.</p>\n","urlObject":{"path":["keys"],"host":["127.0.0.1:8000"],"query":[{"disabled":true,"key":"key","value":""}],"variable":[]}},"response":[],"_postman_id":"c835585a-0ada-491f-80b8-d845c140bde8"},{"name":"Search Video Tags","id":"dd657f7c-7162-462b-99f2-549460cf909e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000/tags?tag=travel","description":"<p>API Endpoint to Search for Video Tags from the DB.</p>\n","urlObject":{"path":["tags"],"host":["127.0.0.1:8000"],"query":[{"key":"tag","value":"travel"}],"variable":[]}},"response":[],"_postman_id":"dd657f7c-7162-462b-99f2-549460cf909e"},{"name":"Add API Key","id":"c5623284-4644-40a3-b15d-aa637cd59fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"key\": \"YT_API_KEY\",\n\t\"daily_quota\": 10000\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/keys","description":"<p>API Endpoint to add an API Key.</p>\n","urlObject":{"path":["keys"],"host":["127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5623284-4644-40a3-b15d-aa637cd59fdc"},{"name":"Add Video Tag","id":"a828161d-eb71-4630-88ef-378af5d5ef59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"tag\": \"travel\",\n    \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/tags","description":"<p>API Endpoint to add an Video Tag.</p>\n","urlObject":{"path":["tags"],"host":["127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a828161d-eb71-4630-88ef-378af5d5ef59"}],"event":[{"listen":"prerequest","script":{"id":"dc19f64e-90c3-41a0-9e38-33e36d7e847c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed660f4a-3696-493c-9d3a-473c37bd55ea","type":"text/javascript","exec":[""]}}],"variable":[{"key":"YT_API_KEY","value":""},{"key":"local","value":"127.0.0.1:8000"}]}