Img ©YourS4nty

Your Info

Hello😊

This is Your ip Address:

This is Your Vendor:

This is Your Cookies Status:

Battery Level

Your Battery Percentage Is :

Date/Time

Your WebInfo

List Api

Using The API

Using In Nodejs
                
const fetch = require('node-fetch');

router.get('/uuidGenerator', async (req, res) => {
  try {
    const response = await fetch(`https://ys4-api.vercel.app/uuidGen`);
    const data = await response.json();

    res.json({
      status: true,
      result: data.result
    });
  } catch (error) {
    next(error);
  }
});
                
              
Using In Python
                
import requests

url = "https://ys4-api.vercel.app/uuidGen"
response = requests.get(url)

if response.status_code == 200:
    data = response.json()
else:
    print("Error, Invalid HTTP Request!!")
                
              
Using In Php
                
$url = "https://ys4-api.vercel.app/uuidGen";
$response = file_get_contents($url);

if ($response !== false) {
    $data = json_decode($response, true);
} else {
    echo "Error, Invalid HTTP Request!!";
}

                
              

About ❓

Developer Santiago González 🪭
Code Base Node.js 🫦
Api Version 1.0 ✨
Apikey Don't Worry, In This Beta Is Not Necessary ❤️
Need Help? The Docs Page Is Cominng Soon...
Let's Talk Here's My IG :

Coming Soon...

The next update of this popup will have the complete version for users of this API, with practical examples and a more understandable UI for everyone.
♡Please be patient while the next update is coming.♡