Skip to main content

Games APIs New Game Indicator

Updated over 3 weeks ago

We’ve added a new boolean response attribute, is_new, to the following endpoints:

This update makes it easier to identify and surface newly added games in your app.


Who it's for

This update is only for partners using our Games APIs.

How it works

When a game is newly added to your catalog, the is_new attribute will return true in supported API responses.

You can use this value to:

  • Display a New badge

  • Create a “New Games” section

  • Sort or filter newly added titles

  • Trigger promotional placements

After 14 days, the value will automatically update to false, and the game will no longer be flagged as new.

No integration changes are required unless you wish to incorporate this new attribute into your UI or sorting logic.

Did this answer your question?