API pentru 欢乐的世界-1234
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286779931523102",
"domain": null,
"id": 11763435,
"ip": "202.189.23.198",
"port": 10200,
"query": 10201,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1780978451,
"last_online": 1781008229,
"icon": null,
"name": "欢乐的世界-1234",
"connect": "202.189.23.198:10200",
"request": "202.189.23.198:10201",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 3,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1780932182,
"last_update": 1781008229,
"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": 18,
"language": "zh",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11763435");
$data = json_decode($json, true);
var_dump($data);