Arma 3
G.O.T.A.I BRASIL-VIETNAM STORY 1965-1975 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10416691json
{
"response": {
"steam_id": "90284061938787351",
"domain": null,
"id": 10416691,
"ip": "89.213.41.168",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Ipatinga",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1775594051,
"score": 0,
"last_online": 1776819743,
"icon": null,
"name": "G.O.T.A.I BRASIL-VIETNAM STORY 1965-1975",
"connect": "89.213.41.168:2302",
"request": "89.213.41.168:2303",
"map": "rhspkl",
"gamemode": "LIBERATION - Prei Khmaoch Luong [Unsung]",
"version": "2.20.153649",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759825287,
"last_update": 1776819743,
"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": 1411,
"language": "pt",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10416691");
$data = json_decode($json, true);
var_dump($data);