Rust
[EU] OUTLAW | 3X | SOLO/DUO/TRIO/QUAD | ZERO TOLERANCE için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11305477json
{
"response": {
"fps": 97,
"fps_avg": 93,
"entities_count": 103452,
"world_seed": 218,
"world_size": 4000,
"steam_id": "90284073849803786",
"domain": null,
"id": 11305477,
"ip": "135.181.208.28",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Helsinki",
"description": "![[EU] OUTLAW | 3X | SOLO/DUO/TRIO/QUAD | ZERO TOLERANCE](https://image.myrustserver.com/logo/h1dden98_699b53ca52942.png)\nWelcome to a community-Outlaw Rust server created by players, for players!\r\nThis project is not sponsored or funded by any company — everything here exists thanks to passion and dedication.\r\nEvery purchase you make goes directly into improving and developing the server, not into anyone’s pocket.\r\nWe listen to every suggestion and consider every request — your voice truly matters here.\r\n\r\n◆◆◆ SERVER SETTINGS ◆◆◆\r\n\r\n▶ Mode: Solo / Duo / Trio / Quad\r\n▶ Loot: x3 – faster progression and more action\r\n▶ Faster crafting & smelting\r\n▶ Monthly wipes\r\n▶ Active events & weekly challenges\r\n▶ Friendly and active administration\r\n▶ Zero Tolerance\r\n\r\n◆◆◆ COMMUNITY ◆◆◆\r\n\r\nThis server was created by a player who wanted a fair, friendly and active place to play.\r\nWe are not sponsored — everything you see here is built from passion, not profit.\r\nEvery donation or purchase goes directly into improving the server and \r\nkeeping it alive.\r\n\r\nYour ideas matter — we consider every request and every suggestion.\r\n▶Join our Discord: discord.gg/outlawrust\r\nJoin our growing community, build your base, make allies, and shape the \r\nfuture of this server together with us!\r\nNew players are always welcome — start your adventure today!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775244731,
"score": 0,
"last_online": 1776822018,
"icon": null,
"name": "[EU] OUTLAW | 3X | SOLO/DUO/TRIO/QUAD | ZERO TOLERANCE",
"connect": "135.181.208.28:28015",
"request": "135.181.208.28:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592886,
"last_update": 1776822018,
"banned": false,
"wipe": 1775186277,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5146,
"language": "fi",
"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/11305477");
$data = json_decode($json, true);
var_dump($data);