The Forest
Tug4as için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10884280json
{
"response": {
"steam_id": 85568392935747900,
"domain": null,
"id": 10884280,
"ip": "195.82.159.116",
"port": 31000,
"query": 31001,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1774342916,
"score": 0,
"last_online": 1776637316,
"icon": null,
"name": "Tug4as",
"connect": "195.82.159.116:31000",
"request": "195.82.159.116:31001",
"map": "Normal",
"gamemode": "The Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768321266,
"last_update": 1776637316,
"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": 78,
"language": "de",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10884280");
$data = json_decode($json, true);
var_dump($data);