YouTube API help! (JSON help)

Hi, I want to create a random game where you can get all YouTube video’s info, and I already found an API for that. All is good, but that API (https://www.googleapis.com/youtube/v3/videos?part=snippet,status,contentDetails,statistics,topicDetails,localizations&id=F6PqxbvOCUI&key=AIzaSyCRr4LOd2WeFN9TSLCMLgSDSuXaanjxtYM) doesn’t looks like a normal JSON API, just because it has [ after the items (you can’t print data.data.items.id, it’s returning a nil value). Help!

1 Like

This script returns a nil value when I’m trying to do this:

1 Like

It’s not working because of [ after the items:

1 Like

Just solved it bruh

1 Like