API pentru Rust Ireland - 3x - Max4 | Scrap+ | 50% Upkeep | Biweekly
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 103242,
"world_seed": 1558424269,
"world_size": 4250,
"steam_id": "90286575469903877",
"domain": null,
"id": 1204917,
"ip": "116.202.165.78",
"port": 25014,
"query": 25015,
"color": 0,
"city": "Falkenstein",
"description": "\nThe Rust Ireland 3x server hosts a fast-paced PvP orientated game on a smaller map with a shorter night.\n\nGather: 3x • Scrap: 3x • Smelting: 3x • Crafting: 3x • Upkeep: 50%\nResource Stacks: 35k • Sulfur Stacks: 15k • Other Stacks: 3x\nDay/Night: 50/10 • Map Size: 4000 • Map Wipe: Biweekly • BP Wipe: Monthly\n\nQoL: FurnaceSplitter • RemoverTool • BGrade • Skins • Sign Artist\nFaster Recycling • Fuelless Lanterns • Higher Capacity Electricity/Water\n\nRaiding is blocked for the first 48 hours after a wipe and between 00:00 and 12:00 daily.\n\nDiscord: https://rustireland.com/discord\nSteam: https://rustireland.com/steam\nLive Map: https://rustireland.com/3x/map\n\n4.2GHz • DDR4 • NVMe • DDoS Protection • Anti Cheat • No Admin Players",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780531461,
"last_online": 1780563032,
"icon": null,
"name": "Rust Ireland - 3x - Max4 | Scrap+ | 50% Upkeep | Biweekly",
"connect": "116.202.165.78:25014",
"request": "116.202.165.78:25015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1691954687,
"last_update": 1780563032,
"banned": false,
"wipe": 1779386147,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2268,
"language": "de",
"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/1204917");
$data = json_decode($json, true);
var_dump($data);