Empyrion - Galactic Survival
API für FR TeamKit | discord.gg/ajFUUv4d
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9964606json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9964606,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 383120,
"owner": 125263,
"boosts": 1,
"last_offline": 1761066207,
"score": 0,
"last_online": 1758779433,
"icon": null,
"name": "FR TeamKit | discord.gg/ajFUUv4d",
"connect": null,
"request": null,
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754387930,
"last_update": 1761066207,
"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": 602,
"language": "fr",
"parked": true,
"app": {
"id": 140,
"steam_id": 383120,
"name": "Empyrion - Galactic Survival",
"url": "empyrion-galactic-survival"
},
"server_owner": {
"username": "TK_Hydrocut",
"avatar": "bbc013b8-1df9-4356-8257-b512482aa1ea.jpg",
"last_online": 1755894095
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9964606");
$data = json_decode($json, true);
var_dump($data);