(www.gametrailers.com)

GameTrailers
EditOperations
EditgetFeeds
Retrieves a list of the available news feeds from GameTrailers.com.
Inputs
| Name | Description |
| type | 'gametrailer' or 'usermovie' (without the quotes) |
| platform | an abbreviation for the game machine (e.g., 'xbox') |
| filter | 'newest', 'top20', or 'toprated' (without the quotes) |
| number | maximum number of feeds to return |
Outputs
EditgetTrailers
Retrieves the trailers from a GameTrailers news feed.
Inputs
| Name | Description |
| url | a GameTrailers news feed |
| number | the maximum number of trailers to return |
Outputs
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.
EditGameTrailersMediaFile
| Name | Type |
| type | string |
| size | nonNegativeInteger |
| linkURL | url |
EditGameTrailersFeed
| Name | Type |
| name | name |
| feedURL | GTFeedUrl |
| type | string |
| platform | string |
| filter | string |
EditGameTrailersTrailer
| Name | Type |
| title | title |
| linkURL | url |
| description | description |
| pubDate | date |
| guid | id |
| movieTitle | title |
| gameName | name |
| gameID | id |
| gameURL | url |
| platforms | string |
| mediaFiles | custom |
| thumbNailImageURL | thumbnailImageUrl |
| quickTimeLinkURL | url |
| quickTimeSize | nonNegativeInteger |
| windowsMediaLinkURL | url |
| windowsMediaSize | nonNegativeInteger |