Rust
[EU/CZ/SK] Themis Rust | Modded | Events | Zombies के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7891794json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 143055,
"world_seed": 1431715307,
"world_size": 4500,
"steam_id": "90284791797867533",
"domain": null,
"id": 7891794,
"ip": "185.180.2.25",
"port": 28697,
"query": 27697,
"color": 0,
"city": "Prague",
"description": "![[EU/CZ/SK] Themis Rust | Modded | Events | Zombies](https://i.imgur.com/1VTZebq.jpg)\nCZ/SK Budovací server\r\nPVP|TP|KITS|CLANS|EVENTS|ZOMBIES\r\nOffline Raid Protection\r\n2x Gather rate + Leveling system\r\nVelikost mapy: 4500 s železniční smyčkou\r\nPouze forced wipe cca 1x měsíčně\r\n\r\nPřipojte se k našemu Discordu: https://discord.gg/jRNw9qmaXD\r\nInformace o serveru a otevřené chatovací místnosti",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775698921,
"score": 0,
"last_online": 1776872427,
"icon": null,
"name": "[EU/CZ/SK] Themis Rust | Modded | Events | Zombies",
"connect": "185.180.2.25:28697",
"request": "185.180.2.25:27697",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740438223,
"last_update": 1776872427,
"banned": false,
"wipe": 1775153779,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3462,
"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/7891794");
$data = json_decode($json, true);
var_dump($data);