Samp
Rio Rise Project | Server #7 के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10790843json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10790843,
"ip": "213.156.149.121",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Santana de Parnaíba",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1772018492,
"score": 0,
"last_online": 1775749822,
"icon": null,
"name": "Rio Rise Project | Server #7",
"connect": "213.156.149.121:7777",
"request": "213.156.149.121:7777",
"map": "San Andreas",
"gamemode": "v2.26.0-5b421e73",
"version": "omp 1.5.8.0",
"numplayers": 156,
"maxplayers": 700,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1766874787,
"last_update": 1775749822,
"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": 78,
"language": "pt",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10790843");
$data = json_decode($json, true);
var_dump($data);