-
Notifications
You must be signed in to change notification settings - Fork 51
Project
James Allen edited this page Jul 9, 2013
·
7 revisions
Name | Type | Description |
---|---|---|
id | Integer | |
name | String | |
slug | String | |
blurb | String | |
goal | Float | |
pledged | Float | |
state | String | a string of 'live', 'successful', or 'failed' |
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 | Rewards]] |
embed | Object | An object with a card containing HTML for an iFrame. |