Documentation

Base URL api.jake0001.com

Endpoint Method Parameters Authentication Response
/iplookup GET IP APIKEY JSON
/steamcheck GET STEAMID APIKEY JSON
/csgostats GET STEAMID APIKEY JSON
/whois GET URL APIKEY JSON
/isup GET IP APIKEY JSON
/rusttools/blacklist GET IP APIKEY JSON
/rusttools/battlemetrics/get_name GET NAME APIKEY JSON
/rusttools/battlemetrics/get_info GET ID APIKEY JSON
/rusttools/battlemetrics/get_players GET ID APIKEY JSON

Authentication

API Keys are required for all requests. You can pass the APIKEY within the URL or within the headers.
Example :
api.jake0001.com/isup?apikey=[key]&ip=[ip]

headers: {
api-key: [key]
}

Currently API Keys are NOT being distributed to 3rd Parties. Please Contact me via the links below to inquire

Changelog

Version 0.85 (10 March, 2023)

  • ADDED/pen/discordpost Endpoint

Version 0.81 (04 March, 2023)

  • Added /rusttools/blacklist Endpoint
  • Added /rusttools/battlemetrics/get_name Endpoint
  • Added /rusttools/battlemetrics/get_info Endpoint
  • Added /rusttools/battlemetrics/get_players Endpoint
  • Added /rusttools/blacklist Endpoint
  • Added API Documentation
  • Added Header Based Authentication
  • Updated /whois Endpoint
  • Fixed URL Authentication

Version 0.8 (28 Febuary, 2023)

  • Added /whois Endpoint
  • Added /isup Endpoint
  • Added /csgostats Endpoint
  • Added /steamcheck Endpoint
  • Added /iplookup Endpoint

Version 0.7 (25 Febuary, 2023)

  • ADDED Authentication Modules
  • PUBLISHED Initial Release