API for [TN]---TeamTunisia---Casual--[Public]
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9388907,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": null,
"game": 730,
"owner": 120745,
"boosts": 1,
"last_offline": 1756334708,
"last_online": 1752164436,
"icon": null,
"name": "[TN]---TeamTunisia---Casual--[Public]",
"connect": null,
"request": null,
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1748164387,
"last_update": 1756334708,
"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": 15112,
"language": "fr",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "Sh4dawN",
"avatar": "8a4ae4fa-eb3c-4215-a255-94c844e0c621.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9388907");
$data = json_decode($json, true);
var_dump($data);