OSINT
Username OSINT sources API
List the supported username profile URL sources available to local OSINT profile generation.
Price$0.01per request
MethodGET
Route/v1/osint/username/sources
StatusLive
MIME typeapplication/json
Rate limit240/minute
Cache86400s public
osintusernamesourcessherlock
API URL
Integration docshttps://x402.hexl.dev/v1/osint/username/sourcesExample response
{
"count": 12,
"sources": [
{
"key": "github",
"label": "GitHub"
}
],
"provider": "profile-url-templates"
}Input schema
{
"type": "object",
"properties": {}
}Output schema
{
"type": "object",
"additionalProperties": true
}