1986 Hashima Islands 1PP | Imitate Official için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286660373825544",
"domain": null,
"id": 11597663,
"ip": "145.239.232.90",
"port": 2402,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Saarbrücken",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780745665,
"last_online": 1780740138,
"icon": null,
"name": "1986 Hashima Islands 1PP | Imitate Official",
"connect": "145.239.232.90:2402",
"request": "145.239.232.90:27017",
"map": "hashima",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779358661,
"last_update": 1780745665,
"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": 11617,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11597663");
$data = json_decode($json, true);
var_dump($data);