Rust
INDUSTRIAL RUST PVE 2X [BOSS/SKILLS/UNIQUE MODS] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10978481json
{
"response": {
"fps": 68,
"fps_avg": 77,
"entities_count": 196211,
"world_seed": 7237231,
"world_size": 4500,
"steam_id": "90285038421961734",
"domain": null,
"id": 10978481,
"ip": "89.19.208.153",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Frankfurt am Main",
"description": "![INDUSTRIAL RUST PVE 2X [BOSS/SKILLS/UNIQUE MODS]](https://gspics.org/images/2025/02/13/IVZwl9.png)\nINDUSTRIAL RUST - a game within a game for you and friends!\nAll PVE server plugins are enhanced by our unique ones, keeping it exciting.\nWhat you can do:\n✓ Keep loot after death, progress uninterrupted.\n✓ Beat bosses for Cobalt Guns with random perks.\n✓ Collect components for industrial machines like alloy processors, nuclear centrifuges, and more.\n✓ Build portals, jetpacks, missiles, nuclear bombs, armor, and other items!\n✓ Complete events for unique rewards.\nJoin and industrialize with us now and enjoy!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777579947,
"score": 0,
"last_online": 1777425612,
"icon": null,
"name": "INDUSTRIAL RUST PVE 2X [BOSS/SKILLS/UNIQUE MODS]",
"connect": "89.19.208.153:28015",
"request": "89.19.208.153:28010",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769900973,
"last_update": 1777579947,
"banned": false,
"wipe": 1777396241,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7892,
"language": "de",
"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/10978481");
$data = json_decode($json, true);
var_dump($data);