Minecraft
API pentru PhantasiaCraft - Feel the magic Wrong version! Use 1.16.5 to join
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/470736json
{
"response": {
"steam_id": null,
"domain": "play.phantasiacraft.com",
"id": 470736,
"ip": "51.195.61.107",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Limburg an der Lahn",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1769578289,
"score": null,
"last_online": 1779036683,
"icon": null,
"name": "PhantasiaCraft - Feel the magic Wrong version! Use 1.16.5 to join",
"connect": "play.phantasiacraft.com:25565",
"request": "51.195.61.107:25565",
"map": null,
"gamemode": null,
"version": "PhantasiaCraft 1.16.5",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1630831366,
"last_update": 1779036683,
"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": 1884,
"language": "de",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/470736");
$data = json_decode($json, true);
var_dump($data);