Rust
COG Rust | 5X | Friendly | EU | Solo/Duo/Trio | için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11159384json
{
"response": {
"fps": 109,
"fps_avg": 108,
"entities_count": 69978,
"world_seed": 830332939,
"world_size": 3500,
"steam_id": "90285607800413213",
"domain": null,
"id": 11159384,
"ip": "135.181.132.240",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Helsinki",
"description": "\n🔥 Welcome to COG Rust 🔥\r\n\r\n**Wiped 02-04-2026**\r\n\r\n• Wipe Schedule: Monthly\r\n• Rates: 5x / Vanilla+ Loot\r\n• Group Limit: Trio\r\n• Map Size: 3.5k\r\n\r\n🎯 Perfect for:\r\n- Casual players who still want PvP\r\n- Small groups (solo/duo/trio)\r\n\r\nCome have fun at a relaxed rate of play. We are very casual gamers. \r\nJoin the Discord!\r\nJoin the forums!\r\nDon't be shy\r\n\r\n🌐 Website: conventionofgamers.com\r\n🌐 Forums: forum.conventionofgamers.com\r\n💬 Discord: https://discord.gg/DJmYxDH9mA",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778424782,
"score": 0,
"last_online": 1778601024,
"icon": null,
"name": "COG Rust | 5X | Friendly | EU | Solo/Duo/Trio |",
"connect": "135.181.132.240:28015",
"request": "135.181.132.240:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228127,
"last_update": 1778601024,
"banned": false,
"wipe": 1778425258,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4344,
"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/11159384");
$data = json_decode($json, true);
var_dump($data);