Counter-Strike
API for CS 1.6 OCE Deathmatch Server - https://discord.gg/m75rD3cX3e
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4337999json
{
"response": {
"steam_id": "90284751112433669",
"domain": null,
"id": 4337999,
"ip": "149.28.187.64",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Sydney",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775140333,
"score": 0,
"last_online": 1776814330,
"icon": null,
"name": "CS 1.6 OCE Deathmatch Server - https://discord.gg/m75rD3cX3e",
"connect": "149.28.187.64:27015",
"request": "149.28.187.64:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 24,
"bots": 19,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1716050750,
"last_update": 1776814330,
"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": 5270,
"language": "en",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4337999");
$data = json_decode($json, true);
var_dump($data);