{"id":48413202,"url":"https://github.com/ibanapi/ibanapi_go","last_synced_at":"2026-04-06T06:34:05.695Z","repository":{"id":57627675,"uuid":"403661328","full_name":"ibanapi/ibanapi_go","owner":"ibanapi","description":"The official IBANAPI.com Go package.","archived":false,"fork":false,"pushed_at":"2021-09-06T17:07:19.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-26T04:08:13.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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-06T14:53:58.000Z","updated_at":"2022-08-13T07:37:06.000Z","dependencies_parsed_at":"2022-09-17T10:41:16.685Z","dependency_job_id":null,"html_url":"https://github.com/ibanapi/ibanapi_go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ibanapi/ibanapi_go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibanapi","download_url":"https://codeload.github.com/ibanapi/ibanapi_go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_go/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":[],"created_at":"2026-04-06T06:34:02.863Z","updated_at":"2026-04-06T06:34:05.691Z","avatar_url":"https://github.com/ibanapi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💳 IBAN API validation using ibanapi.com for Go\n\nThe official Go package for validating IBAN using the ibanapi.com public API\u003cbr/\u003e\nThis package 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 ``go get github.com/ibanapi/ibanapi_go``\n* You can now initialize \u0026 use the package as follows\n* Import the package ``import ibanapi \"github.com/ibanapi/ibanapi_go/ibanapi\"``\n* For full iban validation\n```go\n    //Get all the IBAN Information\n    resp, err := ibanapi.ValidateIBAN(\"API_KEY\", \"EE471000001020145685\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\t//Use the results to fit your application logic\n\tfmt.Println(resp.Result)\n    \n```\n* For basic iban validation\n```go\n    //Get all the basic IBAN Information\n    resp, err := ibanapi.ValidateIBANBasic(\"API_KEY\", \"EE471000001020145685\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\t//Use the results to fit your application logic\n\tfmt.Println(resp.Result)\n```\n\n* To get the balance\n```go\n    //Get the account balance\n    resp, err := ibanapi.GetBalance(\"API_KEY\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Println(resp.Result)\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_go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibanapi%2Fibanapi_go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibanapi%2Fibanapi_go/lists"}