Minecraft
▃▅ ☾ Merciless Nightmares ☽ ▅▃ ▶ Welcome back!!!!◀ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8111655json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8111655,
"ip": "84.200.132.219",
"port": 1058,
"query": 1058,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776115919,
"score": 0,
"last_online": 1776809433,
"icon": null,
"name": "▃▅ ☾ Merciless Nightmares ☽ ▅▃ ▶ Welcome back!!!!◀",
"connect": "84.200.132.219:1058",
"request": "84.200.132.219:1058",
"map": null,
"gamemode": "FML",
"version": "1.12.2",
"numplayers": 2,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1741707211,
"last_update": 1776809433,
"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": 928,
"language": "de",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8111655");
$data = json_decode($json, true);
var_dump($data);