RSS Feed Builder
Quickly and easily build your feed and customize to your liking.
You can customize your game feeds by following a standard URL structure.
All games
This is the root feed url and will contain the entire collection of FreeGamesForYourWebsite games
http://www.freegamesforyourwebsite.com/feeds/games/
You can limit the number of games returned in the feed. This is useful for feed readers or widgets in which you want to pull a smaller, faster, feed for real-time display.
http://www.freegamesforyourwebsite.com/feeds/games/?limit=25
You can also use the offset parameter to fetch older games in smaller chunks. Note that the feed can change at any moment so iterating over the feed with the offset parameter is not guaranteed to be reliable. If you are doing this, you must make sure to increment your offset in quantities sufficiently smaller than your limit so that you do not miss any games. offset must be combined with limit.
http://www.freegamesforyourwebsite.com/feeds/games/?limit=25&offset=10
Limiting by game tag
You may choose to include games that include a tag
http://www.freegamesforyourwebsite.com/feeds/games/?tag=tag
The following fields are available in both the ATOM and JSON versions of our feeds.
name
The name of the game
resolution
Text representation of {width}x{height}
smallThumb:thumbnail / thumbnail_url
Path to game's 100x100 thumbnail
medThumb:thumbnail / thumbnail_url
Path to game's 180x135 thumbnail
largeThumb:thumbnail / thumbnail_url
Path to game's 300x300 thumbnail
summary
Instructions and description for this game
game_url
A URL where the game is located
created
When the game was added

