API für [CN]MTF Antheia-5 SUB ROSA SEVER(Training map PVP)
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286278827620379",
"domain": null,
"id": 11588085,
"ip": "202.189.9.244",
"port": 25556,
"query": 25557,
"color": 0,
"city": "Beijing",
"description": null,
"game": 872670,
"owner": null,
"boosts": 1,
"last_offline": 1780671812,
"last_online": 1779983469,
"icon": null,
"name": "[CN]MTF Antheia-5 SUB ROSA SEVER(Training map PVP)",
"connect": "202.189.9.244:25556",
"request": "202.189.9.244:25557",
"map": "M_Sewer_CanalPVP",
"gamemode": "PVP",
"version": "0.4.1.0",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357541,
"last_update": 1780671812,
"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": 42,
"language": "zh",
"parked": false,
"app": {
"id": 51883,
"steam_id": 872670,
"name": "SCP: 5K (Alpha Testing)",
"url": "scp-5k-alpha-testing"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11588085");
$data = json_decode($json, true);
var_dump($data);