API pentru [US] PureRust | PvE | No Decay | No Killing | No Raiding
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 33,
"entities_count": 81883,
"world_seed": 960912877,
"world_size": 4250,
"steam_id": "90286604403401735",
"domain": null,
"id": 10871082,
"ip": "91.229.114.81",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "![[US] PureRust | PvE | No Decay | No Killing | No Raiding](https://rust-server-images.physgun.com/da40aff1f964b879390957720cda61b66c22436d658b30d78c5cdb4ba44ef387.png)\nWelcome to PureRust!\r\n Enjoy a relaxed, cooperative Rust experience without the stress of offline raids.\r\n\r\n Server Info & Core Rules:\r\n • 100% PvE - No raiding, stealing, or griefing\r\n • Respect Claims - Don't steal monument or event loot\r\n • Build Freely - Just don't block roads or monuments\r\n • Zero Toxicity - Clean, friendly, English-only chat\r\n • Active Staff - Here to keep things running smoothly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596861,
"last_online": 1780600827,
"icon": null,
"name": "[US] PureRust | PvE | No Decay | No Killing | No Raiding",
"connect": "91.229.114.81:28015",
"request": "91.229.114.81:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 45,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1768318514,
"last_update": 1780600827,
"banned": false,
"wipe": 1780597097,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 697,
"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/10871082");
$data = json_decode($json, true);
var_dump($data);