Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.36 KB

README.md

File metadata and controls

48 lines (42 loc) · 1.36 KB

API

✨ This API was created to provide different help to users. The API has the following features:

⚠️ All of these created users and credit cards are invalid cards and you cannot make transactions with any of them. I do not accept any responsibility if any illegal activity is detected.

🚀 Password Generation Endpoint

  • HTTP Method: GET
  • Endpoint: /api/generatePassword
  • Description: This endpoint allows users to create strong passwords.
  • Output:
{
  "Password": "eAzpu[{2YTO8"
}

👱‍♂️ Random User Generation Endpoint

  • HTTP Method: GET
  • Endpoint: /api/userGenerator
  • Description: This endpoint generates random user information.
  • Output:
{
  "firstName": "Netty",
  "lastName": "Salomon",
  "mail": "nettysalomon94@outlook.com",
  "country": "Costa Rica",
  "password": "MjUXtgQ,+OSq",
  "card": {
    "balance": 5504,
    "cardNumber": "110865516482223",
    "cardType": "MasterCard",
    "month": 1,
    "year": 2029,
    "day": 25,
    "cvv": 643
  }
}

🎗️ Youtube Downloader

  • HTTP Method: GET
  • Endpoint: /api/download?url=&title=
  • Description: You can download any Youtube link you want for free.

📰 Note

This API was created by the UnoxDevs team. Further sharing of this infrastructure is not allowed.