kickstarter_project
Retrieve a Kickstarter campaign's detailed funding snapshot, story, risks, and reward tiers by passing the creator and project slug from its URL.
Instructions
Get a Kickstarter campaign's detail. Returns one Kickstarter campaign's detail: funding snapshot (goal, pledged, percent funded, backers, state, dates), category, creator, cover photo, story text, risks & challenges, update/comment/FAQ counts, and reward/pledge tiers. creator and slug are the two path segments of the project URL, e.g. lookingglass and musubi for kickstarter.com/projects/lookingglass/musubi. Reward tiers are best-effort -- see the endpoint's documentation for when they may be omitted.
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 |