Enterprise-grade OSINT Intelligence API. 35+ data sources unified into one powerful platform.
All API requests require an API key passed via the x-api-key header.
curl -H "x-api-key: vo_your_api_key" \
https://api.veritasosint.com/api/v1/lookup/discord?id=123456789
Get your API key by creating an account.
| Plan | Requests/sec | Daily Lookups |
|---|---|---|
| Free | 1/s | 15 |
| Pro | 5/s | 250 |
| Enterprise | 20/s | Unlimited |
| Investigator | 100/s | Unlimited |
Each lookup consumes credits from your balance. Credit cost varies by endpoint.
| Endpoint | Credits | Plan |
|---|---|---|
discord |
1 | All |
breach |
2 | All |
stealer |
3 | Pro+ |
stealer-v2 |
3 | Pro+ |
ip |
1 | All |
discord-to-roblox |
1 | All |
roblox |
1 | All |
minecraft |
1 | All |
username |
1 | All |
email-check |
1 | All |
github |
1 | All |
phone |
2 | All |
domain |
1 | All |
steam |
1 | All |
xbox |
1 | All |
reddit |
1 | All |
twitter |
1 | All |
crypto |
1 | All |
leakcheck |
2 | Pro+ |
seon |
2 | All |
ghunt |
2 | All |
vin |
1 | All |
chilean-name |
1 | All |
discord-history |
1 | All |
discord-stalker |
2 | Pro+ |
database-search |
3 | Pro+ |
scanner |
1 | All |
{
"success": true,
"data": {
"results": { ... },
"sources_count": 3,
"lookup_type": "discord",
"query": "123456789",
"credits_used": 3,
"lookup_id": "lkp_abc123",
"response_time_ms": 847
},
"meta": {
"plan": "pro",
"credits_remaining": 4997,
"daily_lookups_remaining": 499,
"request_id": "req_abc123",
"searched_with": "VeritasOSINT",
"site": "https://api.veritasosint.com"
}
}
| Code | HTTP | Description |
|---|---|---|
MISSING_API_KEY | 401 | No API key provided |
INVALID_API_KEY | 403 | API key is invalid |
RATE_LIMIT_EXCEEDED | 429 | Too many requests per second |
DAILY_LIMIT_REACHED | 429 | Daily lookup limit reached |
INSUFFICIENT_CREDITS | 402 | Not enough credits |
PLAN_RESTRICTED | 403 | Lookup requires higher plan |
MISSING_QUERY | 400 | Required parameter missing |
/api/v1/lookup/discord
3 credits
Retrieve comprehensive Discord user intelligence including profile data, avatar, banner, badges, and creation date.
| Param | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Discord user ID (snowflake) |
curl -H "x-api-key: vo_your_key" \
"https://api.veritasosint.com/api/v1/lookup/discord?id=300760994454437890"
/api/v1/lookup/breach
2 credits
Search across breach databases for leaked credentials and associated data.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Email, username, or domain |
cursor | string | No | Pagination cursor |
dbnames | string | No | Filter databases (comma-separated) |
curl -H "x-api-key: vo_your_key" \
"https://api.veritasosint.com/api/v1/lookup/breach?q=test@example.com"
/api/v1/lookup/stealer
2 credits
Pro+
Search stealer log databases for credential entries and associated data.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Search query |
cursor | string | No | Pagination cursor |
/api/v1/lookup/ip
3 credits
Get comprehensive IP intelligence including geolocation, ISP, proxy detection, and associated logs.
| Param | Type | Required | Description |
|---|---|---|---|
ip | string | Yes | IPv4 or IPv6 address |
/api/v1/lookup/username
2 credits
Search for username across platforms, stealer logs, and site registrations.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Username to search |
/api/v1/lookup/email-check
2 credits
Discover which services an email is registered on and check email security configuration.
| Param | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address |
/api/v1/lookup/github
2 credits
Find GitHub accounts and associated data by email or username.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Email or username |
/api/v1/lookup/phone
1 credit
Gather intelligence on phone numbers including carrier, location, and linked accounts.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Phone number |
/api/v1/lookup/domain
2 credits
Domain intelligence including subdomains, DNS records, and stealer log data.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Domain name |
/api/v1/lookup/roblox
2 credits
Get Roblox user profile details and associated information.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Username or ID |
/api/v1/lookup/minecraft
2 credits
Minecraft profile lookup including name history and breach data.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Username |
/api/v1/lookup/steam
1 credit
Retrieve Steam user profile and associated gaming data.
| Param | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Steam ID |
/api/v1/lookup/xbox
1 credit
Look up Xbox Live user profile information.
| Param | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Xbox ID |
/api/v1/lookup/reddit
1 credit
Fetch Reddit user profile and account information.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Reddit username |
/api/v1/lookup/twitter
1 credit
Twitter account intelligence and profile data.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Twitter username |
/api/v1/lookup/crypto
1 credit
Cryptocurrency wallet intelligence and transaction analysis.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Wallet address |
/api/v1/lookup/leakcheck
2 credits
Pro+
Check for credentials in leaked databases.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Email or username |
/api/v1/lookup/seon
1 credit
SEON fraud intelligence and risk scoring.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Email or phone |
/api/v1/lookup/ghunt
1 credit
Google account OSINT and linked service discovery.
| Param | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Google email |
/api/v1/lookup/vin
1 credit
Vehicle identification number lookup and history.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Vehicle VIN |
/api/v1/lookup/discord-history
1 credit
Retrieve full Discord username change history.
| Param | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Discord ID |
/api/v1/lookup/discord-stalker
2 credits
Pro+
Monitor Discord user activity and messages.
| Param | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Discord ID |
/api/v1/lookup/discord-to-roblox
2 credits
Discover linked Roblox accounts from a Discord ID.
| Param | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Discord ID |
/api/v1/lookup/database-search
2 credits
Pro+
Deep search across aggregated intelligence databases.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Search query |
/api/v1/lookup/chilean-name
1 credit
Find information about Chilean persons.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Person name |
/api/v1/lookup/dns
1 credit
Resolve domain names to IP addresses and DNS records.
| Param | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Domain name |
/api/v1/lookup/email-osint
Currently Deactivated
This endpoint is currently deactivated and not available for use.
/api/v1/export
Export lookup results to your preferred format for further analysis.
| Field | Type | Required | Description |
|---|---|---|---|
lookup_id | string | Yes | ID from a previous lookup response |
format | string | Yes | json, csv, or md |
Free plan supports JSON only. Pro and Enterprise support all formats.
/api/v1/export/:id
Downloads the exported file. Exports expire after 1 hour.
/api/v1/account
Returns your account details, plan info, credits, and API keys.
/api/v1/account/usage
Returns your recent lookup history (last 50 lookups).