Unturned
Vanila+ Survival WELCOME! için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11212573json
{
"response": {
"steam_id": 85568392935930940,
"domain": null,
"id": 11212573,
"ip": "31.25.244.248",
"port": 51025,
"query": 51025,
"color": 0,
"city": "Yekaterinburg",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1778572940,
"score": 0,
"last_online": 1777938657,
"icon": "https://i.ibb.co/4wmq1JKM/i.webp",
"name": "Vanila+ Survival WELCOME!",
"connect": "31.25.244.248:51025",
"request": "31.25.244.248:51025",
"map": "Russia",
"gamemode": "Vanila+ | 5x | nodonat | kits | tpa | home |",
"version": "3.26.3.0",
"numplayers": 0,
"maxplayers": 88,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772700894,
"last_update": 1778572940,
"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": 639,
"language": "ru",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11212573");
$data = json_decode($json, true);
var_dump($data);