Rust
[EU] TideRust |Solo/Duo/Trio/Quad|Monthly|No BP Wipes için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/5844331json
{
"response": {
"fps": 49,
"fps_avg": 49,
"entities_count": 95176,
"world_seed": 1470963251,
"world_size": 4000,
"steam_id": "90284861209988098",
"domain": null,
"id": 5844331,
"ip": "195.60.166.126",
"port": 28047,
"query": 28045,
"color": 0,
"city": "City of London",
"description": "![[EU] TideRust |Solo/Duo/Trio/Quad|Monthly|No BP Wipes](https://cdn.vgn.gg/maps/tide/TideBackground1.png)\nMap Wipe: At Force\r\nBP Wipe: Never\r\n\r\nServer Information:\r\n‣ Group Limit: 4\r\n‣ Map Size: 3750\r\n‣ Upkeep: 50%\r\n‣ Merged Outpost & Bandit Camp\r\n‣ Additional Recyclers & Drone Stations\r\n‣ Dedicated, Non-Playing Admins\r\n\r\nCommunity Links:\r\nDiscord: discord.gg/tide\r\nQueue Skip: store.tiderust.com\r\n\r\nRules and more information are available in our Discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776961399,
"score": 0,
"last_online": 1776962415,
"icon": null,
"name": "[EU] TideRust |Solo/Duo/Trio/Quad|Monthly|No BP Wipes",
"connect": "195.60.166.126:28047",
"request": "195.60.166.126:28045",
"map": "Wiped 11 Minutes ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 108,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1725264279,
"last_update": 1776962415,
"banned": false,
"wipe": 1776961656,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 472,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/5844331");
$data = json_decode($json, true);
var_dump($data);