API for [FR] | 🌞 FUNIL SUNRP 🌞 | 💵 10K START 💵 | 💎 Écon

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11491627
json
{
  "response": {
    "revision": "225872",
    "protocol": 1100,
    "gameident": "dxura.rp",
    "mapident": "rpdowntown3t",
    "hidden": false,
    "api": 25,
    "steam_id": "90285276005739522",
    "domain": null,
    "id": 11491627,
    "ip": "194.69.160.56",
    "port": 37035,
    "query": 37036,
    "color": 0,
    "city": "City of London",
    "description": null,
    "game": 590830,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778709134,
    "score": 0,
    "last_online": 1778171500,
    "icon": null,
    "name": "[FR] | 🌞 FUNIL SUNRP 🌞 | 💵 10K START 💵 | 💎 Écon",
    "connect": "194.69.160.56:37035",
    "request": "194.69.160.56:37036",
    "map": "rpdowntown3t",
    "gamemode": "DXRP",
    "version": "26.04.29a",
    "numplayers": 0,
    "maxplayers": 128,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1777415028,
    "last_update": 1778709134,
    "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": 75,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1646716,
      "steam_id": 590830,
      "name": "s&box",
      "url": "sbox"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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