{"id":48413189,"url":"https://github.com/ibanapi/ibanapi_node","last_synced_at":"2026-04-06T06:34:04.003Z","repository":{"id":57270620,"uuid":"402983419","full_name":"ibanapi/ibanapi_node","owner":"ibanapi","description":"The official package for ibanapi.com node js integration. ","archived":false,"fork":false,"pushed_at":"2021-09-04T08:03:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-29T13:42:04.503Z","etag":null,"topics":["iban","iban-checker","iban-numbers","iban-validator"],"latest_commit_sha":null,"homepage":"","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/ibanapi.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":"2021-09-04T06:34:18.000Z","updated_at":"2021-09-04T08:49:05.000Z","dependencies_parsed_at":"2022-09-06T10:31:37.344Z","dependency_job_id":null,"html_url":"https://github.com/ibanapi/ibanapi_node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibanapi/ibanapi_node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibanapi","download_url":"https://codeload.github.com/ibanapi/ibanapi_node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["iban","iban-checker","iban-numbers","iban-validator"],"created_at":"2026-04-06T06:34:00.690Z","updated_at":"2026-04-06T06:34:03.997Z","avatar_url":"https://github.com/ibanapi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💳 IBAN API validation using ibanapi.com\n\nThe official node module for validating IBAN using the ibanapi.com public API\u003cbr/\u003e\nThis module offers methods to validate IBAN (full and basic validation) wherein full validation will return the bank information alongside the basic validations. \n\n## How to use\n* Get an [API Key](https://ibanapi.com/get-api) from the ibanapi.com website.\n* Install the package using the following command `npm install --save ibanapi`\n* You can now initialize \u0026 use the package as follows\n\n* For full iban validation\n```node\n    //Get all the IBAN Information\n    ibanapi.setConfig(\"API_KEY\")\n    ibanapi.validateIBAN(\"EE471000001020145685\",ibanResult);\n    function ibanResult(res){\n        console.log(res);\n    }\n```\n\n* For basic iban validation\n```node\n    //Get all the basic IBAN Information\n    ibanapi.setConfig(\"API_KEY\")\n    ibanapi.validateIBANBasic(\"EE471000001020145685\",ibanBasicResult);\n    function ibanBasicResult(res){\n        console.log(res);\n    }\n```\n\n* To get the balance\n```node\n    //Get the account balance\n    ibanapi.setConfig(\"API_KEY\")\n    ibanapi.getBalance(balanceResult);\n    function balanceResult(res){\n        console.log(res);\n    }\n```\n\n## Issue or suggestion\nPlease feel free to open a bug report or pull request to this repo.\u003cbr/\u003e\nor visit the [iban api website](https://ibanapi.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibanapi%2Fibanapi_node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibanapi%2Fibanapi_node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibanapi%2Fibanapi_node/lists"}