API pentru [FR] Arkaia V2 - Preparation | DEV | .gg/arkaia
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "85568392936279943",
"domain": null,
"id": 11708050,
"ip": "82.39.186.60",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780652601,
"last_online": 1780533715,
"icon": null,
"name": "[FR] Arkaia V2 - Preparation | DEV | .gg/arkaia",
"connect": "82.39.186.60:27017",
"request": "82.39.186.60:27017",
"map": "gm_construct",
"gamemode": "MangaRp",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780262838,
"last_update": 1780652601,
"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": 5586,
"language": "nl",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11708050");
$data = json_decode($json, true);
var_dump($data);