VEIN
API for ChillyVein
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11479831json
{
"response": {
"steam_id": "90283972782306309",
"domain": null,
"id": 11479831,
"ip": "216.39.240.133",
"port": 27056,
"query": 27057,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1775406729,
"score": 0,
"last_online": 1776802238,
"icon": null,
"name": "ChillyVein",
"connect": "216.39.240.133:27056",
"request": "216.39.240.133:27057",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1774979122,
"last_update": 1776802238,
"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": 199,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11479831");
$data = json_decode($json, true);
var_dump($data);