[EU] Rumblest Softcore·Trio· için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 79204,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286581628267538",
"domain": null,
"id": 8390745,
"ip": "213.202.218.252",
"port": 28018,
"query": 28019,
"color": 0,
"city": "Düsseldorf",
"description": "![[EU] Rumblest Softcore·Trio·](https://image.rumblest.com/header_attackheli.jpg)\nSoftcore with Fishing Village Add-Ons and 50% upkeep – good luck and have fun\r\n✓ up to max. 3 players per authorization on a 3.5k overground railway map\r\n✓ last wipe Friday, 22 May at 17:00 CEST - without BPs\r\n✓ next wipe Thursday, 4 June at 20:00 CEST - without BPs\r\n✓ BPs are wiped every two months (January, March, May, …)\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": 1780545869,
"last_online": 1780569631,
"icon": null,
"name": "[EU] Rumblest Softcore·Trio·",
"connect": "213.202.218.252:28018",
"request": "213.202.218.252:28019",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743673730,
"last_update": 1780569631,
"banned": false,
"wipe": 1779461825,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3048,
"language": "de",
"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/8390745");
$data = json_decode($json, true);
var_dump($data);