No More Room in Hell
API pentru [CN]花茶苑-纯净经典#2 1群#9060706 2群#576311971
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11393037json
{
"response": {
"steam_id": "90284701291243530",
"domain": null,
"id": 11393037,
"ip": "202.189.5.94",
"port": 27021,
"query": 27021,
"color": 0,
"city": "Beijing",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1776669194,
"score": 0,
"last_online": 1776785459,
"icon": null,
"name": "[CN]花茶苑-纯净经典#2 1群#9060706 2群#576311971",
"connect": "202.189.5.94:27021",
"request": "202.189.5.94:27021",
"map": "nmo_diaotu1_v5_3",
"gamemode": "官方经典 三方图",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596773,
"last_update": 1776785459,
"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": 240,
"language": "zh",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11393037");
$data = json_decode($json, true);
var_dump($data);