Official Postman and Bruno API collections for the IPData.info API — IP geolocation, ASN intelligence, and threat intelligence.
— (pending publish;
see TODO in source)
postman/ipdata.postman_collection.json— Postman Collection (schema v2.1.0)postman/ipdata.postman_environment.json— Postman environment (baseUrl,apiKey)bruno/— equivalent Bruno collection (bruno.json, one.brufile per request,environments/ipdata.bru)
Endpoints covered: full lookup (/json/{ip}), geo subset, ASN subset, batch
lookup (paid), ASN detail, ASN whois history, ASN change feed, and threat
intelligence (domain / hash / url).
The IPData.info API works anonymously on the free tier
(https://ipdata.info, 50 requests/min, no signup required) — every request
in this collection runs out of the box against that host.
For higher limits and batch lookups, register for a free API key at
ipdata.info/register, create a key in your
dashboard, then paste it into the apiKey variable of the environment you're
using. See the full API docs for rate limits and
response field reference.
- Open Postman → Import.
- Drag in both
postman/ipdata.postman_collection.jsonandpostman/ipdata.postman_environment.json(or select them via the file picker). - Select the IPData.info - Free Tier environment in the top-right environment dropdown.
- (Optional) Set
apiKeyin the environment to your key from ipdata.info/register to unlock batch lookups and higher rate limits. - Run any request in the Lookup, ASN Intelligence, or Threat Intelligence folders — no key needed for those.
- Open Bruno → Open Collection → select the
bruno/directory in this repo. - In the sidebar, open Environments and select
ipdata(or set it via the environment selector). - (Optional) Set
apiKeyin theipdataenvironment to your key from ipdata.info/register. - Run requests from the
lookup/,batch/,asn-intelligence/, andthreat-intelligence/folders.
Batch lookup IPsrequires a paid-tier API key. On the free tier (no key, or a free key) it returns403 {"error":"batch lookup requires a paid tier API key"}— this is expected behavior, not a bug in the collection.- All other requests work anonymously against
https://ipdata.infoat 50 req/min. - Full API contract, field reference, and SDKs: see ipdata.info/docs.
MIT — see LICENSE.