API pentru BluRift - EU OneGrid 2x | SOLO ONLY | One Grid !

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10459644
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 9489,
    "world_seed": 1337,
    "world_size": 1250,
    "steam_id": "90284791298794522",
    "domain": null,
    "id": 10459644,
    "ip": "54.37.128.210",
    "port": 29015,
    "query": 29016,
    "color": 0,
    "city": "Warsaw",
    "description": "![BluRift - EU OneGrid 2x | SOLO ONLY | One Grid !](https://cdn3.mapstr.gg/b4eefbb9f66122bb1b70687144ed51b7.png)\n! VERY SMALL CUSTOM MAP ! \r\n\r\nTeam limit: 1 \r\n2x Farm, Loot, Recyclers, Furnaces \r\nx5 Faster decaying \r\nWIPES: TUESDAY and SATURDAY at 15:00 (UTC time) \r\nBP WIPES: every Saturday\r\n\r\nRules: No Cheating, No Racism, No Advertising, No allies",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772736743,
    "score": 0,
    "last_online": 1776823217,
    "icon": null,
    "name": "BluRift - EU OneGrid 2x | SOLO ONLY | One Grid !",
    "connect": "54.37.128.210:29015",
    "request": "54.37.128.210:29016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1760474346,
    "last_update": 1776823217,
    "banned": false,
    "wipe": 1776783685,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 812,
    "language": "pl",
    "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/10459644");
$data = json_decode($json, true);
var_dump($data);