Skip to main content
GET
https://www.osintcat.net
/
api
/
minecraft-osint
Minecraft OSINT
curl --request GET \
  --url https://www.osintcat.net/api/minecraft-osint
Minecraft OSINT lookup. Search for Minecraft account information including usernames, IPs, passwords, emails, and UUIDs from breach databases. Results are cached for improved performance.

Parameters

query
string
required
The search query value
type
string
required
The type of search to perform. Available search types: username, ip, password, email, uuid
id
string
required
Your API key

Response

Returns Minecraft breach data based on the search type specified. The response structure varies depending on the type parameter used. Results are cached for 30 minutes.

Example Request

curl "https://www.osintcat.net/api/minecraft-osint?query=Notch&type=username&id=YOUR_API_KEY"