Minecraft
PixWorld ┃ Survie / Skyblock ┃ 1.9 ➸ 1.21 Mise à jour - Survie ORION için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6188550json
{
"response": {
"steam_id": null,
"domain": "play.pixworld.fr",
"id": 6188550,
"ip": "91.197.5.133",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Toulouse",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775820763,
"score": 0,
"last_online": 1776099619,
"icon": null,
"name": "PixWorld ┃ Survie / Skyblock ┃ 1.9 ➸ 1.21 Mise à jour - Survie ORION",
"connect": "play.pixworld.fr:25565",
"request": "91.197.5.133:25565",
"map": null,
"gamemode": "FML",
"version": "BungeeCord 1.8.x-26.1.x",
"numplayers": 84,
"maxplayers": 180,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 49,
"add_date": 1728259846,
"last_update": 1776099619,
"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": 657,
"language": "fr",
"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/6188550");
$data = json_decode($json, true);
var_dump($data);