BeamMP API

The probablyup.net BeamMP API (not affiliated with BeamMP Ltd.) is a simple, versioned HTTPS+JSON API, which provides a fast, reliable and easy-to-use way to check whether a BeamMP server is reachable and healthy.

Try it out!

Enter the hostname and port of an existing BeamMP server.

Your result will appear here

How does it work?

The API will, on request, resolve the hostname (if it's not an IP), connect to the selected server via TCP, and send known packets that any BeamMP-Server must respond with. It then attempts an authenticated connection, and, if that succeeds, tests UDP. If any of these steps fail, the appropriate error is returned.

Due to the requirement to be authenticated, we join your server automatically with a client. For this to work, make sure your server is not full, and does not have a whitelist or similar configured.

Restrictions

The API aggressively rate-limits on an IP basis. If you wish to use this API for commercial purposes, or need a higher request volume, please don't hesitate to get in touch.