API pentru <b><color=#EB2E09>American</color> <color=#1C09EB>Vikings</colo

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10888837
json
{
  "response": {
    "steam_id": "90284510351752219",
    "domain": null,
    "id": 10888837,
    "ip": "198.37.111.136",
    "port": 4255,
    "query": 4254,
    "color": 0,
    "city": "Charlotte",
    "description": null,
    "game": 324080,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774885328,
    "score": 0,
    "last_online": 1776375682,
    "icon": null,
    "name": "<b><color=#EB2E09>American</color> <color=#1C09EB>Vikings</colo",
    "connect": "198.37.111.136:4255",
    "request": "198.37.111.136:4254",
    "map": "American Vikings",
    "gamemode": "Rising World (New Version)",
    "version": "202512221",
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1768322404,
    "last_update": 1776375682,
    "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": 52,
    "language": "en",
    "parked": false,
    "app": {
      "id": 4472,
      "steam_id": 324080,
      "name": "Rising World",
      "url": "rising-world"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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