Rust
[EU] Facepunch Premium 5 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8410461json
{
"response": {
"fps": 212,
"fps_avg": 210,
"entities_count": 178991,
"world_seed": 812251871,
"world_size": 4500,
"steam_id": "90284734126234624",
"domain": null,
"id": 8410461,
"ip": "79.137.98.154",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Gravelines",
"description": "![[EU] Facepunch Premium 5](https://files.facepunch.com/Alistair/124/07/2025/9593/fpos.png)\nThis is an official server owned and operated by Facepunch.\r\n\r\nPeople are free to speak whatever language they like. Don't be surprised if you get banned for being abusive.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775223134,
"score": 0,
"last_online": 1776831618,
"icon": null,
"name": "[EU] Facepunch Premium 5",
"connect": "79.137.98.154:28020",
"request": "79.137.98.154:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1743835160,
"last_update": 1776831618,
"banned": false,
"wipe": 1775151314,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1668,
"language": "fr",
"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/8410461");
$data = json_decode($json, true);
var_dump($data);