Repulsion - US 2x SOLO ONLY | FULLWIPE 05/27 05.27 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 72241,
"world_seed": 378,
"world_size": 3500,
"steam_id": "90286316028316683",
"domain": null,
"id": 7562827,
"ip": "168.100.162.63",
"port": 28025,
"query": 28020,
"color": 0,
"city": "Dallas",
"description": "\nRepulsion - Premium Modded Rust Experience\r\n\r\nWe deliver outstanding gameplay and server management with dedicated machines in our Dallas datacenter.\r\n\r\n• Wipe Schedule: Map & BP Wipe - Wednesdays & Sundays\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": 1779908609,
"last_online": 1779996023,
"icon": null,
"name": "Repulsion - US 2x SOLO ONLY | FULLWIPE 05/27 05.27",
"connect": "168.100.162.63:28025",
"request": "168.100.162.63:28020",
"map": "Repulsion Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1739440522,
"last_update": 1779996023,
"banned": false,
"wipe": 1779908582,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1896,
"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/7562827");
$data = json_decode($json, true);
var_dump($data);