Icarus
The Hunting Grounds için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/817681json
{
"response": {
"steam_id": "90284533218103304",
"domain": null,
"id": 817681,
"ip": "103.62.50.25",
"port": 17777,
"query": 27105,
"color": 0,
"city": "Brisbane",
"description": "",
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1775385731,
"score": null,
"last_online": 1776377533,
"icon": null,
"name": "The Hunting Grounds",
"connect": "103.62.50.25:17777",
"request": "103.62.50.25:27105",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684362554,
"last_update": 1776377533,
"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": 402,
"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/817681");
$data = json_decode($json, true);
var_dump($data);