forked from markolson/kickscraper
-
Notifications
You must be signed in to change notification settings - Fork 2
Project
Ben Rugg edited this page Jul 10, 2013
·
4 revisions
| Name | Type | Description |
|---|---|---|
| id | Integer | |
| name | String | |
| slug | String | |
| blurb | String | |
| goal | Float | |
| pledged | Float | |
| state | String | a string of 'live', 'successful', 'failed', 'suspended', 'deleted', or 'canceled' |
| currency | String | ISO code of the currency type |
| currency_symbol | String | |
| deadline | Datetime | |
| state_changed_at | Datetime | when the project met it's goal? |
| photo | Object | contains references to full, med, small and little images for the project |
| creator | User | a User object of the creator. |
| location | [[Location | Location]] |
| urls | Object | contains references to related web and api urls |
| is_starred | Boolean | true if starred by the authenticated user |
| is_backing | Boolean | true if backed by the authenticated user |
| launched_at | Datetime | |
| updated_at | Datetime | |
| country | String | ISO Code of the country the project is from |
| video | Object | contains height, width, and links to different formats of the video. |
| backers_count | Integer | |
| friends | Users | Probably an array of authenticated user's friends that have backed this too? |
| country_short_name | String | |
| country_long_name | String | |
| comments_count | Integer | |
| updates_count | Integer | |
| last_update_published_at | Datetime | |
| rewards | [[Rewards | Reward]] |
| embed | Object | An object with a card containing HTML for an iFrame. |