Minecraft
MineTÜRK - ADRESİMİZ DEĞİŞTİ! Yeni Adres: play.mineturk.com.tr için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10866314json
{
"response": {
"steam_id": null,
"domain": "play.mineturk.org",
"id": 10866314,
"ip": "65.109.2.66",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772209853,
"score": 0,
"last_online": 1778642478,
"icon": null,
"name": "MineTÜRK - ADRESİMİZ DEĞİŞTİ! Yeni Adres: play.mineturk.com.tr",
"connect": "play.mineturk.org:25565",
"request": "65.109.2.66:25565",
"map": null,
"gamemode": null,
"version": "Leaf 1.21.4",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768317164,
"last_update": 1778642478,
"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": 3959,
"language": "fi",
"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/10866314");
$data = json_decode($json, true);
var_dump($data);