API for Scrim 1 - free @ fshost.me

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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6922610
json
{
  "response": {
    "id": 6922610,
    "ip": "5.223.43.42",
    "port": 10010,
    "query": 10010,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 7940,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744341876,
    "score": 0,
    "last_online": 1744223454,
    "icon": null,
    "name": "Scrim 1 - free @ fshost.me",
    "connect": "5.223.43.42:10010",
    "request": "5.223.43.42:10010",
    "map": "mp_citystreets",
    "gamemode": "Call of Duty 4 - Modern Warfare",
    "version": null,
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1734344589,
    "last_update": 1744341876,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 1629111,
      "steam_id": 7940,
      "name": "Call of Duty 4: Modern Warfare (2007)",
      "url": "call-of-duty-4-modern -warfare-2007",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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