AlexmeiGG için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286502224503815",
"domain": null,
"id": 11698086,
"ip": "103.85.84.40",
"port": 27184,
"query": 27184,
"color": 0,
"city": "Zhenjiang",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780502581,
"last_online": 1780476700,
"icon": null,
"name": "AlexmeiGG",
"connect": "103.85.84.40:27184",
"request": "103.85.84.40:27184",
"map": "Atlanta;Atlanta Expert Spawn Po",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780226686,
"last_update": 1780502581,
"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": 10804,
"language": "zh",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11698086");
$data = json_decode($json, true);
var_dump($data);