Sons Of The Forest
<color=red>[MODDED]</color> Snausage land 2 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/3206959json
{
"response": {
"steam_id": "90285162998496276",
"domain": null,
"id": 3206959,
"ip": "176.57.143.46",
"port": 28115,
"query": 28116,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1773545568,
"score": null,
"last_online": 1777631518,
"icon": null,
"name": "<color=red>[MODDED]</color> Snausage land 2",
"connect": "176.57.143.46:28115",
"request": "176.57.143.46:28116",
"map": "Custom",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1709468558,
"last_update": 1777631518,
"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": 36,
"language": "de",
"parked": false,
"app": {
"id": 1569757,
"steam_id": 1326470,
"name": "Sons Of The Forest",
"url": "sons-of-the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/3206959");
$data = json_decode($json, true);
var_dump($data);