{"id":24290549,"url":"https://github.com/dutu/aws-ip-address-lookup","last_synced_at":"2026-05-03T12:39:22.351Z","repository":{"id":57188274,"uuid":"88357833","full_name":"dutu/aws-ip-address-lookup","owner":"dutu","description":"node.js module for looking up Amazon Web Services (AWS) IP address details","archived":false,"fork":false,"pushed_at":"2017-04-15T17:12:39.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T01:48:47.770Z","etag":null,"topics":["amazon-web-services","aws"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/aws-ip-address-lookup","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-15T15:59:14.000Z","updated_at":"2019-07-12T12:23:29.000Z","dependencies_parsed_at":"2022-08-28T13:00:42.074Z","dependency_job_id":null,"html_url":"https://github.com/dutu/aws-ip-address-lookup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutu%2Faws-ip-address-lookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutu%2Faws-ip-address-lookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutu%2Faws-ip-address-lookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutu%2Faws-ip-address-lookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutu","download_url":"https://codeload.github.com/dutu/aws-ip-address-lookup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242135146,"owners_count":20077400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-web-services","aws"],"created_at":"2025-01-16T11:53:15.795Z","updated_at":"2026-05-03T12:39:17.306Z","avatar_url":"https://github.com/dutu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"aws-ip-address-lookup\n=======\n[![Build Status](https://travis-ci.org/dutu/aws-ip-address-lookup.svg)](https://travis-ci.org/dutu/aws-ip-address-lookup) ![Dependencies Status](https://david-dm.org/dutu/aws-ip-address-lookup.svg)\n\n\n**aws-ip-address-lookup** is a node.js module for looking up Amazon Web Services (AWS) IP address details.\n\nSee [AWS IP Address Ranges](http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html \"AWS IP Address Ranges\").\n\n\n### Contents\n* [Install](#install)\n* [Use](#use)\n* [ChangeLog](#changelog)\n* [License](#license) \n\n\n\n# Install\n\n    npm install aws-ip-address-lookup\n\n# Use\n\n### Example 1\n\n```js\nconst AwsIPAddressLookup = require(\"aws-ip-address-lookup\");\nlet awsIPAddressLookup = new AwsIPAddressLookup();\n\t\nawsIPAddressLookup.lookup('54.255.183.252', function (err, details) {\n  if (!err) {\n    console.log(JSON.stringify(details));\n  }\n});\n```\n\nResult:\n```js\n{\n  \"ipAddress\": \"54.255.183.252\",\n  \"ipPrefix\": \"54.255.0.0/16\",\n  \"region\": \"ap-southeast-1\",\n  \"service\": \"AMAZON\"\n}\n```\n\n### Example 2\n\n```js\nconst AwsIPAddressLookup = require(\"aws-ip-address-lookup\");\nlet awsIPAddressLookup = new AwsIPAddressLookup();\n\t\nawsIPAddressLookup.lookup(['54.255.183.252', '127.0.0.1', '2620:0107:300f:0000:0000:0000:0000:0000'], (err, details) =\u003e {\n  if (!err) {\n    console.log(JSON.stringify(details));\n  }\n});\n```\n\nResult:\n```js\n[\n  {\n    ipAddress: \"54.255.183.252\",\n    ipPrefix: \"54.255.0.0/16\",\n    region: \"ap-southeast-1\",\n    service: \"AMAZON\"\n  },\n  {\n    ipAddress: \"127.0.0.1\",\n    ipPrefix: \"\",\n    region: \"\",\n    service: \"\"\n  },\n  {\n    ipAddress: \"2620:0107:300f:0000:0000:0000:0000:0000\",\n    ipPrefix: \"2620:107:300f::/64\",\n    region: \"us-west-1\",\n    service: \"AMAZON\"\n  }\n]\n```\n\n# ChangeLog\n\n**aws-ip-address-lookup** module adheres to [Semantic Versioning](http://semver.org/).\n\n## [1.0.1] - 2017-04-15\n\n### Changed:\n- Update examples\n\n## [1.0.0] - 2017-04-15\n\n- First release\n\n# License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutu%2Faws-ip-address-lookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutu%2Faws-ip-address-lookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutu%2Faws-ip-address-lookup/lists"}