Discuss Scratch

redspacecat
Scratcher
1000+ posts

ScratchPost - A Scratch forums viewer & API

I made a Scratch forums viewer with an API for using forums data elsewhere.

Try it out here: https://scratchpost.quuq.dev/

Example URLs:
https://scratchpost.quuq.dev/topic/832489?page=2
https://scratchpost.quuq.dev/post/8669324
https://scratchpost.quuq.dev/user/redspacecat

and the API:
https://scratchpost.quuq.dev/api/topic/832489?page=2
https://scratchpost.quuq.dev/api/post/8669324
https://scratchpost.quuq.dev/api/user/redspacecat

Post any feedback or questions here

Last edited by redspacecat (Nov. 27, 2025 18:29:26)

Zippy02
Scratcher
36 posts

ScratchPost - A Scratch forums viewer & API

Will you make it so you can view a user's posts when searching up the user.
redspacecat
Scratcher
1000+ posts

ScratchPost - A Scratch forums viewer & API

Zippy02 wrote:

(#2)
Will you make it so you can view a user's posts when searching up the user.
The issue is that I'm not actually storing the posts' contents, just fetching them on demand. This means that although I know that posts 123, 456, and 789 belong to CoolScratcher, I don't know the posts' contents without fetching them.

Powered by DjangoBB