Unturned
GanChu Asia PvP at Night Russia+ Free /Builder için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/5560176json
{
"response": {
"steam_id": "85568392931739277",
"domain": null,
"id": 5560176,
"ip": "103.107.199.228",
"port": 25454,
"query": 25454,
"color": 0,
"city": "Singapore",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1777190006,
"score": 0,
"last_online": 1777381336,
"icon": "https://steamuserimages-a.akamaihd.net/ugc/1001430665571173211/8CA5FF4DEB0145622FCF93613B490C4756EB1A6A/",
"name": "GanChu Asia PvP at Night Russia+ Free /Builder",
"connect": "103.107.199.228:25454",
"request": "103.107.199.228:25454",
"map": "GCRussia",
"gamemode": "Modded Map/Vault/Garage/shop/No OP kits",
"version": "3.26.2.3",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1723304899,
"last_update": 1777381336,
"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": 177,
"language": "en",
"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/5560176");
$data = json_decode($json, true);
var_dump($data);