API pentru SoloKing.Gg Premium - Solo Only Vanilla

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10957484
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 140279,
    "world_seed": 1355668254,
    "world_size": 4000,
    "steam_id": "90284724814308363",
    "domain": null,
    "id": 10957484,
    "ip": "31.56.25.21",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Amsterdam",
    "description": "![SoloKing.Gg Premium - Solo Only Vanilla](https://cdn3.mapstr.gg/6e156dc9c92b79047b35a00b3ea9d671.jpg)\nWELCOME TO SOLOKING.GG VANILLA SOLO ONLY\r\nMap Size 3500, Limit Team 1\r\n\r\nWipe Times\r\n116:00 GMT Third Thursday Of Every Month.\r\nEvery Monthly Forced Wipe.\r\n\r\nModded\r\nCustom Anti Cheat, Automatic Teaming Detection, Etc.\r\n\r\nWe Are Looking For Excellent Members To Join Our Staff Team.\r\n\r\nOfficial website: https://soloking.gg/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776747800,
    "score": 0,
    "last_online": 1776827416,
    "icon": null,
    "name": "SoloKing.Gg Premium - Solo Only Vanilla",
    "connect": "31.56.25.21:28015",
    "request": "31.56.25.21:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 14,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1768741686,
    "last_update": 1776827416,
    "banned": false,
    "wipe": 1776352036,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 654,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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