ZioMark's HUB | API Documentation
DiscordAbout Me
  • 🔳Introduction
    • 🔐Authentication
  • 🔲GET Endpoints
    • ▫️Dec to Hex
    • ▫️Hex to Dec
    • ▫️Timetamp to Date
    • ▫️CFX
    • ▫️Date
    • ▫️Date & Time Formatter
    • ▫️Text over Image
    • ▫️Image over Image
    • ▫️Weather
    • ▫️Translate
    • ▫️Convert Currency
    • ▫️Geolocation
    • ▫️QR Code Generator
    • ▫️Image Format Converter
    • ▫️Key Generator
    • 🌐Bored
    • ▫️BMI Calculator
    • ▫️VAT Calculator
    • ▫️SEO Analyzer
    • ▫️Local Time
    • ▫️Discount Calculator
    • ▫️Discount Discover
  • 🔲POST Endpoints
    • ▫️HTML to PDF
    • ▫️Loan Calculator
    • ▫️Excel to CSV
Powered by GitBook
On this page
  • /cfx/:serverId
  • Query Parameters:
  • Example Request:
  • Example Response:
  1. GET Endpoints

CFX

Retrieves information about a FiveM or RedM server.

/cfx/:serverId

Query Parameters:

  • serverId - The ID of the FiveM server.

Example Request:

/cfx/server123

Example Response:

{
    "Data": {
        "hostname": "exampleServer",
        "resources": "resource1, resource2, resource3",
        ...
    }
}
PreviousTimetamp to DateNextDate

Last updated 1 year ago

🔲
▫️