Something went wrong. Try again later

zinther

This user has not updated recently.

7 0 0 1
Forum Posts Wiki Points Following Followers

zinther's forum posts

Avatar image for zinther
zinther

7

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

In game name is Zinther, I would love an invite.

Avatar image for zinther
zinther

7

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

Avatar image for zinther
zinther

7

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

Is it possible to subscribe to the premium version on spotify?

Avatar image for zinther
zinther

7

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

yeah seems to be an iOS11 Safari based issue with the GB player. If you select the Download link and select any of the qualities you will no longer have the rewinding issue.

Avatar image for zinther
zinther

7

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

Inside the filter, I do not believe you will be able to use a custom Logical Operator. However, you can do something like the following:

Pseudo Code because I don't know what language you are working in.

Get query from user

Send query to API

Capture response

Iterate through results and send new query with ID returned from initial response

Capture images desired

Avatar image for zinther
zinther

7

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

#6  Edited By zinther

I believe you are looking for the below

https://www.giantbomb.com/api/games/?format=json&api_key=[API KEY]&filter=platform:146

OR

https://www.giantbomb.com/api/games/?format=json&api_key=[API KEY]&platform:146

The above URL's will filter games based on the platform ID 146 (PS4). Remember it will limit your response/results to 100.