{"id":48413175,"url":"https://github.com/ibanapi/ibanapi_js","last_synced_at":"2026-04-06T06:34:02.846Z","repository":{"id":57145763,"uuid":"407816151","full_name":"ibanapi/ibanapi_js","owner":"ibanapi","description":"The official repository for the javascript JSONP integration for ibanapi.com","archived":false,"fork":false,"pushed_at":"2021-09-18T10:04:57.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T08:25:30.105Z","etag":null,"topics":["iban","iban-checker","iban-validator","ibanking","jsonp"],"latest_commit_sha":null,"homepage":"https://ibanapi.com/get-api#jsonp","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-18T09:28:46.000Z","updated_at":"2024-03-17T11:52:12.000Z","dependencies_parsed_at":"2022-09-05T13:00:56.017Z","dependency_job_id":null,"html_url":"https://github.com/ibanapi/ibanapi_js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ibanapi/ibanapi_js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibanapi","download_url":"https://codeload.github.com/ibanapi/ibanapi_js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_js/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-validator","ibanking","jsonp"],"created_at":"2026-04-06T06:33:59.275Z","updated_at":"2026-04-06T06:34:02.839Z","avatar_url":"https://github.com/ibanapi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💳 IBAN API validation using ibanapi.com\n\nThe official javascript JSONP 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* Download the distribuation file and link it in your project or use public CDN\n* You can now initialize \u0026 use the library as follows\n\n* For full iban validation\n```javascript\n    //Get all the IBAN Information\n    var ibanApi = IBANApi();\n    ibanApi.validateIBAN(\"EE471000001020145685\",\"API_KEY\").then(function(data){\n        console.log(data);\n    });\n```\n\n* For basic iban validation\n```javascript\n    //Get all the basic IBAN Information\n    var ibanApi = IBANApi();\n    ibanApi.validateIBANBasic(\"EE471000001020145685\",\"API_KEY\").then(function(data){\n        console.log(data);\n    });\n```\n\n* To get the balance\n```javascript\n    //Get the account balance\n    var ibanApi = IBANApi();\n    ibanApi.getBalance(\"API_KEY\").then(function(data){\n        console.log(data);\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_js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibanapi%2Fibanapi_js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibanapi%2Fibanapi_js/lists"}