{"id":22693413,"url":"https://github.com/kents00/zipkode","last_synced_at":"2025-10-07T18:48:37.434Z","repository":{"id":220843827,"uuid":"750910130","full_name":"kents00/ZipKode","owner":"kents00","description":"Directory of Philippine zip codes","archived":false,"fork":false,"pushed_at":"2024-02-18T11:56:53.000Z","size":699,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T18:17:12.321Z","etag":null,"topics":["flask-restful","python","zipcode"],"latest_commit_sha":null,"homepage":"https://zipkode.onrender.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kents00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"kents00","patreon":null,"open_collective":null,"ko_fi":"kents_workof_art","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-01-31T15:08:10.000Z","updated_at":"2024-02-05T12:13:01.000Z","dependencies_parsed_at":"2024-02-04T20:17:52.349Z","dependency_job_id":"5a64aa12-ca4a-4dd7-97f6-f7070ec17384","html_url":"https://github.com/kents00/ZipKode","commit_stats":null,"previous_names":["kents00/zipkode"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZipKode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZipKode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZipKode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZipKode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kents00","download_url":"https://codeload.github.com/kents00/ZipKode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215826,"owners_count":20741894,"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":["flask-restful","python","zipcode"],"created_at":"2024-12-10T02:10:31.514Z","updated_at":"2025-10-07T18:48:32.386Z","avatar_url":"https://github.com/kents00.png","language":"HTML","readme":"# ZipKode\n\nIt's a web app using the Flask framework that lets users search for ZIP codes by regions, provinces, cities, and municipalities in a specific area in the philippines.\n\n![ZIPKODE](https://github.com/kents00/ZipKode/assets/69900896/ba9a72ce-026f-4ec4-838a-da278f294301)\n\n### Installation\n\n```bash\n// Clone the repository\ngit clone https://github.com/kents00/ZipKode.git\n\n// installing requirements\npip install -r requirements.txt\n\n//run into your local machine\nflask --app app run\n```\n\nThe application will be accessible at **`http://127.0.0.1:5000/`** in your web browser.\n\n### API\n\nThe project provides a simple API for searching ZIP codes.\n\n- **Endpoint**: **`/search`**\n- **Method**: GET\n- **Parameters**:\n    - **`search_term`** (required): The term to search for.\n\n**Example Request**:\n\n```bash\n// localhost\ncurl http://127.0.0.1:5000/search?search_term=Manila\n\n// render\ncurl https://zipkode.onrender.com/search?search_term=Manila\n```\n\n**Example Response**:\n\n```json\n{\n  \"result\": {\n    \"NCR (National Capital Region)\": {\n      \"Metro Manila\": {\n        \"Manila Bay (Reclamation)\": \"1308\",\n        \"Manila Doctors Village\": \"1748\",\n        \"Manila Memorial Park\": \"1717\"\n      }\n    }\n  },\n  \"search_term\": \"Manila\"\n}\n```\n\n### Issues\n\nIf you're having trouble integrating this code into your machine, [open a new issue](https://github.com/kents00/ZipKode/issues). As this repository continues to develop, it will be easier for more developers to integrate updates and improve overall user performance!\n","funding_links":["https://github.com/sponsors/kents00","https://ko-fi.com/kents_workof_art"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkents00%2Fzipkode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkents00%2Fzipkode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkents00%2Fzipkode/lists"}