RUSTILOCO EU 3x SOLO/DUO/TRIO के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 227,
"fps_avg": 227,
"entities_count": 43426,
"world_seed": 87264931,
"world_size": 3000,
"steam_id": "90286270357519365",
"domain": null,
"id": 11501309,
"ip": "202.36.95.95",
"port": 21818,
"query": 21819,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nRustiLoco is a Rust server built for fast-paced action, strong PvP, and a balanced survival experience where every wipe brings something new. Gather, build, raid, and fight your way across the map with boosted progression that keeps things moving while still rewarding the grind. Whether you’re solo, duo, or part of a squad, there’s always something to do and someone to challenge. Jump in, establish your base, and make your mark in a world that doesn’t stay quiet for long.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780580622,
"last_online": 1780030222,
"icon": null,
"name": "RUSTILOCO EU 3x SOLO/DUO/TRIO",
"connect": "202.36.95.95:21818",
"request": "202.36.95.95:21819",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207170,
"last_update": 1780580622,
"banned": false,
"wipe": 1778176806,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11138,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11501309");
$data = json_decode($json, true);
var_dump($data);