Generate

Generates a random valid Singapore vehicle registration plate.

GET /carplate/generate

Parameters

No parameters required.

Example

curl "https://api.uwuapps.org/carplate/generate"

Response

{
  "success": true,
  "plate": "SHA1234B"
}

Notes

  • The generated plate has a valid checksum.

  • Plates are randomly generated and do not correspond to any registered vehicle.

Last updated

Was this helpful?