RustMates | 2x | Duo | Monthly | Events | Kits के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 112027,
"world_seed": 463148431,
"world_size": 4500,
"steam_id": "90286604462979087",
"domain": null,
"id": 7467337,
"ip": "145.239.0.53",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWELCOME TO RUSTMATES 2.0\r\n 2X DUO - MONTHLY WIPE - TEAM LIMIT: 2\r\n KITS - 50% UPKEEP - SHORT NIGHTS\r\n BIGGER STACK SIZES - VANILLA GAMEPLAY\r\n RAID PROTECTION - BEGINNER FRIENDLY - EVENTS\r\n ECONOMY & SHOP SYSTEM - EARN FREE VIP BY PLAYING\r\n \r\n Blueprints and Map wipe on the first Thursday of each month.\r\n \r\n Visit our website: www.rustmates.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780524268,
"last_online": 1780605029,
"icon": null,
"name": "RustMates | 2x | Duo | Monthly | Events | Kits",
"connect": "145.239.0.53:28015",
"request": "145.239.0.53:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1739234752,
"last_update": 1780605029,
"banned": false,
"wipe": 1780597106,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1787,
"language": "de",
"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/7467337");
$data = json_decode($json, true);
var_dump($data);