QRNG Data Server

Acquiring Data

This server provides a simple queue-based data retrieval mechanism for QRNG data. To acquire data, send a GET request to the /data endpoint.

The server will return the oldest available data record from the database and then immediately delete it. If no data is available, it will return a 404 error with the message "No records found".


Live Demo

Click the button below to make a live request to the /data endpoint.

Response:

Click the button to fetch data...