Minecraft
API pentru « JahCraft » + Weapons| Charms | Enchants | Perks | Towny»
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/8836646json
{
"response": {
"steam_id": null,
"domain": "mc.jahcraft.cc",
"id": 8836646,
"ip": "67.246.103.207",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Fulton",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774810354,
"score": 0,
"last_online": 1776120660,
"icon": null,
"name": "« JahCraft » + Weapons| Charms | Enchants | Perks | Towny»",
"connect": "mc.jahcraft.cc:25565",
"request": "67.246.103.207:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.10",
"numplayers": 0,
"maxplayers": 1,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1746109573,
"last_update": 1776120660,
"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": 2860,
"language": "en",
"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/8836646");
$data = json_decode($json, true);
var_dump($data);