API pentru The Boys
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286474294369302",
"domain": null,
"id": 8334426,
"ip": "74.50.109.218",
"port": 39001,
"query": 39003,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1780589007,
"last_online": 1780395775,
"icon": null,
"name": "The Boys",
"connect": "74.50.109.218:39001",
"request": "74.50.109.218:39003",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1743528039,
"last_update": 1780589007,
"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": 2620,
"language": "en",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/8334426");
$data = json_decode($json, true);
var_dump($data);