The Isle
Age of Dino (SU) Training #2 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6753991json
{
"response": {
"steam_id": "90284540009188368",
"domain": null,
"id": 6753991,
"ip": "109.248.4.18",
"port": 24321,
"query": 24322,
"color": 0,
"city": "Moscow",
"description": null,
"game": 376210,
"owner": 47214,
"boosts": 1,
"last_offline": 1773384213,
"score": 0,
"last_online": 1776435019,
"icon": null,
"name": "Age of Dino (SU) Training #2",
"connect": "109.248.4.18:24321",
"request": "109.248.4.18:24322",
"map": "Isle V3",
"gamemode": "Sandbox",
"version": "0.1.8.1",
"numplayers": 17,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1732711132,
"last_update": 1776435019,
"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": 18,
"language": "ru",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "devildinosaur",
"avatar": "e5e9f827-3c8a-4fcd-9636-26f5e3a7de76.jpg",
"last_online": 1776018490
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6753991");
$data = json_decode($json, true);
var_dump($data);