{"id":33294160,"url":"https://github.com/sonoran-software/sonorancadfivem","last_synced_at":"2026-06-30T01:01:55.913Z","repository":{"id":262538408,"uuid":"887477372","full_name":"Sonoran-Software/SonoranCADFiveM","owner":"Sonoran-Software","description":"Sonoran CAD's FiveM integration scripts allow you to update unit locations in real time, access /911, /311, /panic, view unit identifier information on a live map and so much more.","archived":false,"fork":false,"pushed_at":"2026-04-22T23:23:12.000Z","size":10317,"stargazers_count":4,"open_issues_count":3,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-23T01:30:16.759Z","etag":null,"topics":["computer-aided-dispatch","fivem","gta5","sonorancad"],"latest_commit_sha":null,"homepage":"https://info.sonorancad.com","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sonoran-Software.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":"CONTRIBUTOR_LICENSE_AGREEMENT.md"}},"created_at":"2024-11-12T20:13:40.000Z","updated_at":"2026-04-22T23:22:57.000Z","dependencies_parsed_at":"2026-01-06T16:10:30.113Z","dependency_job_id":"785ff1a5-68b9-4e46-8b79-218e664bbf52","html_url":"https://github.com/Sonoran-Software/SonoranCADFiveM","commit_stats":null,"previous_names":["sonoran-software/sonorancadfivem"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/Sonoran-Software/SonoranCADFiveM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sonoran-Software%2FSonoranCADFiveM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sonoran-Software%2FSonoranCADFiveM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sonoran-Software%2FSonoranCADFiveM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sonoran-Software%2FSonoranCADFiveM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sonoran-Software","download_url":"https://codeload.github.com/Sonoran-Software/SonoranCADFiveM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sonoran-Software%2FSonoranCADFiveM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["computer-aided-dispatch","fivem","gta5","sonorancad"],"created_at":"2025-11-18T01:00:37.655Z","updated_at":"2026-04-28T01:00:50.190Z","avatar_url":"https://github.com/Sonoran-Software.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SonoranCAD FiveM Integration\n\nThe Sonoran CAD FiveM integration core includes many drag-and-drop integration scripts for your gaming server.\n\n## Installation\n\nPlease view the [installation guide](https://info.sonorancad.com/integration-plugins/in-game-integration/fivem-installation) for more details.\n\n## Updating from v3.x.x?\n\nSee our documentation [here](https://sonoran.link/cadupdate).\n\n## API Resources\n\nSonoran CAD's API offers direct access to your CAD data, making it very useful to use for integration with various scripts. Detailed API and push event information can be found [here](https://info.sonorancad.com/sonoran-cad/api-integration/api-endpoints/).\n\n## FiveM Linking v2\n\nThe FiveM resource now uses the CAD link flow on API v2.\n\n- Players link with `/link`.\n- Third-party resources can read the CAD community ID, server ID, and linked `communityUserId` through exports documented in [sonorancad/LINKING_V2.md](sonorancad/LINKING_V2.md).\n- Tablet/iframe integrations can forward SSO data through the server events documented in [sonorancad/LINKING_V2.md](sonorancad/LINKING_V2.md).\n\n## Development Bounties\nGet PAID to contribute to the open source project!!!\n\nSonoran Software offers 💵CASH💵 for contributing to the open source integration framework plugin library. Check out more information [here](https://info.sonorancad.com/sonoran-cad/developer-bounties).\n\n## Developing: Working with submodules\nIf you are developing this source code we utilize git submodules in order to bundle 3rd party resources and external CAD submodules. In order to \"clone\" the submodules you will need to run some additional git commands each time you pull. \n\nThe commands below will clone the git submodules and ensure your submodules are synced to the commit hash/branch/tag you have selected in your git CLI/GUI/IDE (ie. VS Code). When cloning the repo your first time, this will sync to the commit hashes pushed to the repo. Updating the branch of the submodules in your IDE will change what code is pulled for that particular submodule.\n\nAfter Cloning Repository\nRun the following commands after cloning to ensure the git submodule files are cloned...\n\n```bash\ngit submodule sync\ngit submodule update --init --recursive\ngit submodule update --remote --merge\n```\n\n### Resetting Git Submodule links to commited links\nIf you want to ensure git submodules are pulling the code specified by what has been commited to the repo, run this command before the commands listed above:\n```bash\ngit submodule deinit -f --all\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonoran-software%2Fsonorancadfivem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonoran-software%2Fsonorancadfivem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonoran-software%2Fsonorancadfivem/lists"}