LeaderOS API
  • 👋Getting Started
    • Introduction
    • Authentication
  • 🔐Auth
    • Login
    • Register
    • Sessions
  • 🧑‍🦱Users
    • Profiles
    • Roles
    • Tickets
    • Orders
  • 🛍️Store
    • Listing
    • Products
    • Categories
    • Buy
    • Donations
  • 🍏Bazaar
    • Player Storages
    • Servers
  • 🚨Support
    • Tickets
    • Messages
    • Categories
    • Quick Answers
  • 🪙Credits
    • Show Credits
    • Add Credits
    • Remove Credits
    • Send Credits
    • Set Credits
  • 👍Vote
    • Vote Links
  • 🎮Discord
    • Users
    • Settings
    • Roles
Powered by GitBook
On this page
  1. Vote

Vote Links

Get all vote links

GET https://yourwebsite.com/api/vote-links

Path Parameters

Name
Type
Description

username

string

[
    {
        "id": "1",
        "name": "Minecraft-MP",
        "link": "https://minecraft-mp.com/server/176829/vote/"
    },
    {
        "id": "2",
        "name": "TOPG",
        "link": "https://topg.org/minecraft-servers/server-501736"
    },
    {
        "id": "3",
        "name": "Minecraft Servers",
        "link": "https://minecraftservers.org/vote/496466"
    },
    {
        "id": "4",
        "name": "TopMinecraftServers",
        "link": "https://topminecraftservers.org/vote/18742"
    }
]
PreviousVoteNextDiscord

Last updated 4 months ago

👍