Public Service Online

Update API

A small, stable endpoint for checking SantosMods FiveM resource versions. No API key or browser verification is required.

Reference

Simple endpoints, predictable responses

GET/api/version/MOD_NAME

Resource version

Returns the current version, resource name, release note, urgency, and available distribution links.

curl https://santosmods.dev/api/version/smdv-spawnSelector
GET/api/health

Service health

Returns current availability, loaded update-record count, process uptime, and a UTC timestamp.

curl https://santosmods.dev/api/health
GETAccept: application/json

Choose your response format

Version 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

Built for automated resource checks

60requests per minute, per address
0API keys required
2supported response formats

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.