Skip to content
Matthew Taylor edited this page Dec 7, 2015 · 1 revision

GET /

Provides basic information about the API and related support materials. It is intended as a "catch all" for individuals who are exploring or testing the API for the first time.

Request URL

https://api.scratch.mit.edu/

Example Request

curl -X GET "https://api.scratch.mit.edu/"

Example Response

{
    "api": "api.scratch.mit.edu",
    "help": "help@scratch.mit.edu",
    "website": "scratch.mit.edu"
}
Clone this wiki locally