[EU] Quantum 2X Monthly | No BP wipe | 50% Upkeep | Solo/Duo/Tr için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 44,
"fps_avg": 37,
"entities_count": 62697,
"world_seed": 1337,
"world_size": 3700,
"steam_id": "90286610534610964",
"domain": "play.ni-systems.ru",
"id": 11602930,
"ip": "188.134.84.29",
"port": 28016,
"query": 28017,
"color": 0,
"city": "St Petersburg",
"description": "![[EU] Quantum 2X Monthly | No BP wipe | 50% Upkeep | Solo/Duo/Tr](https://files.ni-systems.ru/public/rust/header.png)\n[EU] \r\n Wipe map every 1st Thursday of every month\r\n Blueprints never wipe! \r\n -- | Features | --\r\n 50% Upkeep\r\n -- | Rules | --\r\n No cheating or playing with cheaters!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780608256,
"last_online": 1780623030,
"icon": null,
"name": "[EU] Quantum 2X Monthly | No BP wipe | 50% Upkeep | Solo/Duo/Tr",
"connect": "play.ni-systems.ru:28016",
"request": "188.134.84.29:28017",
"map": "Quantum",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779804006,
"last_update": 1780623030,
"banned": false,
"wipe": 1780608148,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5031,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11602930");
$data = json_decode($json, true);
var_dump($data);