Minecraft
JUST Origins [26.1.1] Verzamelaars verenig U! için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/685797json
{
"response": {
"steam_id": null,
"domain": "play.justminecraft.nl",
"id": 685797,
"ip": "85.215.89.4",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Berlin",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775465529,
"score": null,
"last_online": 1776846103,
"icon": null,
"name": "JUST Origins [26.1.1] Verzamelaars verenig U!",
"connect": "play.justminecraft.nl:25565",
"request": "85.215.89.4:25565",
"map": null,
"gamemode": null,
"version": "Paper 26.1.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1670627591,
"last_update": 1776846103,
"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": 1922,
"language": "de",
"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/685797");
$data = json_decode($json, true);
var_dump($data);