Abiotic Factor
API für A BisectHosting Server - 1f3ffb21
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/11190264json
{
"response": {
"steam_id": 90284096241383440,
"domain": null,
"id": 11190264,
"ip": "199.115.73.122",
"port": 9005,
"query": 9006,
"color": 0,
"city": "The Hague",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1774229514,
"score": 0,
"last_online": 1775736074,
"icon": null,
"name": "A BisectHosting Server - 1f3ffb21",
"connect": "199.115.73.122:9005",
"request": "199.115.73.122:9006",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772699109,
"last_update": 1775736074,
"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": 1477,
"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/11190264");
$data = json_decode($json, true);
var_dump($data);