Read channel name from clips link

Hello,

is it possible to get the channel name from a twitch clipsurl via php?

For example:

Read one of the following urls and getting the related channel name:

https://clips.twitch.tv/ResoluteRespectfulCroissantAMPEnergyCherry-IXMzVqWc2FyPCl10
https://www.twitch.tv/quitelola/clip/HedonisticHomelySquirrelJebaited-df9w0IbjXPXMunVr

Thx

The Clips URL doesn’t contain the streamer name.

You would have to take th ClipID and use the get clips API

Using an App Access Token.

thank you!

It worked. Thank you BarryCarlyon :).