Rust
[DK][NORDIC]Fudge PvE|#1 Nordic|RP|RaidableBases|Convoy|Monthly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/521846json
{
"response": {
"fps": 50,
"fps_avg": 49,
"entities_count": 235719,
"world_seed": 1964933436,
"world_size": 4500,
"steam_id": "90285158245978121",
"domain": null,
"id": 521846,
"ip": "213.32.245.243",
"port": 28029,
"query": 28027,
"color": 0,
"city": "Copenhagen",
"description": "![[DK][NORDIC]Fudge PvE|#1 Nordic|RP|RaidableBases|Convoy|Monthly](https://i.imgur.com/5FYrLhi.png)\nWelcome to a Fudge Gaming server! Fudge PvE - The MOST popular PvE server in the North!\r\nRead server rules under /info on page 2\r\nVisit our Beginner server 'Fudge Begynderserver' under the 'community' tab\r\n\r\nFudge PvE is for you who want a Nordic server that has no PvP has and which has the North's largest and best Rust community!\r\n\r\nWe have the following modifications on the server:\r\nHarbor Event\r\nBossMonster\r\nAbandoned Bases which removes bases if people are offline for more than 10 days\r\n1/4 upkeep.\r\nXP system with perks .\r\nLarger stacks.\r\nZombie Event at night.\r\nRaid/PvP blocking.\r\nLock your mini heli, boat, horse ect.\r\nServer events spawns more often and can be looted instantly.\r\nLocked Crate events.\r\nEarn Coins after every active hour on the server.\r\nIn-game /shop and /kit with: Packages, Items, Gear kits, Bases and much more.\r\nPlant trees and bushes\r\nBackpack with up to 36 extra slots and other benefits, by playing actively on the server.\r\nBuy Coins in our webshop.\r\nDemolish time 30m.\r\n/remove\r\n\r\nVIP gets the following:\r\n3 times more Coins per hour.\r\nFurnaceSplitter.\r\nSignArtist.\r\nBoxSorter.\r\nSkinBox.\r\n48 slot Backpack.\r\n2x RecyclerSpeed.\r\nBypassQueue.\r\nQuickSmelt 2x.\r\nBGrade\r\nSpawn with items.+much more - Checkout our webshop.\r\n\r\nThe server wipes the map on the first Thursday of every month. BP wipe every 2nd month (Feb, Apr, Jun, Aug, Oct, Dec). Next wipe: 07/05/2026",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776758600,
"score": null,
"last_online": 1777570817,
"icon": null,
"name": "[DK][NORDIC]Fudge PvE|#1 Nordic|RP|RaidableBases|Convoy|Monthly",
"connect": "213.32.245.243:28029",
"request": "213.32.245.243:28027",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 14,
"maxplayers": 65,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1643498656,
"last_update": 1777570817,
"banned": false,
"wipe": 1775151950,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 731,
"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/521846");
$data = json_decode($json, true);
var_dump($data);