Documentation

This API provides a simple way to get random numbers from 1 to 6. Perfect for educational projects, testing and prototyping applications where random number generation in a specified range is required.

The API does not require authentication and is completely free. You can use it in your projects without restrictions.

Main Features

  • Generating random numbers from 1 to 6
  • Simple HTTP interface
  • JSON response format
  • No authentication required
  • Free and without limitations
  • CORS support

Response Format


	{
		"result": 4
	}