An open API service indexing awesome lists of open source software.

https://github.com/gamemann/game-server-versions

A small project I made a while ago and importing from GFL's GitLab server.
https://github.com/gamemann/game-server-versions

api game php server version

Last synced: 4 months ago
JSON representation

A small project I made a while ago and importing from GFL's GitLab server.

Awesome Lists containing this project

README

          

# Description
A small project to compare a game server's version to the actual game version.

# App.php
`GET` Information
* `appid` - The Steam application ID.

# Server.php
`GET` Information
* `appid` - The Game Server's Steam application ID.
* `ip` - The game server's IP address.
* `port` - The game server's port.

**You must configure a Steam Web API key in the server.php file.**