Counter-Strike
API for Mix(eP) 4 Alive www.MixEp.Net
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/1438752json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1438752,
"ip": "191.96.94.101",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Frankfurt am Main",
"description": "First CS2 Surf Combat Server!\nhttps://og-stars.ro\nhttps://discord.gg/F5MJ3gKeD2",
"game": 10,
"owner": 47909,
"boosts": 1,
"last_offline": 1774117916,
"score": null,
"last_online": 1775884811,
"icon": null,
"name": "Mix(eP) 4 Alive www.MixEp.Net",
"connect": "191.96.94.101:27015",
"request": "191.96.94.101:27015",
"map": "cs_havana",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1697300768,
"last_update": 1775884811,
"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": 1645,
"language": "de",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "lionzewservices1",
"avatar": "no.jpg",
"last_online": 1701426796
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1438752");
$data = json_decode($json, true);
var_dump($data);