TaixTeubLegend3 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286236001385499",
"domain": null,
"id": 11543820,
"ip": "92.204.164.155",
"port": 20215,
"query": 20216,
"project_id": null,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1781293916,
"icon": null,
"name": "TaixTeubLegend3",
"connect": "92.204.164.155:20215",
"request": "92.204.164.155:20216",
"map": "VRisingWorld",
"gamemode": "e4899cb7-6375-4c4e-a7e6-6c0a2f8e9618",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355508,
"last_update": 1781293916,
"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": 1924,
"language": "fr",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11543820");
$data = json_decode($json, true);
var_dump($data);