Minecraft
Galaxico 2.0 • Explore planetas infinitos • galaxico.com.br için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11156194json
{
"response": {
"steam_id": null,
"domain": "mc.galaxico.com.br",
"id": 11156194,
"ip": "187.77.51.124",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Fort Lauderdale",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774235550,
"score": 0,
"last_online": 1775749225,
"icon": null,
"name": "Galaxico 2.0 • Explore planetas infinitos • galaxico.com.br",
"connect": "mc.galaxico.com.br:25565",
"request": "187.77.51.124:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 12,
"maxplayers": 75,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1772227992,
"last_update": 1775749225,
"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": 980,
"language": "en",
"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/11156194");
$data = json_decode($json, true);
var_dump($data);