Soulmask
[GER]-Friendzone-2 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11488923json
{
"response": {
"steam_id": "90284268517475346",
"domain": null,
"id": 11488923,
"ip": "161.97.157.30",
"port": 28700,
"query": 28715,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 2646460,
"owner": 181548,
"boosts": 1,
"last_offline": 1775989316,
"score": 0,
"last_online": 1776003033,
"icon": null,
"name": "[GER]-Friendzone-2",
"connect": "161.97.157.30:28700",
"request": "161.97.157.30:28715",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 15,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 2,
"points": 104,
"add_date": 1775922236,
"last_update": 1776003033,
"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": 3,
"language": "fr",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": {
"username": "mcspeenie",
"avatar": "00886f88-502c-4cde-8d01-1723184a6cf9.png",
"last_online": 1775991747
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11488923");
$data = json_decode($json, true);
var_dump($data);