Abiotic Factor
API für FuuFactor
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11168165json
{
"response": {
"steam_id": "90283638551521299",
"domain": null,
"id": 11168165,
"ip": "80.114.205.93",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Tegelen",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1775612606,
"score": 0,
"last_online": 1775737872,
"icon": null,
"name": "FuuFactor",
"connect": "80.114.205.93:7777",
"request": "80.114.205.93:27015",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772228687,
"last_update": 1775737872,
"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": 1293,
"language": "nl",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11168165");
$data = json_decode($json, true);
var_dump($data);