Rust
Edmonton Softcore Rust के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11261198json
{
"response": {
"fps": 133,
"fps_avg": 133,
"entities_count": 129034,
"world_seed": 1844438135,
"world_size": 4250,
"steam_id": "90284735785645069",
"domain": null,
"id": 11261198,
"ip": "68.150.216.96",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Edmonton",
"description": "\nEdmonton Softcore Rust, run by women, is intended to be a safe space for members of the 2SLGBTQIA+ community, and others, to play Rust. \r\n \r\n No racism, homophobia, transphobia, misogyny, or sexism \r\n New players welcome! \r\n Map size: 4250 (for trains) \r\n 50% upkeep \r\n 25% Minicopter decay (inside) \r\n Max team size: 2 \r\n Locked Crates: 5 minutes \r\n Rust+ active \r\n Discord via External Website button \r\n Server restarts at 6 a.m. daily.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776773002,
"score": 0,
"last_online": 1776852025,
"icon": null,
"name": "Edmonton Softcore Rust",
"connect": "68.150.216.96:28015",
"request": "68.150.216.96:28017",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555225,
"last_update": 1776852025,
"banned": false,
"wipe": 1775153734,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5069,
"language": "en",
"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/11261198");
$data = json_decode($json, true);
var_dump($data);