Minecraft
Name is not set on server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8621190json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8621190,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 9000034,
"owner": 116610,
"boosts": 1,
"last_offline": 1754065480,
"score": 0,
"last_online": 1751184032,
"icon": null,
"name": "Name is not set on server",
"connect": null,
"request": null,
"map": null,
"gamemode": "FML",
"version": null,
"numplayers": 0,
"maxplayers": 800,
"bots": 0,
"secured": false,
"private": null,
"country": "IT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1745078165,
"last_update": 1754065480,
"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": 5441,
"language": "it",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "ManuelGiova",
"avatar": "69df1676-25f5-4cc4-a720-32d9a431ca4d.jpg",
"last_online": 1745311674
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8621190");
$data = json_decode($json, true);
var_dump($data);