Minecraft
A Minecraft Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6192121json
{
"response": {
"steam_id": null,
"domain": "valek.net.ru",
"id": 6192121,
"ip": "185.9.187.25",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Imeni Chkalova",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775650366,
"score": 0,
"last_online": 1776115248,
"icon": null,
"name": "A Minecraft Server",
"connect": "valek.net.ru:25565",
"request": "185.9.187.25:25565",
"map": null,
"gamemode": null,
"version": "Purpur 1.21.8",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728261110,
"last_update": 1776115248,
"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": 2473,
"language": "ru",
"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/6192121");
$data = json_decode($json, true);
var_dump($data);