☀ VIPMC | [1.16-1.21+] $ 4x SELL PRICES ACTIVATED! $ ᴀѕ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": "play.vipmc.fun",
"id": 11750357,
"ip": "139.99.125.156",
"port": 4890,
"query": 4890,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780519119,
"last_online": 1780564249,
"icon": null,
"name": "☀ VIPMC | [1.16-1.21+] $ 4x SELL PRICES ACTIVATED! $ ᴀѕ",
"connect": "play.vipmc.fun:4890",
"request": "139.99.125.156:4890",
"map": "Another Geyser server.",
"gamemode": "Survival",
"version": "26.20",
"numplayers": 34,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1780519119,
"last_update": 1780564249,
"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": 1191,
"language": "en",
"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/11750357");
$data = json_decode($json, true);
var_dump($data);