Icarus
Icata için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11324375json
{
"response": {
"steam_id": "90284697123925019",
"domain": null,
"id": 11324375,
"ip": "93.99.173.67",
"port": 17917,
"query": 17919,
"color": 0,
"city": "Břeclav",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1776402224,
"score": 0,
"last_online": 1776825120,
"icon": null,
"name": "Icata",
"connect": "93.99.173.67:17917",
"request": "93.99.173.67:17919",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774594077,
"last_update": 1776825120,
"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": 4052,
"language": "cs",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11324375");
$data = json_decode($json, true);
var_dump($data);