Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How to receive JSON and project data ONLINE
- PrincessPanda_test_
-
1000+ posts
How to receive JSON and project data ONLINE
Ever wanted to view JSON and project notes but couldn't download? You can view them ONLINE by using HTTP requests. It's isn't that hard! Just copy the links below!
This fetches JSON file.
This fetches contents of a resource. Not sure how to deal with this….
This fetches creator's username, project notes, thumbnail, and statistics.
Examples
ScratchU8 Drawing by PrincessPandaLover
JSON File
Project Details
Animal Jam Jamaa Disaster by PrincessPandaLover
JSON File
Project Details
A Lack of Brakes by scratchU8
JSON File
Project Details
Scratchnapped by griffpatch
Project Details
Under construction…
http://projects.scratch.mit.edu/internalapi/project/ID HERE/get/
http://cdn.scratch.mit.edu/internalapi/asset/md5/get/
http://scratch.mit.edu/api/v1/project/ID HERE/?format=json
Examples
ScratchU8 Drawing by PrincessPandaLover
JSON File
Project Details
Animal Jam Jamaa Disaster by PrincessPandaLover
JSON File
Project Details
A Lack of Brakes by scratchU8
JSON File
Project Details
Scratchnapped by griffpatch
Project Details
Under construction…
Last edited by PrincessPanda_test_ (Jan. 16, 2015 21:59:29)
- Thepuzzlegame
-
1000+ posts
How to receive JSON and project data ONLINE
Cool! Although I believe documentation for this already exists on the Scratch Wiki.
- Zro716
-
1000+ posts
How to receive JSON and project data ONLINE
yeah, I don't think it's necessary to duplicate what's on the Scratch API wiki page.
- mcnedj468
-
30 posts
How to receive JSON and project data ONLINE
Well, this no longer works. Scratch 3.0 broke it. Ever wanted to view JSON and project notes but couldn't download? You can view them ONLINE by using HTTP requests. It's isn't that hard! Just copy the links below!This fetches JSON file.http://projects.scratch.mit.edu/internalapi/project/ID HERE/get/This fetches contents of a resource. Not sure how to deal with this….http://cdn.scratch.mit.edu/internalapi/asset/md5/get/This fetches creator's username, project notes, thumbnail, and statistics.http://scratch.mit.edu/api/v1/project/ID HERE/?format=json
Examples
ScratchU8 Drawing by PrincessPandaLover
JSON File
Project Details
Animal Jam Jamaa Disaster by PrincessPandaLover
JSON File
Project Details
A Lack of Brakes by scratchU8
JSON File
Project Details
Scratchnapped by griffpatch
Project Details
Under construction…
- vineetsrivastava
-
1 post
How to receive JSON and project data ONLINE
Well, this no longer works. Scratch 3.0 broke it.
So is there any way we can access the JSON files for the Scratch 3.0 projects online? Thanks in advance
- Gohoski
-
100+ posts
How to receive JSON and project data ONLINE
Download the project file, then rename the extension for your SB3 file to ZIP. Open it, and you can just grab the “project.json” file!Well, this no longer works. Scratch 3.0 broke it.
So is there any way we can access the JSON files for the Scratch 3.0 projects online? Thanks in advance
- Sheep_maker
-
1000+ posts
How to receive JSON and project data ONLINE
The new URLs for the Scratch 3.0 era:
- Project JSON https://projects.scratch.mit.edu/[project ID]/
- Assets (sounds and costumes) https://assets.scratch.mit.edu/[md5 hash].[format]
- Project info on the website https://api.scratch.mit.edu/projects/[project ID]/
- Boomer001
-
1000+ posts
How to receive JSON and project data ONLINE
The new URLs for the Scratch 3.0 era:
- Project JSON https://projects.scratch.mit.edu/[project ID]/
- Assets (sounds and costumes) https://assets.scratch.mit.edu/[md5 hash].[format]
- Project info on the website https://api.scratch.mit.edu/projects/[project ID]/
This still works with Scratch 2 projects.This fetches JSON file.http://projects.scratch.mit.edu/internalapi/project/ID HERE/get/
This still works. It automatically redirects to cdn.assets.scratch.mit.edu.This fetches contents of a resource. Not sure how to deal with this….http://cdn.scratch.mit.edu/internalapi/asset/md5/get/
- NorthenSuperCoders
-
100+ posts
How to receive JSON and project data ONLINE
when green flag clicked
forever
say (join [Learn to ] []Code]Code[/code]])
end
- nampinanathali
-
1000+ posts
How to receive JSON and project data ONLINE
when green flag clicked
forever
say (join [Learn to ] []Code]Code[/code]])
end
bruh why spam this
Last edited by nampinanathali (July 9, 2021 18:43:57)
- linearlemur
-
500+ posts
How to receive JSON and project data ONLINE
when green flag clicked
forever
say (join [Learn to ] []Code]Code[/code]])
end
Don't necropost, asking to be closed.
(Necroposting is when you post on a topic in which the last post was 2 months ago or more).
Last edited by linearlemur (July 9, 2021 21:00:44)
- Discussion Forums
- » Advanced Topics
-
» How to receive JSON and project data ONLINE