Unfortunate Spacemen
API für DUVMik's interesting server for interesting people
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10224703json
{
"response": {
"steam_id": "85568392931167798",
"domain": null,
"id": 10224703,
"ip": "2.108.0.219",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Brønshøj",
"description": null,
"game": 408900,
"owner": null,
"boosts": 1,
"last_offline": 1774808488,
"score": 0,
"last_online": 1776331111,
"icon": null,
"name": "DUVMik's interesting server for interesting people",
"connect": "2.108.0.219:7777",
"request": "2.108.0.219:27015",
"map": null,
"gamemode": "Unfortunate Spacemen",
"version": "1.6.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756721812,
"last_update": 1776331111,
"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": 2,
"language": "da",
"parked": false,
"app": {
"id": 7824,
"steam_id": 408900,
"name": "Unfortunate Spacemen",
"url": "unfortunate-spacemen"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10224703");
$data = json_decode($json, true);
var_dump($data);