FLAME-GRIEF ‹› [ 1.16.5 - 1.20.4 ] ✭ ↝ Открытие сервера! ⚔ Скидки на донат! ↜ ✭ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10895850,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": 161279,
"boosts": 1,
"last_offline": 1771998654,
"last_online": 1771056014,
"icon": null,
"name": "FLAME-GRIEF ‹› [ 1.16.5 - 1.20.4 ] ✭ ↝ Открытие сервера! ⚔ Скидки на донат! ↜ ✭",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 2000,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768383720,
"last_update": 1771998654,
"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": 5522,
"language": "ru",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "wilmvm",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10895850");
$data = json_decode($json, true);
var_dump($data);