Repulsion - 2x SOLO ONLY | FULLWIPE 26/05 26.05 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 75654,
"world_seed": 3508,
"world_size": 3500,
"steam_id": "90286313820631053",
"domain": null,
"id": 7467937,
"ip": "195.60.166.73",
"port": 28045,
"query": 28040,
"color": 0,
"city": "City of London",
"description": "\nRepulsion - Premium Modded Rust Experience\r\n\r\nWe deliver outstanding gameplay and server management with dedicated machines in our London datacenter.\r\n\r\n• Wipe Schedule: Map & BP Wipe - Tuesdays & Saturdays\r\n• Group Size: 1 (Solo)\r\n• Key Features:\r\n - 2x Gather Rates\r\n - 2x Crafting and Smelting Speed\r\n - Improved Loot Tables (No Junk!)\r\n - Faster Nights\r\n - Custom-Built High Performant Maps\r\n - Community Map Voting Before Wipes\r\n - Smooth, Lag-Free Gameplay\r\n - Active, Friendly Community\r\n - Next Generation Dedicated Hardware for Peak Performance\r\n - Regular Updates & Admin Support\r\n\r\nOur dedicated staff are focused on maintaining fair play and providing top-tier support. For assistance, open a ticket on our Discord.\r\n\r\nQueue Skip: https://www.repulsion.co.uk/\r\nDiscord: https://www.repulsion.co.uk/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779959625,
"last_online": 1779996625,
"icon": null,
"name": "Repulsion - 2x SOLO ONLY | FULLWIPE 26/05 26.05",
"connect": "195.60.166.73:28045",
"request": "195.60.166.73:28040",
"map": "Repulsion Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1739234780,
"last_update": 1779996625,
"banned": false,
"wipe": 1779803869,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2217,
"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/7467937");
$data = json_decode($json, true);
var_dump($data);