Minecraft
API pentru GAMEWORLDSHOW [1.16.5 - 1.21.5]- SKYBLOCK | SURVIVAL
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10311929json
{
"response": {
"steam_id": null,
"domain": "play.gameworldshow.com",
"id": 10311929,
"ip": "77.90.53.173",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776961950,
"score": 0,
"last_online": 1777734698,
"icon": null,
"name": "GAMEWORLDSHOW [1.16.5 - 1.21.5]- SKYBLOCK | SURVIVAL",
"connect": "play.gameworldshow.com:25565",
"request": "77.90.53.173:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.4",
"numplayers": 0,
"maxplayers": 2025,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1758289312,
"last_update": 1777734698,
"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": 3235,
"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/10311929");
$data = json_decode($json, true);
var_dump($data);