Sven Co-op
API for [moon.tf] Sven Co-op
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9795377json
{
"response": {
"steam_id": 90283942939176980,
"domain": null,
"id": 9795377,
"ip": "76.235.10.19",
"port": 27040,
"query": 27040,
"color": 0,
"city": "Owasso",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": 0,
"last_online": 1776453749,
"icon": null,
"name": "[moon.tf] Sven Co-op",
"connect": "76.235.10.19:27040",
"request": "76.235.10.19:27040",
"map": "sc_tetris1",
"gamemode": "Sven Co-op 5.26",
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1752687368,
"last_update": 1776453749,
"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": 120,
"language": "en",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9795377");
$data = json_decode($json, true);
var_dump($data);