Soulmask
API für (GER/PvE) ToMuch - Community_(Shifting Sands)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11489013json
{
"response": {
"steam_id": "90284268875744286",
"domain": null,
"id": 11489013,
"ip": "84.200.135.130",
"port": 7784,
"query": 27022,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775990363,
"score": 0,
"last_online": 1776009663,
"icon": null,
"name": "(GER/PvE) ToMuch - Community_(Shifting Sands)",
"connect": "84.200.135.130:7784",
"request": "84.200.135.130:27022",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775990363,
"last_update": 1776009663,
"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": 1536,
"language": "de",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11489013");
$data = json_decode($json, true);
var_dump($data);