Counter-Strike: Source
API for [FR] LES VIEUX DE LA VIEILLE - MULTIMAP FUN - 16k$ - TICK100
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11043554json
{
"response": {
"steam_id": "90284164119353359",
"domain": null,
"id": 11043554,
"ip": "54.36.127.125",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 240,
"owner": 180356,
"boosts": 1,
"last_offline": 1775102530,
"score": 0,
"last_online": 1775824814,
"icon": null,
"name": "[FR] LES VIEUX DE LA VIEILLE - MULTIMAP FUN - 16k$ - TICK100",
"connect": "54.36.127.125:27016",
"request": "54.36.127.125:27016",
"map": "de_safehouse",
"gamemode": "★ MULTIMAPS ★",
"version": "9540945",
"numplayers": 2,
"maxplayers": 24,
"bots": 2,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1769953391,
"last_update": 1775824814,
"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": 275,
"language": "fr",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": {
"username": "adrian_haha",
"avatar": "5351ef48-9f17-4ac8-96ce-370abec52253.jpg",
"last_online": 1773868522
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11043554");
$data = json_decode($json, true);
var_dump($data);