VEIN
API for Spiral Vein
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10749268json
{
"response": {
"steam_id": "90278346330477597",
"domain": null,
"id": 10749268,
"ip": "142.44.215.157",
"port": 26935,
"query": 26936,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1768642866,
"score": 0,
"last_online": 1777324216,
"icon": null,
"name": "Spiral Vein",
"connect": "142.44.215.157:26935",
"request": "142.44.215.157:26936",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.022h14",
"numplayers": 5,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": true,
"country": "CA",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1766252457,
"last_update": 1777324216,
"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": 6,
"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/10749268");
$data = json_decode($json, true);
var_dump($data);