Soulmask
[GER]-Friendzone-1 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11429862json
{
"response": {
"steam_id": "90284247467873301",
"domain": null,
"id": 11429862,
"ip": "176.57.174.151",
"port": 28500,
"query": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "[]",
"game": 2646460,
"owner": 181548,
"boosts": 1,
"last_offline": 1775905915,
"score": 5,
"last_online": 1776021632,
"icon": null,
"name": "[GER]-Friendzone-1",
"connect": "176.57.174.151:28500",
"request": null,
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 7,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 8,
"points": 126,
"add_date": 1774807348,
"last_update": 1776021632,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 2,
"language": "de",
"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/11429862");
$data = json_decode($json, true);
var_dump($data);