{"id":27764945,"url":"https://github.com/adamayoung/police-data-kit","last_synced_at":"2026-05-29T08:04:08.632Z","repository":{"id":49873567,"uuid":"364864648","full_name":"adamayoung/police-data-kit","owner":"adamayoung","description":"A Swift Package for UK Police data providing a rich data source for information about crime and policing in England, Wales and Northern Ireland.","archived":false,"fork":false,"pushed_at":"2024-02-26T21:24:50.000Z","size":460,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T15:17:02.829Z","etag":null,"topics":["crime-data","crimes","outcomes","police","policeforce","spm","swift","swift-package-manager","swiftpm"],"latest_commit_sha":null,"homepage":"https://adamayoung.github.io/police-data-kit/documentation/policedatakit/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamayoung.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-06T10:01:09.000Z","updated_at":"2023-05-24T23:27:12.000Z","dependencies_parsed_at":"2024-02-26T20:52:35.945Z","dependency_job_id":null,"html_url":"https://github.com/adamayoung/police-data-kit","commit_stats":null,"previous_names":["adamayoung/ukpolicedata","adamayoung/police-api"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/adamayoung/police-data-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamayoung%2Fpolice-data-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamayoung%2Fpolice-data-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamayoung%2Fpolice-data-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamayoung%2Fpolice-data-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamayoung","download_url":"https://codeload.github.com/adamayoung/police-data-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamayoung%2Fpolice-data-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27672062,"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","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"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":["crime-data","crimes","outcomes","police","policeforce","spm","swift","swift-package-manager","swiftpm"],"created_at":"2025-04-29T15:27:20.053Z","updated_at":"2025-12-11T22:52:43.490Z","avatar_url":"https://github.com/adamayoung.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoliceDataKit\n\n[![CI](https://github.com/adamayoung/police-data-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/adamayoung/police-data-kit/actions/workflows/ci.yml)\n[![Integration Tests](https://github.com/adamayoung/police-data-kit/actions/workflows/integration.yml/badge.svg)](https://github.com/adamayoung/police-data-kit/actions/workflows/integration.yml)\n[![Documentation](https://github.com/adamayoung/police-data-kit/actions/workflows/documentation.yml/badge.svg)](https://github.com/adamayoung/police-data-kit/actions/workflows/documentation.yml)\n\nA Swift Package for retrieving open data about crime and policing in England,\nWales and Northern Ireland.\n\n## Requirements\n\n* Swift 5.9+\n\n## Installation\n\n### [Swift Package Manager](https://github.com/apple/swift-package-manager)\n\nAdd the PoliceDataKit package as a dependency to your `Package.swift` file, and\nadd it as a dependency to your target.\n\n```swift\n// swift-tools-version:5.9\n\nimport PackageDescription\n\nlet package = Package(\n  name: \"MyProject\",\n\n  dependencies: [\n    .package(url: \"https://github.com/adamayoung/police-data-kit.git\", from: \"4.0.0\")\n  ],\n\n  targets: [\n    .target(\n      name: \"MyProject\",\n      dependencies: [\n        .product(name: \"police-data-kit\", package: \"PoliceDataKit\")\n      ]\n    )\n  ]\n)\n```\n\n### Xcode project\n\nAdd the PoliceDataKit package to your Project's Package dependencies.\n\n## Documentation\n\nDocumentation and examples of usage can be found at\n[https://adamayoung.github.io/police-data-kit/documentation/policedatakit/](https://adamayoung.github.io/police-data-kit/documentation/policedatakit/)\n\n## References\n\n* [data.police.uk](https://data.police.uk)\n* [Documentation](https://adamayoung.github.io/police-data-kit/documentation/policedatakit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamayoung%2Fpolice-data-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamayoung%2Fpolice-data-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamayoung%2Fpolice-data-kit/lists"}