Minecraft
1MB player travel with happy ghasts Join to play with AMAZING ppl için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7459456json
{
"response": {
"steam_id": null,
"domain": "1moreblock.com",
"id": 7459456,
"ip": "80.56.110.63",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Barendrecht",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776090115,
"score": 0,
"last_online": 1776820231,
"icon": null,
"name": "1MB player travel with happy ghasts Join to play with AMAZING ppl",
"connect": "1moreblock.com:25565",
"request": "80.56.110.63:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 6,
"maxplayers": 24,
"bots": 0,
"secured": null,
"private": null,
"country": "NL",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1739233376,
"last_update": 1776820231,
"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": 263,
"language": "nl",
"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/7459456");
$data = json_decode($json, true);
var_dump($data);