[ITA] Rustalgia | EU | PVP | x2 | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286606502378514",
"domain": null,
"id": 11644774,
"ip": "144.2.104.108",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Zurich",
"description": "Welcome to RUSTALGIA Your Rust Adventure Starts Here\r\n\r\nLooking for a chill Rust experience with room to grow, build, and explore at your own pace? You've found the right place.\r\n\r\nFriendly Environment > Ideal for new and casual players\r\nBuild Freely > No constant pressure, express your creativity\r\nOccasional Raids > PvP is allowed but not the focus\r\n\r\nWhether you're taking your first steps in Rust or just want a more relaxed server to call home, RUSTALGIA offers a balanced mix of survival, building, and action > only when you're ready.\r\n\r\nJoin a community where your voice matters and your base is more than just loot.\r\n\r\nThis is Rust, but friendlier.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780611256,
"last_online": 1780602239,
"icon": null,
"name": "[ITA] Rustalgia | EU | PVP | x2 |",
"connect": "144.2.104.108:28015",
"request": "144.2.104.108:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CH",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177435,
"last_update": 1780611256,
"banned": false,
"wipe": 1780602173,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12199,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11644774");
$data = json_decode($json, true);
var_dump($data);