[EU] Cozmee x2 | Vanilla+ | Max 2 | Bi-Weekly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286545495224338",
"domain": null,
"id": 11260581,
"ip": "148.230.113.221",
"port": 28050,
"query": 28052,
"color": 0,
"city": "Paris",
"description": "![[EU] Cozmee x2 | Vanilla+ | Max 2 | Bi-Weekly](https://i.imgur.com/02aZ9WY.png)\nCozmee 2x Rust Server\r\n\r\nWelcome to Cozmee, a balanced 2x Rust server designed to keep the vanilla experience while reducing the grind. Perfect for players who enjoy classic Rust gameplay but want faster progression.\r\n\r\nServer Features:\r\n- 2x Gather Rate\r\n- 1x Scrap\r\n-1.5x Components\r\n- Vanilla-style gameplay\r\n- Bi-Weekly Map Wipe\r\n- Active Admin\r\n- Stable hosting powered by Pterodactyl\r\n\r\nRules:\r\n1. No cheating, hacking, or exploiting bugs.\r\n2. Respect all players.\r\n3. No racism, hate speech, or harassment.\r\n4. No advertising without admin permission.\r\n5. Admin decisions are final.\r\n\r\nGameplay:\r\nThis server stays close to the official Rust experience while increasing progression speed with 2x rates. Loot tables, monuments, and overall gameplay remain mostly vanilla to keep the game fair and competitive.\r\n\r\nJoin Cozmee and enjoy a smooth Rust experience with balanced progression and a friendly community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780466064,
"last_online": 1780607432,
"icon": null,
"name": "[EU] Cozmee x2 | Vanilla+ | Max 2 | Bi-Weekly",
"connect": "148.230.113.221:28050",
"request": "148.230.113.221:28052",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555196,
"last_update": 1780607432,
"banned": false,
"wipe": 1778537962,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4294,
"language": "fr",
"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/11260581");
$data = json_decode($json, true);
var_dump($data);