Dark and Light
API für Darc-Fun-Archos - (v100.54351)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10554669json
{
"response": {
"steam_id": "90284134604762124",
"domain": null,
"id": 10554669,
"ip": "108.213.52.242",
"port": 8777,
"query": 16015,
"color": 0,
"city": "San Antonio",
"description": null,
"game": 529180,
"owner": null,
"boosts": 1,
"last_offline": 1775737326,
"score": 0,
"last_online": 1776227425,
"icon": null,
"name": "Darc-Fun-Archos - (v100.54351)",
"connect": "108.213.52.242:8777",
"request": "108.213.52.242:16015",
"map": "DNL_ALL",
"gamemode": "Snail:Dark and light",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762522879,
"last_update": 1776227425,
"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": 126,
"language": "en",
"parked": false,
"app": {
"id": 180,
"steam_id": 529180,
"name": "Dark and Light",
"url": "dark-and-light"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10554669");
$data = json_decode($json, true);
var_dump($data);