mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 13:48:29 -06:00 
			
		
		
		
	Updated API (markdown)
							parent
							
								
									acc5fcaea1
								
							
						
					
					
						commit
						e560c151fc
					
				
							
								
								
									
										19
									
								
								API.md
									
									
									
									
									
								
							
							
								
								
								
								
								
								
									
										
										
									
									
								
							
						
						
									
										19
									
								
								API.md
									
									
									
									
									
								
							@ -198,6 +198,25 @@
 | 
			
		||||
##### GET `/api/v1/channels/:ucid/videos`
 | 
			
		||||
> Schema:
 | 
			
		||||
```
 | 
			
		||||
[
 | 
			
		||||
  {
 | 
			
		||||
    "title": String,
 | 
			
		||||
    "videoId": String,
 | 
			
		||||
    "videoThumbnails": [
 | 
			
		||||
      {
 | 
			
		||||
        "quality": String,
 | 
			
		||||
        "url": String,
 | 
			
		||||
        "width": Int32,
 | 
			
		||||
        "height": Int32
 | 
			
		||||
      }
 | 
			
		||||
    ],
 | 
			
		||||
    "description": String,
 | 
			
		||||
    "descriptionHtml": String,
 | 
			
		||||
    "viewCount": Int64,
 | 
			
		||||
    "published": Int64,
 | 
			
		||||
    "lengthSeconds": Int32
 | 
			
		||||
  }
 | 
			
		||||
]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
##### GET `/api/v1/search`
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user