[EU] PureRust | PvE | No Decay | No Killing | No Raiding için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 92682,
"world_seed": 1111797790,
"world_size": 4250,
"steam_id": "90286604474484744",
"domain": null,
"id": 11511299,
"ip": "194.69.160.30",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "City of London",
"description": "![[EU] 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": 1780596862,
"last_online": 1780717828,
"icon": null,
"name": "[EU] PureRust | PvE | No Decay | No Killing | No Raiding",
"connect": "194.69.160.30:28015",
"request": "194.69.160.30:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353841,
"last_update": 1780717828,
"banned": false,
"wipe": 1780597187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5058,
"language": "en",
"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/11511299");
$data = json_decode($json, true);
var_dump($data);