HumanitZ
Yari CZ/SK için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11173230json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11173230,
"ip": "54.38.62.148",
"port": 9025,
"query": 9025,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1775022152,
"score": 0,
"last_online": 1776454300,
"icon": null,
"name": "Yari CZ/SK",
"connect": "54.38.62.148:9025",
"request": "54.38.62.148:9025",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": null,
"private": null,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229151,
"last_update": 1776454300,
"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": 235,
"language": "pl",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11173230");
$data = json_decode($json, true);
var_dump($data);