😈
isMalicious
  • 👋Welcome!
  • 📂Getting Started
  • Technical Docs
    • 📂API Reference
      • ✅Check ressource
        • Reputation
        • Vulnerabilities
        • Geolocation
        • Whois
      • 🔎Search resource
      • 📬Submit source
Powered by GitBook
On this page
  • 🥷 Authentication
  • 🔐 Get your API keys
  • 🌍 Base URL Setup
  • 🚀 Request Sample
  • Send your first check request 👇

Getting Started

To get started with the isMalicious API, you'll need to understand the basic structure of our endpoints and how to make requests.

PreviousWelcome!NextAPI Reference

Last updated 5 months ago

🥷 Authentication

Go to the and sign into your account.

🔐 Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate new API keys pair from the any time.

The best way to interact with our API is to use one of popular libraries such as:

🌍 Base URL Setup

🚀 Request Sample

You can make requests to the isMalicious API using any HTTP client, such as curl, Postman, or your preferred programming language's HTTP(S) tool or library.

Example with curl

curl -X GET "https://ismalicious.com/api/check?ip=1.41.36.173" -H "X-API-KEY: your_api_key_here"

Now that you know the basics, let's dive into the specific endpoints.

Send your first check request 👇

All API requests are made to the following base URL:

📂
https://ismalicious.com/api/
✅Check ressource
https://ismalicious.com/auth/login
account page
curl
Logo