API für ブラック企業衛門
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286175550760972",
"domain": null,
"id": 11577868,
"ip": "31.214.143.198",
"port": 10170,
"query": 10171,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 1621690,
"owner": null,
"boosts": 1,
"last_offline": 1779657209,
"last_online": 1779705709,
"icon": null,
"name": "ブラック企業衛門",
"connect": "31.214.143.198:10170",
"request": "31.214.143.198:10171",
"map": null,
"gamemode": "Core Keeper",
"version": "1.2.1.3-4986",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356900,
"last_update": 1779705709,
"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": 811,
"language": "ja",
"parked": false,
"app": {
"id": 1560042,
"steam_id": 1621690,
"name": "Core Keeper",
"url": "core-keeper"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11577868");
$data = json_decode($json, true);
var_dump($data);