Rust
EU GOM 15x PVE Grumpy Old Man |Kits|Skins|BackPack|Shop|Raidabl के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/4402271json
{
"response": {
"fps": 27,
"fps_avg": 25,
"entities_count": 297005,
"world_seed": 4893,
"world_size": 5200,
"steam_id": "90285440004860943",
"domain": null,
"id": 4402271,
"ip": "168.100.161.195",
"port": 29015,
"query": 29016,
"color": 0,
"city": "London",
"description": "\nGrumpy Old Man 15x PVE \r\n\r\n - Monthly map wipes.\r\n - Blue Print and Back Pack never wipe\r\n - 15x Gather Rate And Loot.\r\n - True PVE Protection.\r\n - Multiple different Kits to help your journey.\r\n - Over 7000 Skins To Chose From.\r\n - Large BackPack.\r\n - A Super Shop Loaded with Items to help you along the way.\r\n - Over 300 Different Raidable Base For the Raider in you.\r\n - JetPack To help you Fly to new Level.\r\n - Cooking For Some Special Recipes.\r\n - Defendable Homes, Get some zombies to raid you.\r\n - Skill tree For those special perks.\r\n \r\n\r\n US Servers\r\n - GOM 3x PVE connect 104.143.2.17:28015\r\n - GOM 5x PVE connect 104.143.2.17:28615\r\n - GOM 15x PVE connect 104.143.2.17:28215\r\n - GOM 25x PVE connect 104.143.2.17:28115\r\n - GOM 5x PVP connect 104.143.2.17:28315\r\n \r\n\r\n EU Servers\r\n - GOM 5x PVE connect 168.100.161.195:28015\r\n - GOM 15x PVE connect 168.100.161.195:29015\r\n - GOM 25x PVE connect 168.100.161.195:30015\r\n\r\n Join Discord\r\n - http://www.discord.gg/GrumpyOldMan",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"score": 0,
"last_online": 1778171417,
"icon": null,
"name": "EU GOM 15x PVE Grumpy Old Man |Kits|Skins|BackPack|Shop|Raidabl",
"connect": "168.100.161.195:29015",
"request": "168.100.161.195:29016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1716319101,
"last_update": 1778171417,
"banned": false,
"wipe": 1776967213,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 843,
"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/4402271");
$data = json_decode($json, true);
var_dump($data);