Discuss Scratch

ScolderCreations
Scratcher
1000+ posts

What are all of the API pages?

I was thinking of making an application that acts like a client for Scratch, without any of the Scratch-WWW code. However, there are some Scratch API pages that I don't know about. Can someone provide me with a list of them?

NFlex23
Scratcher
1000+ posts

What are all of the API pages?

ScolderCreations wrote:

I was thinking of making an application that acts like a client for Scratch, without any of the Scratch-WWW code. However, there are some Scratch API pages that I don't know about. Can someone provide me with a list of them?
I'd also like a list of API pages. It would be quite useful!

Help improve the Advanced Topics (Really!)
Before you create a topic:
Always search for duplicates or other similar topics before making an umbrella topic, e.g., “The Mac Topic”.
  • Is it about something you are planning on making but haven't made yet? If so, please wait to post until you have created a working prototype. This is a key factor to keeping the ATs as clean as possible.
  • The ATs aren't technical support. It is perfectly valid to ask questions about things related to programming, but not issues with external websites, apps, or devices. Most sites have their own support system; try asking there!
  • Is it related to something you are making in Scratch? (This includes OSes and other Scratch projects) If so, please post in Collaboration, Show and Tell, or another similar forum.
  • Is your topic questionably “advanced”? Try browsing the other forums to see if your topic fits better in one of those.
  • Issues with Scratch itself should be put in Bugs and Glitches.
Before you post: Is what you're posting likely to start an argument or derail the thread (e.g., browsers, operating systems)? If so, please re-think your post!





KangaCoder
Scratcher
1000+ posts

What are all of the API pages?

https://en.scratch-wiki.info/wiki/Scratch_API

don't feed the trolls. feed yourself pizza cupcakez .[1] [2] [3] [4]









KangaCoder • [he/him] • kæŋɡəˈ koʊdər

Random Fun Facts: Male, Christian, US resident, EST time zone, Ravenclaw, likes Math and Science, learning German, knows HTML, Python and Java, loves chocolate, favorite color, possibly a kangaroo
On the Main Site: Experienced Wikian, Camp Counselor, SWC Reviewer, SDS Helper, Forum Helper
On the Forums: 2.65K+ forum posts
Project Ideas Directory 6.0 - need a project idea? Check it out!
Check out some weird and cool Scratch pages!
ScolderCreations
Scratcher
1000+ posts

What are all of the API pages?

wangat wrote:

https://en.scratch-wiki.info/wiki/Scratch_API
oh, thanks. Are there any that aren’t listed there?

KangaCoder
Scratcher
1000+ posts

What are all of the API pages?

ScolderCreations wrote:

wangat wrote:

https://en.scratch-wiki.info/wiki/Scratch_API
oh, thanks. Are there any that aren’t listed there?
I’m not sure, but I believe they’re all covered.

don't feed the trolls. feed yourself pizza cupcakez .[1] [2] [3] [4]









KangaCoder • [he/him] • kæŋɡəˈ koʊdər

Random Fun Facts: Male, Christian, US resident, EST time zone, Ravenclaw, likes Math and Science, learning German, knows HTML, Python and Java, loves chocolate, favorite color, possibly a kangaroo
On the Main Site: Experienced Wikian, Camp Counselor, SWC Reviewer, SDS Helper, Forum Helper
On the Forums: 2.65K+ forum posts
Project Ideas Directory 6.0 - need a project idea? Check it out!
Check out some weird and cool Scratch pages!
Ciyob86
Scratcher
500+ posts

What are all of the API pages?

wangat wrote:

ScolderCreations wrote:

wangat wrote:

https://en.scratch-wiki.info/wiki/Scratch_API
oh, thanks. Are there any that aren’t listed there?
I’m not sure, but I believe they’re all covered.
Nope
KangaCoder
Scratcher
1000+ posts

What are all of the API pages?

Ciyob86 wrote:

wangat wrote:

ScolderCreations wrote:

wangat wrote:

https://en.scratch-wiki.info/wiki/Scratch_API
oh, thanks. Are there any that aren’t listed there?
I’m not sure, but I believe they’re all covered.
Nope
Okay…

Mind telling which ones aren’t listed instead of posting a vague word?

Last edited by KangaCoder (Sept. 12, 2021 00:36:34)


don't feed the trolls. feed yourself pizza cupcakez .[1] [2] [3] [4]









KangaCoder • [he/him] • kæŋɡəˈ koʊdər

Random Fun Facts: Male, Christian, US resident, EST time zone, Ravenclaw, likes Math and Science, learning German, knows HTML, Python and Java, loves chocolate, favorite color, possibly a kangaroo
On the Main Site: Experienced Wikian, Camp Counselor, SWC Reviewer, SDS Helper, Forum Helper
On the Forums: 2.65K+ forum posts
Project Ideas Directory 6.0 - need a project idea? Check it out!
Check out some weird and cool Scratch pages!
Ciyob86
Scratcher
500+ posts

What are all of the API pages?

wangat wrote:

Ciyob86 wrote:

wangat wrote:

ScolderCreations wrote:

wangat wrote:

https://en.scratch-wiki.info/wiki/Scratch_API
oh, thanks. Are there any that aren’t listed there?
I’m not sure, but I believe they’re all covered.
Nope
Okay…

Mind telling which ones aren’t listed instead of posting a vague word?
The wiki only mentions get api requests (except surprise), post requests that can change data like commenting or loving a project are not mentioned to prevent script kiddies from spamming the servers.

Last edited by Ciyob86 (Sept. 12, 2021 00:41:05)

kccuber
Scratcher
1000+ posts

What are all of the API pages?

Oh yah, what's the forum API too? Thinking about making a custom not-s2forums version of it.


Made using Nord Theme & Inkscape
Jeffalo
Scratcher
1000+ posts

What are all of the API pages?

kccuber wrote:

Oh yah, what's the forum API too? Thinking about making a custom not-s2forums version of it.
there's no good official forum api, you will have to scrape the site manually or use scratchdb



my website: jeffalo.net | ocular: scratch forum search













kccuber
Scratcher
1000+ posts

What are all of the API pages?

Jeffalo wrote:

there's no good official forum api, you will have to scrape the site manually or use scratchdb
ScratchDB won't allow you to make forum posts, will it?


Made using Nord Theme & Inkscape
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

What are all of the API pages?

kccuber wrote:

Jeffalo wrote:

there's no good official forum api, you will have to scrape the site manually or use scratchdb
ScratchDB won't allow you to make forum posts, will it?
no, but you can POST https://scratch.mit.edu/discuss/topic/[id]

Last edited by gdpr5b78aa4361827f5c2a08d700 (Sept. 12, 2021 20:42:43)

gosoccerboy5
Scratcher
1000+ posts

What are all of the API pages?

ScolderCreations
Scratcher
1000+ posts

What are all of the API pages?

gosoccerboy5 wrote:

does https://github.com/LLK/scratch-rest-api help?
doesn't include stuff like site-API

Powered by DjangoBB