API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    IP Intelligence Lookupget
Schemas
powered by Zudoku
IP Intelligence API
IP Intelligence API

Schemas


LookupResult

ip
​string · required

The normalized IP address that was looked up.

Example: 8.8.8.8
version
​integer · enum · required

IP version (4 for IPv4, 6 for IPv6).

Enum values:
4
6
Example: 4
reverse_dns
​string[] · required

PTR hostnames (trailing dot stripped). Empty when none exist.

Example: ["dns.google"]
is_bogon
​boolean · required

True for private/reserved/non-routable addresses.

Example: false
asn
​string | null

Primary origin ASN (first if multi-origin/anycast).

Example: 15169
asn_name
​string | null

Human-readable AS name.

Example: GOOGLE, US
bgp_prefix
​string | null

The covering BGP prefix announced for this address.

Example: 8.8.8.0/24
country_code
​string | null

ISO 3166-1 alpha-2 country code associated with the prefix.

Example: US
registry
​string | null

Responsible RIR (arin, ripe, apnic, lacnic, afrinic).

Example: arin
allocated_date
​string | null

Date the prefix was allocated by the registry.

Example: 1992-12-01

Error

error
​string · required

Error message

Example: Invalid IP address
On this page
  • LookupResult
  • Error