Rust
[Europa] [DK] (PvE-PvP) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9088545json
{
"response": {
"fps": 36,
"fps_avg": 36,
"entities_count": 148142,
"world_seed": 47211,
"world_size": 5050,
"steam_id": "90284560968627206",
"domain": null,
"id": 9088545,
"ip": "5.186.57.141",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hjortshøj",
"description": "=Welcome to Europa Server= =This Server is a PVE server but we also allow PVP so if you want to test your base out you can turn on PVP on your TC and then people on the map can rate your base but if you do not want to play PVP anymore you can just turn it off so it go back to PVE and of course we help if there is some problems=",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777570955,
"score": 0,
"last_online": 1776690625,
"icon": null,
"name": "[Europa] [DK] (PvE-PvP)",
"connect": "5.186.57.141:28015",
"request": "5.186.57.141:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1747094501,
"last_update": 1777570955,
"banned": false,
"wipe": 1775154356,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7538,
"language": "da",
"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/9088545");
$data = json_decode($json, true);
var_dump($data);