{"id":25824473,"url":"https://github.com/petitviolet/ziptoaddress","last_synced_at":"2026-05-13T15:39:13.629Z","repository":{"id":27030119,"uuid":"30494967","full_name":"petitviolet/ZipToAddress","owner":"petitviolet","description":"Convert API Japanese ZipCode to Address","archived":false,"fork":false,"pushed_at":"2015-02-10T09:00:37.000Z","size":4248,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T18:28:00.947Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petitviolet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-08T15:18:03.000Z","updated_at":"2017-04-14T00:52:42.000Z","dependencies_parsed_at":"2022-08-03T06:30:39.527Z","dependency_job_id":null,"html_url":"https://github.com/petitviolet/ZipToAddress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petitviolet/ZipToAddress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitviolet%2FZipToAddress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitviolet%2FZipToAddress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitviolet%2FZipToAddress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitviolet%2FZipToAddress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petitviolet","download_url":"https://codeload.github.com/petitviolet/ZipToAddress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitviolet%2FZipToAddress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32989734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask","python"],"created_at":"2025-02-28T12:51:59.961Z","updated_at":"2026-05-13T15:39:13.599Z","avatar_url":"https://github.com/petitviolet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convert Zipcode to Address api\n\n[![Build Status](https://travis-ci.org/petitviolet/ZipToAddress.svg?branch=master)](https://travis-ci.org/petitviolet/ZipToAddress)\n[![Coverage Status](https://coveralls.io/repos/petitviolet/ZipToAddress/badge.svg?branch=master)](https://coveralls.io/r/petitviolet/ZipToAddress?branch=master)\n\n![zip_address_demo.gif](https://dl.dropboxusercontent.com/u/26228820/zip_address.gif)\n\n## Environment\n\n- Python(3.4.1)\n  - Flask\n  - SQLAlchemy\n\n## Preparation\n\n### Python Modules\n\n```sh\npip install -r requirements.txt\n```\n\n### Database Preparation\n\nDownload SQL file containes zip\\_address information.\n[住所データSQL【住所.jp】](http://jusyo.jp/sql/new.php)\n\n```sh\nwget http://jusyo.jp/downloads/new/sql/sql_zenkoku.zip\nunzip sql_zenkoku.zip\n# =\u003e zenkoku.sql\n```\n\n```sh\nmysql -u user -p -e 'create database zip_address default charset=utf8;'\nmysql -u user -p zip_address \u003c zenkoku.sql\n```\n\n## Run \n\n```sh\npython run.py\n# or\n# python manage.py gunicorn -w \u003cworker\u003e -h \u003chost\u003e -p \u003cport\u003e\npython manage.py gunicorn -w 4 -h localhost -p 12345\n```\n\n[http://localhost:12345/zip/001-0000](http://localhost:12345/zip/001-0000)\n\n``` sh\n$ curl http://localhost:12345/zip/001-0000\n[{\"ken_furi\": \"\\u30db\\u30c3\\u30ab\\u30a4\\u30c9\\u30a6\", \"office_name\": \"\", \"block_name\": \"\", \"id\": 1000000, \"city_name\": \"\\u672d\\u5e4c\\u5e02\\u5317\\u533a\", \"office_furi\": \"\", \"office_flg\": 0, \"ken_id\": 1, \"town_furi\": \"\\u3000\", \"town_id\": 11020000, \"office_address\": \"\", \"delete_flg\": 0, \"zip\": \"001-0000\", \"memo\": \"\", \"kyoto_street\": \"\", \"town_memo\": \"\\uff08\\u8a72\\u5f53\\u306a\\u3057\\uff09\", \"city_id\": 1102, \"town_name\": \"\", \"city_furi\": \"\\u30b5\\u30c3\\u30dd\\u30ed\\u30b7\\u30ad\\u30bf\\u30af\", \"block_furi\": \"\", \"ken_name\": \"\\u5317\\u6d77\\u9053\", \"new_id\": 0}] \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetitviolet%2Fziptoaddress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetitviolet%2Fziptoaddress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetitviolet%2Fziptoaddress/lists"}