๐ฏ๐๐๐๐๐๐๐๐๐๐ ๐จ๐ป๐ฑ๐ฒ๐ฟ ๐ ๐ฎ๐ถ๐ป๐๐ฒ๐ป๐ฎ๐ป๐ฐ๐ฒ โฆ ๐ฅ๐ฒ๐น๐ฒ๐ฎ๐๐ถ๐ป๐ด ๐ฆ๐ผ๐ผ๐ป iรงin API
Programlar, siteler ve diฤerleri iรงin JSON
text
json
{
"response": {
"steam_id": null,
"domain": "play.divinecraft.org",
"id": 11764208,
"ip": "198.50.158.122",
"port": 25629,
"query": 25629,
"project_id": null,
"color": 0,
"city": "Montreal",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1781049866,
"last_online": 1781052789,
"icon": null,
"name": "๐ฏ๐๐๐๐๐๐๐๐๐๐ ๐จ๐ป๐ฑ๐ฒ๐ฟ ๐ ๐ฎ๐ถ๐ป๐๐ฒ๐ป๐ฎ๐ป๐ฐ๐ฒ โฆ ๐ฅ๐ฒ๐น๐ฒ๐ฎ๐๐ถ๐ป๐ด ๐ฆ๐ผ๐ผ๐ป",
"connect": "play.divinecraft.org:25629",
"request": "198.50.158.122:25629",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780932262,
"last_update": 1781052789,
"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": 5107,
"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/11764208");
$data = json_decode($json, true);
var_dump($data);