Video Games API
This API offers a wide array of functionalities designed to facilitate the integration of video games across various platforms. With a focus on delivering robust tools and advanced features, it ensures seamless interaction and compatibility between diverse gaming environments. Developers can utilize this API to create a consistent and optimized user experience, regardless of the device or…
Video Games API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
All platforms /platform/all |
This endpoint retrieves a list of all gaming platforms available. It provides details about each platform including its name, manufacturer, and other relevant information. |
| GET |
Get game by id /games/{id} |
Retrieves detailed information about a specific game identified by its unique ID. |
| GET |
Get platform by name /platform/by-name |
Retrieves detailed information about a gaming platform based on its name. |
| GET |
All games /games/all |
This endpoint retrieves a list of all available games. |
| GET |
Get games by platform /games/by-platform/{platform} |
Fetches a list of games available on a specified platform. This endpoint allows users to retrieve game information filtered by the platform ID. |
| GET |
Get game by title /games/by-title |
Retrieves detailed information about a game based on its title. This endpoint allows users to search for a game by specifying its title and returns comprehensive data about the… |
| GET |
Title search /games/title-search |
This endpoint allows you to search for games based on their title. You can use this to find games that match a specific title or keyword. |
| GET |
Get platform by id /platform/{id} |
Retrieve detailed information about a specific gaming platform using its unique identifier. |