[EU] CzechRust.eu Vanilla Solo/Duo | Monthly | WIPED 4/6 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 95,
"fps_avg": 94,
"entities_count": 120174,
"world_seed": 2147483647,
"world_size": 4500,
"steam_id": "90286735474349063",
"domain": null,
"id": 8158149,
"ip": "185.180.2.19",
"port": 28400,
"query": 27400,
"project_id": null,
"color": 0,
"city": "Prague",
"description": "![[EU] CzechRust.eu Vanilla Solo/Duo | Monthly | WIPED 4/6](https://czechrust.eu/public/img/czechreklama_vanilla.png)\nGeneral informations:\r\n This is the [EU] server hosted in Czech Republic\r\n\r\nServer settings:\r\n • Full wipe on force update \r\n • Max 2 players authorized on TC\r\n • Max 2 players in a group\r\n • Max 2 players basing together\r\n • Max 2 players raiding together\r\n • Teaming with other groups is not allowed\r\n • Just Vanilla\r\n\r\nSocial media:\r\n Webpage: czechrust.eu\r\n Twitter: twitter.com/CzechRust\r\n Discord: discord.czechrust.eu\r\n Facebook: facebook.com/CzechRustServers\r\n Steam group: Czech Rust Servers\r\n\r\nSponsors and Partners:\r\n fakaheda.eu - game & voice server hosting",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780917626,
"icon": null,
"name": "[EU] CzechRust.eu Vanilla Solo/Duo | Monthly | WIPED 4/6",
"connect": "185.180.2.19:28400",
"request": "185.180.2.19:27400",
"map": "CzechRust.eu",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1742011497,
"last_update": 1780917626,
"banned": false,
"wipe": 1780596942,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1137,
"language": "cs",
"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/8158149");
$data = json_decode($json, true);
var_dump($data);