Repulsion - Solo/Duo | FULLWIPE 27/05 27.05 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 45,
"fps_avg": 44,
"entities_count": 116678,
"world_seed": 378,
"world_size": 3500,
"steam_id": "90286307826650125",
"domain": null,
"id": 2238030,
"ip": "195.60.166.73",
"port": 28015,
"query": 28010,
"color": 0,
"city": "City of 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 - Wednesdays & Sundays\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": 1779880404,
"last_online": 1779991818,
"icon": null,
"name": "Repulsion - Solo/Duo | FULLWIPE 27/05 27.05",
"connect": "195.60.166.73:28015",
"request": "195.60.166.73:28010",
"map": "Repulsion Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 76,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 79,
"add_date": 1702816032,
"last_update": 1779991818,
"banned": false,
"wipe": 1779880628,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 516,
"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.in/servers/2238030");
$data = json_decode($json, true);
var_dump($data);