API pentru [EU] Quantum 2X Monthly | No BP wipe | 50% Upkeep | No Limits
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9337443,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "St Petersburg",
"description": "![[EU] Quantum 2X Monthly | No BP wipe | 50% Upkeep | Noob friend](http://188.134.84.29/darkWeb/api/files/rust/header.png)\n[RU/EU] WIPE 07.07\r\n Monthly map wipes\r\n Blueprints never wipe! \r\n -- | Features | --\r\n 50% Upkeep\r\n 2x gather, scrap, and components\r\n 2x faster recycling\r\n Inscreased stack sizes & faster smelting\r\n Minicopters spawning on roads\r\n Recyclers at Dome, Oilrigs, Cargo\r\n Long days and shorter nights\r\n Workbenck tax low\r\n Remover tool (/remove)\r\n Outpost teleport\r\n Sort items\r\n Locked crate timer 10 mins\r\n Internet radio stations\r\n Build Skins (/bskin)\r\n Skins (/skin)\r\n Tesla does not wear out\r\n Root Combiner connects anywhere\r\n Electric generator outputs 150 energy\r\n Sleepeng bag timer short\r\n The workbench works within the radius of the house\r\n -- | Rules | --\r\n No cheating or playing with cheaters!\r\n No VPNs/Proxies allowed!",
"game": 252490,
"owner": 78040,
"boosts": 1,
"last_offline": 1771221666,
"last_online": 1770316812,
"icon": null,
"name": "[EU] Quantum 2X Monthly | No BP wipe | 50% Upkeep | No Limits",
"connect": null,
"request": null,
"map": "Quantum",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1747748892,
"last_update": 1771221666,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13058,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "LonelyCat",
"avatar": "83eee6e1-2bc4-4b5d-be77-f190ac3f127a.jpg"
},
"mods": [
{
"id": 1139,
"name": "Oxide"
}
],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9337443");
$data = json_decode($json, true);
var_dump($data);