Get the latest five uploads for any YouTube channel!
It's very simple, just make a request to https://latestvid.stats100.xyz/get/<CHANNEL_ID_HERE>
For example, to get the latest uploads for MrBeast, just have to make a simple request to https://latestvid.stats100.xyz/get/UCX6OQ3DkcsbYNE6H8uQQuVA
and get an example response like this:
[
{
"videoId": "KkCXLABwHP0",
"title": "I Built 100 Homes And Gave Them Away!"
},
{
"videoId": "PWirijQkH4M",
"title": "World’s Deadliest Obstacle Course!"
},
{
"videoId": "U_LlX4t0A9I",
"title": "$10,000 Every Day You Survive In The Wilderness"
},
{
"videoId": "T8I165Qxeo8",
"title": "Sprinting with More and More Money"
},
{
"videoId": "i-9V21MqlhY",
"title": "Giving 1000 Phones Away"
}
]
This API comes with extra queries for options, so you can get the response you want
The number of videos returned in the response
Technical overview:
- Type:
int
- Default:
5
- Minimum:
1
- Going below 1 will make
maxresults
1
- Going below 1 will make
- Maximum:
50
- Exceeding 50 will make
maxresults
50
- Exceeding 50 will make
Example response: ?maxresults=2
[
{
"title": "I Crashed One Of The Most Expensive Cars In The World",
"videoId": "TgCm8oDmxOk"
},
{
"title": "Last One To Fall Wins",
"videoId": "954wJ3uHVAk"
}
]