kickstarter_updates
Fetch a Kickstarter campaign's full updates feed using its creator and project slug. Returns update titles, authors, publish dates, body text, and comment counts as structured JSON.
Instructions
Get a Kickstarter campaign's updates feed. Returns one Kickstarter campaign's full updates feed: for each update, its number, title, author, whether the author is the creator, publish date, body text, and comment count. creator and slug are the two path segments of the project URL, e.g. lookingglass and musubi for kickstarter.com/projects/lookingglass/musubi.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Project slug path segment of the project URL | |
| creator | Yes | Creator path segment of the project URL |