Repulsion - Solo/Duo/Trio | FULLWIPE 26.05 26/05 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 45,
"fps_avg": 45,
"entities_count": 103905,
"world_seed": 7137,
"world_size": 3500,
"steam_id": "90286313831264263",
"domain": null,
"id": 2501913,
"ip": "64.40.9.43",
"port": 28015,
"query": 28010,
"color": 0,
"city": "London",
"description": "\nRepulsion - Premium Vanilla 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 - Tuesdays & Saturdays\r\n• Group Size: 3 (solo/duo/trio)\r\n• Key Features:\r\n - True Vanilla Experience (No Pay-to-Win)\r\n - Custom-Built 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": 1779994820,
"icon": null,
"name": "Repulsion - Solo/Duo/Trio | FULLWIPE 26.05 26/05",
"connect": "64.40.9.43:28015",
"request": "64.40.9.43:28010",
"map": "Repulsion Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 44,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1705488578,
"last_update": 1779994820,
"banned": false,
"wipe": 1779793072,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 750,
"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/2501913");
$data = json_decode($json, true);
var_dump($data);