FastYTAPI
Chat with us in the community section or send us a message. Let us know what you like, what you don't like, what you are missing. We are a team of developers dedicated to make this the YouTube API with best developer experience! For **additional quota or custom plans** please [contact us](https://rapidapi.com/fama-official-fastytapi/api/fastytapi/details) (blue "Contact" button on the right…
FastYTAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Channel | ||
| GET |
Channel Details /ytapi/channelDetails |
Returns channel details, including: description, number of videos/views/subscribers, thumbnails, etc.. Se example on the right for a full list. |
| GET |
List Videos /ytapi/listVideos |
Returns the list of videos, streams (a.k.a. lives) and shorts along with some basic information about each of them. See one of the items in the example response on the right.… |
| GET |
Similar Channels /ytapi/similarChannels |
Returns a list of related channels for a given channel. Each similar channel comes with the same information that the *Channel Details* endpoint returns, plus the extra… |
| Videos | ||
| GET |
Video Details /ytapi/videoDetails |
Returns: 1. Details about the video; 2. A list of similar videos along with some basic details about them. The continuation of the list can be obtained in the *Videos/Similar… |
| GET |
Similar Videos /ytapi/similarVideos |
If `videoId` is provided (and `continuation` is not provided) returns a list of similar videos. If `continuation` is provided (and `videoId` is not provided) returns the… |
| Search | ||
| GET |
YouTube Search /ytapi/search |
Search YouTube for channels or videos based on a given query and the given filters. See parameters below for available options. |
FastYTAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $29.99 / month | 30 / second |
|