Rust
[EU] MaximoRust Test-Dev Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6124783json
{
"response": {
"modded": true,
"fps": 120,
"fps_avg": 120,
"entities_count": 100589,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285048615378955",
"domain": null,
"id": 6124783,
"ip": "134.255.255.18",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU] MaximoRust Test-Dev Server](https://cdn3.mapstr.gg/53a0323dbb1f8a61538e7e4fc53fc9bc.png)\nMaximo's 10x PvE No Raids/Killings Noob Friendly \r\nLoaded with paid Oxide plugins like Drugbusiness, Convoy, Jetpack, Raidable Bases, SkinBox, SurvivalArena, Virtual Quarries etc :)\r\nJoin our Discord server to stay in the loop and win giveaways: \r\ndiscord.gg/maximorust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777319000,
"score": 0,
"last_online": 1777325424,
"icon": null,
"name": "[EU] MaximoRust Test-Dev Server",
"connect": "134.255.255.18:28015",
"request": "134.255.255.18:28017",
"map": "FORBIDDEN LANDS",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1727883131,
"last_update": 1777325424,
"banned": false,
"wipe": 1777319086,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3055,
"language": "de",
"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/6124783");
$data = json_decode($json, true);
var_dump($data);