[EU] Rustux | Monthly | Linux & Windows के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 67965,
"world_seed": 2144632544,
"world_size": 3500,
"steam_id": "90286600221833241",
"domain": null,
"id": 11260551,
"ip": "54.36.126.39",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "![[EU] Rustux | Monthly | Linux & Windows](https://rustux.eu/rustux_header.jpg)\nWelcome to [EU] Rustux, the Vanilla server for Linux, Steam Deck & Windows Players!\r\n\r\nGeneral information:\r\n- Linux, Steam Deck and Windows\r\n- Vanilla: no mods, no pay-to-win\r\n- Wipe schedule: Monthly @ Force\r\n- Map size: 3500\r\n- Group limit: 5\r\n- Bare metal server\r\n\r\nRules:\r\n1. No Cheating or Exploiting\r\n2. No Toxicity or Harassment\r\n3. Fair PVP\r\n4. No monuments walling\r\n5. Respect Server Performance\r\n6. No Abusing Game Mechanics",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780587265,
"last_online": 1780596036,
"icon": null,
"name": "[EU] Rustux | Monthly | Linux & Windows",
"connect": "54.36.126.39:28015",
"request": "54.36.126.39:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555195,
"last_update": 1780596036,
"banned": false,
"wipe": 1780587466,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1871,
"language": "fr",
"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/11260551");
$data = json_decode($json, true);
var_dump($data);