How to make an API request for all PS4 games?

Avatar image for santokorn
santokorn

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By santokorn

Someone can give me an example to request all de ps4 games?

Avatar image for chaser324
chaser324

9415

Forum Posts

14945

Wiki Points

0

Followers

Reviews: 1

User Lists: 15

#2  Edited By chaser324  Moderator

http://www.giantbomb.com/api/games/?format=jsonp&api_key=YOUR_API_KEY&filter=platforms:146

You can only get 100 results per request, so you'll need to make several requests with an 'offset' filter added at the end. Note that the '146' in there is the ID of the PS4 platform.