API pentru [AU] Rusticide | Vanilla | Bi-monthly | Solo/Duo/Trio/Quad
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 196,
"fps_avg": 189,
"entities_count": 147082,
"world_seed": 1060732741,
"world_size": 5000,
"steam_id": "90285932291228694",
"domain": null,
"id": 11602190,
"ip": "169.155.124.63",
"port": 19200,
"query": 19203,
"color": 0,
"city": "Sydney",
"description": "![[AU] Rusticide | Vanilla | Bi-monthly | Solo/Duo/Trio/Quad](https://i.ytimg.com/vi/vJbZVQdrC1o/maxresdefault.jpg)\nThis is a Sydney [AU], Bi-monthly, community run vanilla server with a 10% larger map . This server has SAM Site Auth to TC + Tugboats spawned. //NOTICE:// Server forcewiped as part of Rust update on 08/May/2026",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779454427,
"last_online": 1779477035,
"icon": null,
"name": "[AU] Rusticide | Vanilla | Bi-monthly | Solo/Duo/Trio/Quad",
"connect": "169.155.124.63:19200",
"request": "169.155.124.63:19203",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779359242,
"last_update": 1779477035,
"banned": false,
"wipe": 1778815017,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5749,
"language": "en",
"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/11602190");
$data = json_decode($json, true);
var_dump($data);