【MLS】马来西亚の锁嗨【高爆率/死亡不掉/建筑� için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "85568392936260702",
"domain": null,
"id": 11630801,
"ip": "199.195.140.14",
"port": 9020,
"query": 9020,
"color": 0,
"city": "Phoenix",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780371852,
"last_online": 1780386041,
"icon": "Icon https://i.ibb.co/Jw3gs5Qt/20211109215601-1.jpg",
"name": "【MLS】马来西亚の锁嗨【高爆率/死亡不掉/建筑�",
"connect": "199.195.140.14:9020",
"request": "199.195.140.14:9020",
"map": "Arid Reborn fight again",
"gamemode": "100X loot quick battle 高爆/大背包/战斗爽!魔怔北�",
"version": "3.26.3.2",
"numplayers": 3,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1779916706,
"last_update": 1780386041,
"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": 95,
"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/11630801");
$data = json_decode($json, true);
var_dump($data);