How Long To Beat API

A quick endpoint to get playthrough times (in hours) for games. Use /api/?name=Game Title.

Returns an array with any matches. For example:

[
 {
  name: "Game Title",
  gameplayMain: 40,
  gameplayMainExtra: 60,
  gameplayCompletionist: 80,
  imageUrl: "https://path.to.some.image/game.jpg",
 }
]