GET
/api/version/MOD_NAMEResource version
Returns the current version, resource name, release note, urgency, and available distribution links.
curl https://santosmods.dev/api/version/smdv-spawnSelector
Public Service Online
A small, stable endpoint for checking SantosMods FiveM resource versions. No API key or browser verification is required.
Reference
/api/version/MOD_NAMEReturns the current version, resource name, release note, urgency, and available distribution links.
curl https://santosmods.dev/api/version/smdv-spawnSelector
/api/healthReturns current availability, loaded update-record count, process uptime, and a UTC timestamp.
curl https://santosmods.dev/api/health
Accept: application/jsonVersion responses are plain text by default for easy FiveM Lua parsing. Send an Accept: application/json header when your client needs structured data.
curl -H "Accept: application/json" \
https://santosmods.dev/api/version/smdv-spawnSelector
Usage
Requests under /api/* do not require Cloudflare Turnstile. Rate-limit headers are included with every API response, and clients exceeding the limit receive HTTP 429 with a Retry-After header.