Soulmask
Soulmask Kami-labs by G-Portal.com için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11054648json
{
"response": {
"steam_id": "90284250188442634",
"domain": null,
"id": 11054648,
"ip": "149.102.128.90",
"port": 29300,
"query": 29315,
"color": 0,
"city": "Portsmouth",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775905916,
"score": 0,
"last_online": 1775991623,
"icon": null,
"name": "Soulmask Kami-labs by G-Portal.com",
"connect": "149.102.128.90:29300",
"request": "149.102.128.90:29315",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1769955020,
"last_update": 1775991623,
"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": 278,
"language": "en",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11054648");
$data = json_decode($json, true);
var_dump($data);