Private By Design
Each list gets a server-generated List ID and private GUID key. No key, no access.
Private List Capture
Secure, private list capture in seconds. Create a list, post values by API, and review clean timelines with source IPs.
Each list gets a server-generated List ID and private GUID key. No key, no access.
Add values with either GET or POST using listId, key, and value.
View entries as a formatted table with timestamps, source IPs, and values.
Append a value using query parameters from any client.
curl "http://localhost:5050/api/value?listId=GUID&key=GUID&value=hello"
Append a value with JSON in the request body.
curl -X POST "http://localhost:5050/api/value" -H "Content-Type: application/json" -d '{"listId":"GUID","key":"GUID","value":"hello"}'
Retrieve paginated list data once authenticated with the key.
curl "http://localhost:5050/api/list?listId=GUID&key=GUID&page=1&pageSize=25"
Browser view: /?listId=GUID&key=GUID
Need more? Upgrade any list for $12/year to unlock more usage.