API for Repulsion - 2x Solo/Duo | FULLWIPE 25/05 25.05
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 73290,
"world_seed": 15143,
"world_size": 3500,
"steam_id": "90286313790615567",
"domain": null,
"id": 7467923,
"ip": "64.40.9.211",
"port": 28035,
"query": 28030,
"color": 0,
"city": "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 Biweekly - Mondays & Fridays\r\n• Group Size: 2 (Solo/Duo)\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": 1779994828,
"icon": null,
"name": "Repulsion - 2x Solo/Duo | FULLWIPE 25/05 25.05",
"connect": "64.40.9.211:28035",
"request": "64.40.9.211:28030",
"map": "Repulsion Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 175,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234779,
"last_update": 1779994828,
"banned": false,
"wipe": 1779721093,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3364,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7467923");
$data = json_decode($json, true);
var_dump($data);