Ballistic
API für JOIN OFFICIAL DISCORD: discord.com/invite/RBCqzq38w2
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6014446json
{
"response": {
"steam_id": "90283246080653318",
"domain": null,
"id": 6014446,
"ip": "15.204.204.143",
"port": 27033,
"query": 27034,
"color": 0,
"city": "Reston",
"description": null,
"game": 580870,
"owner": null,
"boosts": 1,
"last_offline": 1774066919,
"score": 0,
"last_online": 1776286235,
"icon": null,
"name": "JOIN OFFICIAL DISCORD: discord.com/invite/RBCqzq38w2",
"connect": "15.204.204.143:27033",
"request": "15.204.204.143:27034",
"map": "7/FreeForAll",
"gamemode": "Ballistic Overkill",
"version": "1.5.6.0.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1727438664,
"last_update": 1776286235,
"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": 14145,
"steam_id": 580870,
"name": "Ballistic",
"url": "ballistic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6014446");
$data = json_decode($json, true);
var_dump($data);