Loading
GGX_LABS
DEVELOPER API / REFERENCE

Endpoint reference

Current /v1 API routes exposed by the GGX Labs backend.

Endpoint catalog

MethodPathScopeCreditsDescription
GET/v10API catalog
GET/v1/ip?ip={ip}ip:read1IP intelligence lookup
GET/v1/ip/{ip}ip:read1IP intelligence lookup
GET/v1/ip/asn?ip={ip}ip:read1ASN lookup
GET/v1/dns-analyzer/record-typesdns:read1Supported DNS record types
GET/v1/dns-analyzer/analyze/{domain}dns:read1DNS analysis
POST/v1/dns-analyzer/analyzedns:read1DNS analysis
POST/v1/dns-analyzer/analyze/batchdns:read1/domainBatch DNS analysis; max 5 domains
GET/v1/domain-intelligencedomain:read1Domain intelligence
GET/v1/domain-intelligence/scandomain:read1Domain intelligence
GET/v1/domain-intelligence/basicdomain:read1Domain intelligence
GET/v1/domain-intelligence/fulldomain:read1Domain intelligence
GET/v1/domain-intelligence/ssldomain:read1Domain TLS intelligence
GET/v1/domain-intelligence/summarydomain:read1Domain summary
GET/v1/domain-intelligence/dnsdns:read1Domain DNS intelligence
GET/v1/domain-intelligence/dnssecdns:read1Domain DNSSEC intelligence
GET/v1/domain-intelligence/whoisdomain:read1Domain WHOIS intelligence
GET/v1/domain-intelligence/subdomainsdomain:read1Domain subdomain intelligence
GET/v1/domain-intelligence/hostingdomain:read1Domain hosting intelligence
GET/v1/domain-intelligence/securitydomain:read1Domain security intelligence
GET/v1/domain-intelligence/tlsdomain:read1Domain TLS intelligence
GET/v1/domain-intelligence/technologydomain:read1Domain technology intelligence
GET/v1/domain-intelligence/riskdomain:read1Domain risk intelligence
GET/v1/domain-intelligence/exposuredomain:read1Domain exposure intelligence
GET/v1/domain-intelligence/httpdomain:read1Domain HTTP intelligence
GET/v1/domain-intelligence/fingerprintdomain:read1Domain fingerprint intelligence
GET/v1/domain-intelligence/email?domain={domain}email_security:read1Domain email security
GET/v1/domain-intelligence/asn?ip={ip}ip:read1ASN lookup
GET/v1/domain-intelligence/reverse-ip?ip={ip}ip:read1Catalog entry; not implemented yet
GET/v1/email-security?domain={domain}email_security:read1Email security summary
GET/v1/email-security/advanced?domain={domain}email_security:read1Advanced email security
GET/v1/http-header-analyzer?url={url}headers:read1HTTP security header analysis
GET/v1/code-engine/{code}code:execute1Resolve Code Engine launch code
POST/v1/ip-grabber/api/linksip_grabber:execute1Create a consent-first tracking link
GET/v1/ip-grabber/api/links/{linkId}/resultsip_grabber:execute1Read owned tracking-link results
POST/v1/adsense/checkadsense:read10Run or queue AdSense/SEO analysis
GET/v1/adsense/jobs/{jobId}adsense:read1Get AdSense job status
GET/v1/adsense/jobs/{jobId}/reportadsense:read1Generate an AdSense report
POST/v1/adsense/feedbackadsense:read1Submit AdSense analyzer feedback
GET/v1/statusstatus:read0GGX Labs status stream

Request middleware

API tool routes are composed from common middleware that authenticates the key, resolves entitlement, enforces quota, checks the required scope, and applies credit billing for chargeable operations.

StageResponsibility
API key authenticationValidate the Bearer key and identify the API user.
EntitlementResolve active subscription and effective rate limit.
QuotaEnforce the requests-per-minute limit.
ScopeRequire the permission associated with the route.
Credit billingCharge or reserve the configured credit cost.

Implementation status

Endpoint stability
The catalog describes the current backend route set. The reverse-IP route is explicitly marked as not implemented yet, and the overall public API contract remains under development.