Ricochet
API for GoldSrcSaturdays.com/discord - Ricochet [Vote: Map/Bots]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7483898json
{
"response": {
"steam_id": 90284310185697280,
"domain": null,
"id": 7483898,
"ip": "91.191.213.98",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Ashburn",
"description": null,
"game": 60,
"owner": null,
"boosts": 1,
"last_offline": 1768777319,
"score": 0,
"last_online": 1776181865,
"icon": null,
"name": "GoldSrcSaturdays.com/discord - Ricochet [Vote: Map/Bots]",
"connect": "91.191.213.98:27015",
"request": "91.191.213.98:27015",
"map": "rc_weezer2",
"gamemode": "Ricochet",
"version": "1.1.2.1/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 4,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739270025,
"last_update": 1776181865,
"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": 5,
"language": "en",
"parked": false,
"app": {
"id": 25,
"steam_id": 60,
"name": "Ricochet",
"url": "ricochet"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7483898");
$data = json_decode($json, true);
var_dump($data);