Counter-Strike
API for • SERIOUS Server • Free VIP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4803396json
{
"response": {
"steam_id": null,
"domain": null,
"id": 4803396,
"ip": "46.174.55.109",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 10,
"owner": 72364,
"boosts": 1,
"last_offline": 1773937321,
"score": 0,
"last_online": 1776172210,
"icon": null,
"name": "• SERIOUS Server • Free VIP",
"connect": "46.174.55.109:27015",
"request": "46.174.55.109:27015",
"map": "de_abaddon",
"gamemode": "VIP БЕСПЛАТНО",
"version": "1.1.2.7/Stdio",
"numplayers": 12,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 100,
"add_date": 1718841860,
"last_update": 1776172210,
"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": 172,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "molderid_686",
"avatar": "4a9a1efd-5ad8-4052-be0e-5dd7f4bd4522.jpg",
"last_online": 1774277263
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4803396");
$data = json_decode($json, true);
var_dump($data);