API pentru 0220 新开【PVE公益服】1倍物资丨2倍老乡丨全图刷车丨周日高达丨无车损丨无魔改丨无商城
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 96,
"type": 0,
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11752676,
"ip": "43.249.195.170",
"port": 22399,
"query": 22399,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780575242,
"last_online": 1780872671,
"icon": null,
"name": "0220 新开【PVE公益服】1倍物资丨2倍老乡丨全图刷车丨周日高达丨无车损丨无魔改丨无商城",
"connect": "43.249.195.170:22399",
"request": "43.249.195.170:22399",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780519375,
"last_update": 1780872671,
"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": 4379,
"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/11752676");
$data = json_decode($json, true);
var_dump($data);