Hell Let Loose
API für The Gang Is All Here
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9633297json
{
"response": {
"steam_id": "90284694655241240",
"domain": null,
"id": 9633297,
"ip": "83.223.207.50",
"port": 28700,
"query": 28715,
"color": 0,
"city": "Dallas",
"description": null,
"game": 686810,
"owner": null,
"boosts": 1,
"last_offline": 1776168118,
"score": 0,
"last_online": 1776723695,
"icon": null,
"name": "The Gang Is All Here",
"connect": "83.223.207.50:28700",
"request": "83.223.207.50:28715",
"map": "CT",
"gamemode": "Hell Let Loose",
"version": "0.1.1.0",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750867525,
"last_update": 1776723695,
"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": 162,
"language": "en",
"parked": false,
"app": {
"id": 51409,
"steam_id": 686810,
"name": "Hell Let Loose",
"url": "hell-let-loose"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9633297");
$data = json_decode($json, true);
var_dump($data);