So how do i return data from a website that is set up with an api?


Example: https://api.scorpstuff.com/daysuntil.php?mydate=2019-12-25 How would i return what this api generated and bring it back into mirc and create a message from it?

Example 2: How would i replace the $(channel) with the channel it is used in and the $(user) to the person who used it? https://twitch.api.scorpstuff.com/followed.php?caster=$(channel)&follower=$(user) and also when this is shown in chat it isnt a completed link, how would i fix that?