Something went wrong. Try again later

demandedcross

This user has not updated recently.

6 0 8 0
Forum Posts Wiki Points Following Followers

demandedcross's forum posts

Avatar image for demandedcross
demandedcross

6

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By demandedcross

This post helped me with something I was struggling with so thanks, is there somewhere I can find a list of all the regions and their corresponding number?

Edit: Nevermind, I used an api call to list them all.

Avatar image for demandedcross
demandedcross

6

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

The main page of the app I'm creating shows a feed of recent games and it seems to be flooded with Japenese games so I'd like to be able to filter them by region.

My current url to retrieve games is : http://www.giantbomb.com/api/games/?api_key=1b271543ca5602586843e222266074539a8640d8&filter=original_release_date%3A2000-01-01%7C2014-04-17%2Cplatforms%3A117%7C138%7C139&format=json&limit=15&offset=15&sort=original_release_date%3Adesc

Now there's no release field for me to get the region directly so I was thinking of using the rating board under original_game_rating. Is this possible? Or does anyone have any other ideas on how to get it done?

Avatar image for demandedcross
demandedcross

6

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm in the process of creating a game discovery app for Android using the API. I want the main feed to be a continuous scrolling of games and I'm trying to think of the best way to retrieve them. I don't know if release date would be sufficient or something a bit more complex so as to show some older games too. Maybe a combination of release date and score.

Does anyone have any ideas?