Subsistence
AsgardsTor normal için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10319802json
{
"response": {
"steam_id": "90284390397445143",
"domain": null,
"id": 10319802,
"ip": "176.57.168.84",
"port": 30600,
"query": 30615,
"color": 0,
"city": "Frankfurt am Main",
"description": "Sterben sehr leicht gemacht!",
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1775345528,
"score": 0,
"last_online": 1776238815,
"icon": null,
"name": "AsgardsTor normal",
"connect": "176.57.168.84:30600",
"request": "176.57.168.84:30615",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758291709,
"last_update": 1776238815,
"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": 68,
"language": "de",
"parked": false,
"app": {
"id": 139,
"steam_id": 418030,
"name": "Subsistence",
"url": "subsistence"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10319802");
$data = json_decode($json, true);
var_dump($data);