Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » ScratchPost - A Scratch forums viewer & API
- 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
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
(#2)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.
Will you make it so you can view a user's posts when searching up the user.
- Discussion Forums
- » Advanced Topics
-
» ScratchPost - A Scratch forums viewer & API

