We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10431377
json
{
  "response": {
    "steam_id": "90284017774375938",
    "domain": null,
    "id": 10431377,
    "ip": "85.50.168.102",
    "port": 27015,
    "query": 27016,
    "color": 0,
    "city": "Madrid",
    "description": null,
    "game": 1066890,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768966911,
    "score": 0,
    "last_online": 1775683265,
    "icon": null,
    "name": "Sanganchao Practica",
    "connect": "85.50.168.102:27015",
    "request": "85.50.168.102:27016",
    "map": "Imola_GP_1988",
    "gamemode": "Automobilista 2",
    "version": "1.0.0.93",
    "numplayers": 1,
    "maxplayers": 22,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1759829142,
    "last_update": 1775683265,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 69,
    "language": "es",
    "parked": false,
    "app": {
      "id": 48189,
      "steam_id": 1066890,
      "name": "Automobilista 2",
      "url": "automobilista-2",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10431377");
$data = json_decode($json, true);
var_dump($data);