Scratch API: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) |
Patarakin (обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
|Description=Инструмент доступа к данным сообщества Scratch | |Description=Инструмент доступа к данным сообщества Scratch | ||
|Affordances=Получать информацию о действиях отдельных участников, активности в студиях, активности по отдельным проектам | |Affordances=Получать информацию о действиях отдельных участников, активности в студиях, активности по отдельным проектам | ||
|Difficult=All endpoints that return an array accept query parameters named limit and offset, except limit is the maximum number of items in the response (up to 40). offset is the zero-based index of the first item in the response. For example, /users/mres/projects/142/comments?limit=3&offset=10 returns the 11th, 12th and 13th comment. The default limit is 20 and the default offset is 0. | |||
|Область применения=Анализ данных | |Область применения=Анализ данных | ||
|Website=https://en.scratch-wiki.info/wiki/Scratch_API | |Website=https://en.scratch-wiki.info/wiki/Scratch_API |
Текущая версия на 18:10, 31 октября 2023
Краткое описание инструмента | Инструмент доступа к данным сообщества Scratch |
---|---|
Возможности | Получать информацию о действиях отдельных участников, активности в студиях, активности по отдельным проектам |
Трудности использования | All endpoints that return an array accept query parameters named limit and offset, except limit is the maximum number of items in the response (up to 40). offset is the zero-based index of the first item in the response. For example, /users/mres/projects/142/comments?limit=3&offset=10 returns the 11th, 12th and 13th comment. The default limit is 20 and the default offset is 0. |
Область знаний | |
Область применения | Анализ данных |
Поясняющее видео | |
Веб-сайт | https://en.scratch-wiki.info/wiki/Scratch API |
Пользователи | Исследователи |
Используется для создания (проведения) | аналитика |
Разработчик | Media MIT |
Сообщество вокруг средства | |
Лицензия | |
Год первого релиза | 2015 |
Совместное сетевое использование | Нет |
Какой язык основной | English |
Есть ли поддержка Искусственным Интеллектом | Нет |
Исследование облачного сервиса создания проектов Scratch
The Scratch API is an interface which provides access to various instances of data in a mostly programmer-friendly manner. It can be used in many different ways in order to create applications which can send and extract data to and from the Scratch Website. The address of the current Scratch API is https://api.scratch.mit.edu.
api.scratch.mit.edu Interface
The api.scratch.mit.edu interface is the latest revision of the Scratch API. It can be used to return various types of data regarding the Scratch website. This API can be accessed via the following URL.
https://api.scratch.mit.edu