Social Get Project Info
social_get_project_infoFetches a Scratch project's metadata, including an optional preview of recent comments, using its numeric project ID.
Instructions
Fetch a Scratch project's metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric project id. | |
| recent_comments | No | How many of the newest project comments to include as a preview. Set 0 to skip the extra request. Use `social_get_comments` to page through them all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| loves | Yes | ||
| notes | Yes | ||
| title | Yes | ||
| views | Yes | ||
| created | Yes | ||
| favorites | Yes | ||
| remix_root | Yes | ||
| share_date | Yes | ||
| author_name | Yes | ||
| remix_count | Yes | ||
| instructions | Yes | ||
| parent_title | Yes | ||
| remix_parent | Yes | ||
| comments_note | Yes | ||
| last_modified | Yes | ||
| thumbnail_url | Yes | ||
| is_loved_by_me | Yes | ||
| recent_comments | Yes | ||
| comments_allowed | Yes | ||
| is_favorited_by_me | Yes |