Minecraft
Server Is Paused ■ Join to auto-start laimusmp.mcsh.io için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11489844json
{
"response": {
"steam_id": null,
"domain": "laimusmp.mcsh.io",
"id": 11489844,
"ip": "45.76.181.115",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000034,
"owner": 190172,
"boosts": 1,
"last_offline": 1776924237,
"score": 5,
"last_online": 1777005017,
"icon": null,
"name": "Server Is Paused ■ Join to auto-start laimusmp.mcsh.io",
"connect": "laimusmp.mcsh.io:25565",
"request": "45.76.181.115:25565",
"map": null,
"gamemode": null,
"version": "Offline",
"numplayers": 2,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 2,
"points": 62,
"add_date": 1776924237,
"last_update": 1777005017,
"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": 113,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "user9116",
"avatar": "4518ac3e-a253-4239-b184-fa22e53c72bf.jpg",
"last_online": 1776939910
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11489844");
$data = json_decode($json, true);
var_dump($data);