Minecraft
CO Home of the Clive için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6189621json
{
"response": {
"steam_id": null,
"domain": "cliveoverflow.com",
"id": 6189621,
"ip": "129.158.203.91",
"port": 36000,
"query": 36000,
"color": 0,
"city": "Ashburn",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776712440,
"score": 5,
"last_online": 1776846140,
"icon": null,
"name": "CO Home of the Clive",
"connect": "cliveoverflow.com:36000",
"request": "129.158.203.91:36000",
"map": null,
"gamemode": null,
"version": "§1My custom version name!",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728260236,
"last_update": 1776846140,
"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": 2212,
"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/6189621");
$data = json_decode($json, true);
var_dump($data);