mirror of
https://github.com/opengsq/opengsq-master-server
synced 2026-08-18 18:23:02 -04:00
No description
| .github | ||
| protocols | ||
| .env.example | ||
| .gitignore | ||
| app.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| terms.md | ||
| version.py | ||
OpenGSQ Master Server Search API
This is an application that provides an API for searching game servers. The application supports the following games: BeamMP, Factorio, Palworld, and Scum.
Try now: https://master-server.opengsq.com
Usage
The application provides the following endpoints:
/beammp/search?host=<host>&port=<port>/factorio/search?host=<host>&port=<port>/palworld/search?host=<host>&port=<port>/scum/search?host=<host>&port=<port>
Replace <host> and <port> with the host and port of the game server you want to search.
Error Handling
The application will return a 400 error if the 'host' and 'port' parameters are not provided or if the 'port' parameter is not an integer. If no result is found, the application will return a 404 error.
License
This project is licensed under the MIT License.