Solace Crafting
API für BKG - Seattle
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4311852json
{
"response": {
"steam_id": "90284007004280848",
"domain": null,
"id": 4311852,
"ip": "208.115.255.34",
"port": 22115,
"query": 22116,
"color": 0,
"city": "Dallas",
"description": "",
"game": 670260,
"owner": null,
"boosts": 1,
"last_offline": 1775478129,
"score": 0,
"last_online": 1776304825,
"icon": null,
"name": "BKG - Seattle",
"connect": "208.115.255.34:22115",
"request": "208.115.255.34:22116",
"map": null,
"gamemode": "Solace Crafting",
"version": "1.1.1.10",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1715945419,
"last_update": 1776304825,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 17308,
"steam_id": 670260,
"name": "Solace Crafting",
"url": "solace-crafting"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4311852");
$data = json_decode($json, true);
var_dump($data);