Alloyinfrastructure apis

Documentation

Alloy Infrastructure APIs exposes 80+ endpoints across twelve categories: network, DNS, domain, email, TLS, web, security, utilities, reference data, observability, and a flagship internet diagnosis endpoint. Every endpoint returns the same envelope shape and supports the same query controls.

Quick links

Design principles

  • Every endpoint returns a SuccessEnvelope or ErrorEnvelope.
  • Authentication is optional on the anonymous tier; keys unlock higher limits.
  • Responses can be reshaped at the query layer (format, fields, sort, etc.) without server roundtrips.
  • Cache headers and ETags are emitted everywhere safe to cache.
  • No upstream data is paywalled — everything routes through public protocols (DNS, RDAP, RIPEstat, CT logs, DoH).