API для Repulsion - Solo/Duo US | FULLWIPE 25/05 25.05
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 74916,
"world_seed": 13740,
"world_size": 3500,
"steam_id": "90286316028430347",
"domain": null,
"id": 7501114,
"ip": "168.100.162.63",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Dallas",
"description": "\nRepulsion - Premium Vanilla 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 - Mondays & Fridays\r\n• Group Size: 2 (solo/Duo)\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": 1779883404,
"last_online": 1779994225,
"icon": null,
"name": "Repulsion - Solo/Duo US | FULLWIPE 25/05 25.05",
"connect": "168.100.162.63:28015",
"request": "168.100.162.63:28010",
"map": "Repulsion Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739281230,
"last_update": 1779994225,
"banned": false,
"wipe": 1779735509,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3380,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7501114");
$data = json_decode($json, true);
var_dump($data);