mirror of
https://github.com/scratchfoundation/scratch-rest-api.git
synced 2024-12-03 12:46:51 -05:00
Documentation for how to interact with the Scratch REST API
5da7e1eff0
and leave just a `README` here |
||
---|---|---|
README.md |
Scratch REST API
Welcome to the Scratch REST API! Here you can find information on how to read and write data from and to Scratch programmatically.
This API is in development
Right now, we're in the process of building the next version of Scratch. Part of that includes building this REST API to allow people to access the site's data directly. It might take some time to complete the entire thing, but we will continue to update this repo with new documentation as we build new parts of the API.
To Get Started
Head over to the wiki to find out more information about how to use this API, and what features are currently available.
Also make sure to check out Scratch's open source web client too!