API pentru PRIME EXTINCAO 2X SOLO/DUO/TRIO/QUAD WIPE 21/04

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11095723
json
{
  "response": {
    "fps": 150,
    "fps_avg": 147,
    "entities_count": 61454,
    "world_seed": 1337,
    "world_size": 3400,
    "steam_id": "90284800130667547",
    "domain": null,
    "id": 11095723,
    "ip": "45.157.16.53",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Jakarta",
    "description": "![PRIME EXTINCAO 2X SOLO/DUO/TRIO/QUAD WIPE 21/04](https://www.primextincao.com/loggimg/server_image.png)\nBEM VINDO AO PRIME EXTINCAO 2X\r\n INFO:\r\n - 2x Gather (2.5x Wood/Sulfur)\r\n - 4 Max Grupo\r\n - Shared BPs\r\n - 5 Minutos noite\r\n - Use /comandos para mais info\r\n Staff ativa (non-playing)\r\n Regras no discord e site\r\n www.primextincao.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776805404,
    "score": 0,
    "last_online": 1776870020,
    "icon": null,
    "name": "PRIME EXTINCAO 2X SOLO/DUO/TRIO/QUAD WIPE 21/04",
    "connect": "45.157.16.53:28015",
    "request": "45.157.16.53:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ID",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1770028159,
    "last_update": 1776870020,
    "banned": false,
    "wipe": 1776805423,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2402,
    "language": "id",
    "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/11095723");
$data = json_decode($json, true);
var_dump($data);