Abiotic Factor
API für EFTP
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/11208896json
{
"response": {
"steam_id": "90284118713226267",
"domain": null,
"id": 11208896,
"ip": "31.214.143.117",
"port": 10700,
"query": 10701,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1774756290,
"score": 0,
"last_online": 1775754638,
"icon": null,
"name": "EFTP",
"connect": "31.214.143.117:10700",
"request": "31.214.143.117:10701",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772700527,
"last_update": 1775754638,
"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": 1549,
"language": "ja",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11208896");
$data = json_decode($json, true);
var_dump($data);