API pentru 『®9981超硬核公益服★PVE+PVP★5月新服★禁雷★0.2倍物资★小队上限5人★无规则★永久公益服
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 0,
"type": 0,
"unknownStatusFlags": 0,
"steam_id": null,
"domain": null,
"id": 11753060,
"ip": "121.22.11.142",
"port": 6230,
"query": 6230,
"color": 0,
"city": "Chengde",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780519377,
"last_online": 1780568444,
"icon": null,
"name": "『®9981超硬核公益服★PVE+PVP★5月新服★禁雷★0.2倍物资★小队上限5人★无规则★永久公益服",
"connect": "121.22.11.142:6230",
"request": "121.22.11.142:6230",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 5,
"maxplayers": 64,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1780519377,
"last_update": 1780568444,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 473,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11753060");
$data = json_decode($json, true);
var_dump($data);