API Documentation

Welcome to the VisionX Base API Documentation. Below are the available search endpoints along with their usage details.

1. Manticore (Spain)

Endpoint: GET /search/spain?term=<string>

Example:

curl -X GET "https://api.visionx.cc/search/spain?term=Iba%C3%B1ez%20Peraita" \
-H "X-API-Key: abcdef123456"

Searches the local Spain index in Manticore.

2. GitHub

Endpoint: GET /search/github?username=<string>

Example:

curl -X GET "https://api.visionx.cc/search/github?username=octocat" \
-H "X-API-Key: abcdef123456"

Retrieves GitHub profile and activity information for the specified username.

3. IntelX

Endpoint: GET /search/ix?type=<systemid_or_identityportal>&systemid=...&query=...

Example:

curl -X GET "https://api.visionx.cc/search/ix?type=systemid&systemid=7f9fbcac-bf12-4fe0-bc39-4198df963b2d" \
-H "X-API-Key: abcdef123456"

Performs an advanced system intelligence lookup based on the provided system ID or identity portal.

4. FetchBase

Endpoint: GET /search/fetchbase?query=<string>

Example:

curl -X GET "https://api.visionx.cc/search/[email protected]" \
-H "X-API-Key: abcdef123456"

Fetches data from FetchBase based on the provided query.

5. Discord

Endpoint: GET /search/discord?query=<string>

Example:

curl -X GET "https://api.visionx.cc/search/discord?query=testuser#1234" \
-H "X-API-Key: abcdef123456"

Retrieves Discord user information based on the provided username and discriminator.

6. Snusbase

Endpoint: GET /search/snusbase?query=<string>

Example:

curl -X GET "https://api.visionx.cc/search/[email protected]" \
-H "X-API-Key: abcdef123456"

Searches Snusbase for information related to the provided query.

7. Log Search

Endpoint: GET /search/logs?query=<string>&size=<int>

Example:

curl -X GET "https://api.visionx.cc/search/logs?query=errorlog&size=5" \
-H "X-API-Key: abcdef123456"

Retrieves the latest logs matching the provided query, limited by the specified size.