[EH24]Beckerl3's World için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286544860706836",
"domain": null,
"id": 11735824,
"ip": "85.14.206.15",
"port": 26900,
"query": 26910,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780492836,
"icon": null,
"name": "[EH24]Beckerl3's World",
"connect": "85.14.206.15:26900",
"request": "85.14.206.15:26910",
"map": "VRisingWorld",
"gamemode": "0d504d6e-92ea-4a20-b8ba-ecbfb94a801a",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 53,
"add_date": 1780411636,
"last_update": 1780492836,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 40,
"language": "de",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11735824");
$data = json_decode($json, true);
var_dump($data);