Gif
May 9, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | By default, this is almost always gif | [optional] [default to 'gif'] |
| id | str | This GIF's unique ID | [optional] |
| slug | str | The unique slug used in this GIF's URL | [optional] |
| url | str | The unique URL for this GIF | [optional] |
| bitly_gif_url | str | The unique bit.ly URL for this GIF | [optional] |
| bitly_url | str | The unique bit.ly URL for this GIF | [optional] |
| embed_url | str | A URL used for embedding this GIF | [optional] |
| username | str | The username this GIF is attached to, if applicable | [optional] |
| source | str | The page on which this GIF was found | [optional] |
| rating | str | The MPAA-style rating for this content. Examples include Y, G, PG, PG-13 and R | [optional] |
| content_url | str | Currently unused | [optional] |
| tags | list[str] | An array of tags for this GIF (Note\: Not available when using the Public Beta Key) | [optional] |
| featured_tags | list[str] | An array of featured tags for this GIF (Note\: Not available when using the Public Beta Key) | [optional] |
| user | User | An object containing data about the user associated with this GIF, if applicable. | [optional] |
| source_tld | str | The top level domain of the source URL. | [optional] |
| source_post_url | str | The URL of the webpage on which this GIF was found. | [optional] |
| is_hidden | bool | Denotes whether or not this GIF is private. | [optional] |
| is_removed | bool | Denotes whether or not this GIF has been deleted. | [optional] |
| is_community | bool | Denotes whether or not this GIF has been uploaded by a GIPHY user. | [optional] |
| is_anonymous | bool | Denotes whether or not this GIF has been uploaded to GIPHY by an anonymous user. | [optional] |
| is_featured | bool | Denotes whether or not this GIF is featured on giphy.com (deprecated). | [optional] |
| is_realtime | bool | Denotes whether or not this GIF has been sourced from a realtime crawl. | [optional] |
| is_indexable | bool | Denotes whether or not this GIF is indexable. | [optional] |
| is_sticker | bool | Denotes whether this GIF is a sticker (has a transparent background). | [optional] |
| update_datetime | str | The date on which this GIF was last updated. | [optional] |
| create_datetime | str | The date this GIF was added to the GIPHY database. | [optional] |
| import_datetime | str | The creation or upload date from this GIF's source. | [optional] |
| trending_datetime | str | The date on which this gif was marked trending, if applicable. | [optional] |
| images | GifImages | [optional] |