Do Not Sell My Information      Privacy

Friday, March 26, 2021

Experimenting With Scratch API’s

I’ve been recently looking into the Scratch API and it looks pretty interesting, especially since I haven’t done much with API before.

So I decided to work on this cool profile stats viewer for Scratch and it looks pretty cool so far.


Demo

Right now it just uses GET https://api.scratch.mit.edu/users/mryellowdoggy


I basically called the API in PHP and displayed it on the page (it wasn’t super complicated).

I plan to add more though since its kind of useless currently because you can just find someone’s profile from the Scratch website using Better Search For Scratch and find the info through there.

Once I add some more stuff I’ll definitely post it on my projects page and put some documentation.

If you’re interested in using the API I do recommend checking out the Scratch Wiki article for it or the Unofficial Docs.

No comments:

Post a Comment

Siri 2.0: Making a GPT voice assistant

Once, while dabbling with AI again, I thought to myself, "Why can't I talk to AI?". Literally talk to it, not just type on a k...