Icarus
ICARUS Server by g-portal.com için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11446750json
{
"response": {
"steam_id": "90284568647659533",
"domain": null,
"id": 11446750,
"ip": "144.126.149.22",
"port": 36500,
"query": 36515,
"color": 0,
"city": "Orangeburg",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1775793723,
"score": 0,
"last_online": 1776456033,
"icon": null,
"name": "ICARUS Server by g-portal.com",
"connect": "144.126.149.22:36500",
"request": "144.126.149.22:36515",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1774977892,
"last_update": 1776456033,
"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": 414,
"language": "en",
"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/11446750");
$data = json_decode($json, true);
var_dump($data);