Valheim
Sunshine Alley discord.gg/VSPYkATZJ7 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11264055json
{
"response": {
"steam_id": "90283841946613764",
"domain": null,
"id": 11264055,
"ip": "84.211.56.190",
"port": 3457,
"query": 3458,
"color": 0,
"city": "Oslo",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1775158331,
"score": 0,
"last_online": 1776427233,
"icon": null,
"name": "Sunshine Alley discord.gg/VSPYkATZJ7",
"connect": "84.211.56.190:3457",
"request": "84.211.56.190:3458",
"map": "Sunshine Alley discord.gg/VSPYk",
"gamemode": null,
"version": "0.221.12",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": true,
"country": "NO",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1774555371,
"last_update": 1776427233,
"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": 15,
"language": "no",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11264055");
$data = json_decode($json, true);
var_dump($data);