Counter-Strike: Source
API for ❱❱ EU | 4PLAYED.DE # AZTEC ONLY ❰❰
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7518099json
{
"response": {
"steam_id": "85568392920043357",
"domain": null,
"id": 7518099,
"ip": "149.202.65.178",
"port": 27095,
"query": 27095,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1772963533,
"score": 0,
"last_online": 1776187223,
"icon": null,
"name": "❱❱ EU | 4PLAYED.DE # AZTEC ONLY ❰❰",
"connect": "149.202.65.178:27095",
"request": "149.202.65.178:27095",
"map": "de_aztec",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 2,
"maxplayers": 48,
"bots": 13,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1739307229,
"last_update": 1776187223,
"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": 620,
"language": "fr",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7518099");
$data = json_decode($json, true);
var_dump($data);