{"id":25238652,"url":"https://github.com/mekramy/ircity","last_synced_at":"2025-04-05T19:36:06.365Z","repository":{"id":274329425,"uuid":"922585937","full_name":"mekramy/ircity","owner":"mekramy","description":"Iran province, county and city data in json format.","archived":false,"fork":false,"pushed_at":"2025-01-26T16:06:46.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T17:54:07.645Z","etag":null,"topics":["data","iran-city","json","mekramy"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mekramy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-26T15:56:00.000Z","updated_at":"2025-01-26T16:07:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0dc091d-b4cf-4109-84bf-24e83485a44c","html_url":"https://github.com/mekramy/ircity","commit_stats":null,"previous_names":["mekramy/ircity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mekramy%2Fircity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mekramy%2Fircity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mekramy%2Fircity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mekramy%2Fircity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mekramy","download_url":"https://codeload.github.com/mekramy/ircity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393545,"owners_count":20931809,"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":["data","iran-city","json","mekramy"],"created_at":"2025-02-11T17:52:52.038Z","updated_at":"2025-04-05T19:36:06.352Z","avatar_url":"https://github.com/mekramy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# IR City Data Repository\n\nThis repository contains comprehensive data of Iran's provinces, counties, and cities in JSON format.\n\n## Features\n\n- Detailed information about each province, county, and city in Iran.\n- Data is structured in easy-to-use JSON format.\n- Regular updates to ensure data accuracy.\n\n## Usage\n\nClone the repository:\n\n```sh\ngit clone https://github.com/mekramy/ircity.git\n```\n\n## Structure\n\n```ts\ninterface Province {\n  id: number;\n  name: string;\n  code: number;\n}\n\ninterface County {\n  id: number;\n  name: string;\n  code: number;\n  province: number;\n}\n\ninterface City {\n  id: number;\n  name: string;\n  code: number;\n  county: number;\n  province: number;\n  type: number;\n  bakhsh: number;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmekramy%2Fircity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmekramy%2Fircity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmekramy%2Fircity/lists"}