Matchmaking API
Jump to navigation
Jump to search
The matchmaking API allows Factorio servers to advertise themselves, and for players to browse open game servers. The matchmaking server currently uses Heroku.
API root: https://multiplayer.factorio.com/
Every matchmaking API endpoint requires the use of an authentication token, which is obtained through the Web Authentication API. It is sent as the HTTP parameter named token
and encoded using hexadecimal. For GET requests it is sent as part of the URL, and for POST requests it is sent as a POST parameter.
Work in progress! I'm just going to jot down some random notes in the mean time :P
https://multiplayer.factorio.com/create-game
https://multiplayer.factorio.com/post-game-heartbeat/