Skip to content

CIDR

published · September 10, 2026

CIDR notation writes a range of IP addresses as one address and a prefix length, so 203.0.113.0/24 means the 256 addresses sharing those first 24 bits.

CIDR notation writes a range of IP addresses as one address and a prefix length: 203.0.113.0/24 means the 256 addresses that share those first 24 bits. Classless Inter-Domain Routing replaced the old fixed classes in 1993, and every allocation, route and blocklist has been written this way since.

Where it appears in Spaw

network on an IP answer is the CIDR block the address was found in — the unit the registries allocate and the feeds list, so it is the right thing to remember if you are caching or aggregating.

CIDR is also the input format in two places: a secret API key can carry an allowlist of source addresses or ranges, and every threat and datacenter feed read here is compiled from published CIDR lists.

Why a range and not an address

Almost nothing about an IP address is a fact about the address alone. Allocation, hosting, blocklisting and geolocation are all properties of a block, and an answer that pretends otherwise is claiming a precision the data does not have. location_confidence says which of country, region or city the underlying data actually supports for a given block.

Related

markdown version: /glossary/cidr.md

Verify addresses the same way

The Spaw API runs every check described here on each lookup, with an SMTP handshake that never sends mail. 10 free lookups a month, no card required.

Get your API key

More glossary

  • ASN

    An Autonomous System Number identifies one network that announces its own routes to the internet under a single routing policy.

  • Address register

    An address register is a country's official file of every address its authorities recognise, usually keyed on buildings rather than letterboxes.

  • Catch-all domain

    A catch-all domain is one whose mail server accepts mail addressed to every recipient, whether or not that mailbox exists.

  • Check digit

    A check digit is a digit computed from the rest of an identifier so that a mistyped one usually fails arithmetic before anybody looks it up.

  • Company number

    A company number is the identifier a national registrar assigns to an incorporated company, unique within that register and never within the world.

  • Credit

    A credit is the billing unit of the whole API: one credit buys one fresh lookup that produced a usable answer, on any of the six signals.

  • Datacenter IP

    A datacenter IP is an address inside a range operated by a hosting, cloud or server provider rather than by a consumer access network.

  • Delivery point

    A delivery point is the smallest unit a postal service delivers to: one letterbox, one door, one box at a counter.