[EU] Rumblest ·Solo· के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 57,
"entities_count": 78485,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286603539082248",
"domain": null,
"id": 570457,
"ip": "213.202.218.242",
"port": 28022,
"query": 28023,
"color": 0,
"city": "Düsseldorf",
"description": "![[EU] Rumblest ·Solo·](https://image.rumblest.com/header_attackheli.jpg)\nVanilla with Fishing Village Add-Ons – good luck and have fun\r\n✓ no teams and only one authorization on a 3.5k overground railway map\r\n✓ last wipe Thursday, 4 June at 20:00 CEST - without BPs\r\n✓ next wipe Friday, 19 June at 17:00 CEST - without BPs\r\n✓ BPs will not be wiped unless forced by a game update\r\n✓ Discord in-game report via chat command: /report\r\n\r\nBy joining, you agree that voice chat can be recorded and these rules apply:\r\nrules.rumblest.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780605029,
"icon": null,
"name": "[EU] Rumblest ·Solo·",
"connect": "213.202.218.242:28022",
"request": "213.202.218.242:28023",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1668892623,
"last_update": 1780605029,
"banned": false,
"wipe": 1780594947,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2149,
"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/570457");
$data = json_decode($json, true);
var_dump($data);