Rust
Złomiarze | Vanilla | Weekly Saturday map wipe | Wiped 13.03 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11158230json
{
"response": {
"fps": 37,
"fps_avg": 36,
"entities_count": 100958,
"world_seed": 34559111,
"world_size": 4200,
"steam_id": "90285400014666763",
"domain": null,
"id": 11158230,
"ip": "88.135.161.168",
"port": 27015,
"query": 27014,
"color": 0,
"city": "Czechowice-Dziedzice",
"description": "\n🔩 ZŁOMIARZE VANILLA | RUST SERVER\r\n\r\nCzysty, klasyczny Rust bez udziwnień. Prawdziwy survival, uczciwa rywalizacja i klimat prawdziwego złomowiska.\r\n\r\n👥 Max 3 osoby w teamie\r\n⚙️ 100% Vanilla experience\r\n🌐 Hosting: szwagrowisko.cloud\r\n💬 Discord: https://discord.gg/tFVNtv6Gbp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776677001,
"score": 0,
"last_online": 1778531568,
"icon": null,
"name": "Złomiarze | Vanilla | Weekly Saturday map wipe | Wiped 13.03",
"connect": "88.135.161.168:27015",
"request": "88.135.161.168:27014",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228106,
"last_update": 1778531568,
"banned": false,
"wipe": 1775186401,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4268,
"language": "pl",
"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/11158230");
$data = json_decode($json, true);
var_dump($data);