FiveM Download

Get a download URL to a pre-configured Sonoran CAD resource.

FiveM Download

GEThttps://api.sonorancad.com/download/fivem/<ID>/<KEY>

This endpoint allows you to retrieve a download URL for a community's pre-configured FiveM installation.

Response Body

{
  "download": "https://s3.sonoransoftware.com/cad/temp/temp_e3ed4ee2-35f1-427e-a799-3771bbec4c75_resource.zip",
  "configLines": [
    "# Sonoran CAD",
    "ensure pNotify",
    "ensure wk_wars2x",
    "ensure sonorancad",
    "ensure tablet",
    "# permissions for Sonoran CAD auto-updater (REQUIRED)",
    "add_ace resource.sonorancad command allow",
    "add_ace resource.sonoran_updatehelper command allow"
  ]
}

Response Properties

The download URL will be a temporary link to a pre-configured ZIP.

The configLines will be a string array of lines to add to the server.cfg to start the CAD resource.

pNotify may still appear in the generated configLines because it is bundled with the default FiveM package, but user-facing notification routing is now configured centrally in sonorancad/configuration/config.json via notificationSystem, not per submodule.

For more information, view the pre-configured installation guide.

Last updated

Was this helpful?