Discuss Scratch

redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

You can now view a user's all-time follower count:
https://scratchinfo.quuq.dev/followers
redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

I'm removing user rankings by followers for now, but they might be re-added in the feature.
unconstructable13
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

redspacecat wrote:

I'm removing user rankings by followers for now, but they might be re-added in the feature.
Aw man, why?
redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

unconstructable13 wrote:

redspacecat wrote:

I'm removing user rankings by followers for now, but they might be re-added in the feature.
Aw man, why?
I didn't have a way to update the data, finding a a user's ranking was unreliable, and I needed the database space for other stuff.
redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

I updated the forums links & endpoints to point to ScratchPost, my new website for Scratch forums search, statistics, and rankings.
The_Cool_Scratch_Guy
Scratcher
100+ posts

Scratch Info — Get info and statistics about Scratch projects and users

Wow this is nice, and it interfaces with your other scratchpost site nicely. I think there should also be a way to get to scratchinfo from scratchpost (maybe a button called ‘other statistics’ or something like that).
medians
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

https://scratchinfo.quuq.dev/users/orthocenter
XD why is the browser/os graph not changing there
medians
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

https://scratchinfo.quuq.dev/projects/1253278209
https://api.scratch.mit.edu/projects/1253278209
It looks like it's getting the same creation date, rather than the other dates

Also for some reason the previous post didn't bring the topic up
redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

medians wrote:

https://scratchinfo.quuq.dev/users/orthocenter
XD why is the browser/os graph not changing there
Oh that's because I'm caching the browser and OS history info so it doesn't get regenerated. I'll clear the cache, one minute.
Edit: fixed!

medians wrote:

https://scratchinfo.quuq.dev/projects/1253278209
https://api.scratch.mit.edu/projects/1253278209
It looks like it's getting the same creation date, rather than the other dates

Also for some reason the previous post didn't bring the topic up
Oh I'll fix that, oops.
Edit: fixed

Last edited by redspacecat (Jan. 27, 2026 01:55:13)

MineTurte
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

redspacecat wrote:

unconstructable13 wrote:

redspacecat wrote:

I'm removing user rankings by followers for now, but they might be re-added in the feature.
Aw man, why?
I didn't have a way to update the data, finding a a user's ranking was unreliable, and I needed the database space for other stuff.
Couldn't you just set up a Python back-end (aka a WSGI) that fetches easy-to-access data straight from the Scratch API? This would take some time and require quite a few changes but I feel like it'd be a huge storage saver in the long run.

Last edited by MineTurte (Jan. 27, 2026 20:15:02)

redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

MineTurte wrote:

Couldn't you just set up a Python back-end (aka a WSGI) that fetches easy-to-access data straight from the Scratch API? This would take some time and require quite a few changes but I feel like it'd be a huge storage saver in the long run.
The problem is that Scratch doesn't have any endpoints that tells you a users's rankings.
You basically have to store a giant database of users, sadly.
ajsya
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

Are you adding an API endpoint for forum stats?
redspacecat
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

ajsya wrote:

Are you adding an API endpoint for forum stats?
That's available over at the ScratchPost API.
ajsya
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

redspacecat wrote:

ajsya wrote:

Are you adding an API endpoint for forum stats?
That's available over at the ScratchPost API.
Thank you.
MineTurte
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

redspacecat wrote:

MineTurte wrote:

Couldn't you just set up a Python back-end (aka a WSGI) that fetches easy-to-access data straight from the Scratch API? This would take some time and require quite a few changes but I feel like it'd be a huge storage saver in the long run.
The problem is that Scratch doesn't have any endpoints that tells you a users's rankings.
You basically have to store a giant database of users, sadly.
Ah I see. Yeah that is kinda difficult though. I mean if anything i'd recommend only saving users who have like above 100 followers or something like that to minimize the size. Really any kind of filter to filter out abandoned accounts and whatnot
Magudragon
Scratcher
1000+ posts

Scratch Info — Get info and statistics about Scratch projects and users

Is mine higher than @sonic__fan ?
Duke_Scratch56
Scratcher
100+ posts

Scratch Info — Get info and statistics about Scratch projects and users

Bump

Powered by DjangoBB