#120

Index i

Documentation

API

Introduction

Aenean arcu massa, facilisis ac dapibus at, tristique et magna. Phasellus bibendum et velit a aliquet. Mauris in neque in sem cursus cursus quis nec quam. Cras id lacus vel metus suscipit venenatis pellentesque a mi. Pellentesque varius porta ipsum, non auctor turpis venenatis et. In consequat orci sed eros imperdiet congue. Mauris eget elit sit amet diam commodo consequat. Maecenas ultricies dignissim lectus quis ullamcorper.

Ut malesuada pulvinar lorem. Ut sed ex ut erat bibendum semper a sit amet neque. Sed sollicitudin quam dignissim nulla blandit, vitae scelerisque nulla hendrerit. Praesent risus arcu, viverra sit amet odio iaculis, dictum consequat leo. Etiam luctus ipsum ac massa suscipit feugiat. Phasellus consequat egestas nibh ac ultrices. Quisque at purus eget urna varius vulputate. Suspendisse feugiat ut velit et venenatis. Curabitur luctus magna non pulvinar finibus. Morbi ac accumsan magna, at pretium neque.

API functions

Get versions by platform and CRC32

https://romdb.geeklogger.com/api/version/PLATFORM/CRC32

e.g.

You can find a list with all the platform names and aliases here.

Get versions by nid

In those cases where you already know the nid of the version, you can use this address, which is much faster since it directly goes to the desired version without having to search by CRC32.

https://romdb.geeklogger.com/api/version/PLATFORM/NID

e.g. NOT WORKING!!!

You can see a full list of PLATFORM aliases here.

Get games by nid

https://romdb.geeklogger.com/api/game/NID

When you query a version, one of the fields include the nid(s) (node ID number(s)) of the parent games. You can use it to query more information about the parent games, like the synopsis, and the genres.

e.g.

Get sagas by nid

https://romdb.geeklogger.com/api/saga/NID

When you query a game, one of the fields include the nid(s) (node ID number(s)) of the parent sagas. You can use it to query more information about the parent sagas, like the description of the saga and the complete list of games that belongs to it.

e.g.