{"id":18822081,"url":"https://github.com/proyecto26/colombia","last_synced_at":"2026-01-18T13:30:16.384Z","repository":{"id":74465217,"uuid":"226003868","full_name":"proyecto26/colombia","owner":"proyecto26","description":"Departamentos y Municipios de Colombia 🇨🇴","archived":false,"fork":false,"pushed_at":"2024-10-27T16:24:31.000Z","size":32,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T22:37:27.468Z","etag":null,"topics":["cities","cities-database","colombia","departments","departments-database"],"latest_commit_sha":null,"homepage":"","language":null,"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/proyecto26.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},"funding":{"github":"jdnichollsc","patreon":"proyecto26","open_collective":"proyecto26","ko_fi":"proyecto26","liberapay":"proyecto26","donorbox":"proyecto-26","custom":["paypal.me/jdnichollsc","buymeacoffee.com/jdnichollsc","donorbox.org/proyecto-26"]}},"created_at":"2019-12-05T02:59:54.000Z","updated_at":"2024-10-27T16:24:35.000Z","dependencies_parsed_at":"2024-11-08T00:47:49.855Z","dependency_job_id":"46771c07-ae55-4b96-b7b0-e5eba98d8975","html_url":"https://github.com/proyecto26/colombia","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"9122f0bf744e1edc42fe8cd9cc7eee5f5cc27b51"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2Fcolombia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2Fcolombia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2Fcolombia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2Fcolombia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proyecto26","download_url":"https://codeload.github.com/proyecto26/colombia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239451771,"owners_count":19641007,"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":["cities","cities-database","colombia","departments","departments-database"],"created_at":"2024-11-08T00:47:45.081Z","updated_at":"2025-02-20T01:15:22.381Z","avatar_url":"https://github.com/proyecto26.png","language":null,"funding_links":["https://github.com/sponsors/jdnichollsc","https://patreon.com/proyecto26","https://opencollective.com/proyecto26","https://ko-fi.com/proyecto26","https://liberapay.com/proyecto26","proyecto-26","paypal.me/jdnichollsc","buymeacoffee.com/jdnichollsc","donorbox.org/proyecto-26","http://www.paypal.me/jdnichollsc/2"],"categories":[],"sub_categories":[],"readme":"# Departamentos y Municipios de Colombia\n\nData extracted from [Departamento Administrativo Nacional de Estadística](https://www.datos.gov.co/Mapas-Nacionales/Departamentos-y-municipios-de-Colombia/xdk5-pm3f).\n\n## Info\n- Entity name: Ministerio de Tecnologías de La Información y Las Comunicaciones (MinTIC).\n- Date: 2017-05-11\n\n## JSON Data\n\n- Departments: https://github.com/proyecto26/colombia/raw/master/departments.json\n- Cities: https://github.com/proyecto26/colombia/raw/master/cities.json\n\n## SQL Tables\n\n- Departments\n```sql\nCREATE TABLE IF NOT EXISTS department (\n  id INT PRIMARY KEY,\n  `name` VARCHAR(80) NOT NULL\n);\n```\n\n- Cities\n```sql\nCREATE TABLE IF NOT EXISTS city (\n  id INT PRIMARY KEY,\n  `name` VARCHAR(50) NOT NULL,\n  `departmentId` INT NOT NULL,\n  CONSTRAINT `fk_city_department`\n    FOREIGN KEY (`departmentId`)\n    REFERENCES `department` (`id`)\n    ON DELETE NO ACTION\n    ON UPDATE NO ACTION\n);\n```\n\n## Supporting 🍻\nI believe in Unicorns 🦄\nSupport [me](http://www.paypal.me/jdnichollsc/2), if you do too.\n\nDonate **Ethereum**, **ADA**, **BNB**, **SHIBA**, **USDT/USDC**, **DOGE**, etc:\n\n\u003e Wallet address: jdnichollsc.eth\n\nPlease let us know your contributions! 🙏\n\n## Happy coding 💯\nMade with ❤️\n\n\u003cimg width=\"150px\" src=\"https://avatars0.githubusercontent.com/u/28855608?s=200\u0026v=4\" align=\"right\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproyecto26%2Fcolombia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproyecto26%2Fcolombia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproyecto26%2Fcolombia/lists"}