time
TemporalGenerate time strings in HH:MM:SS format. For scheduling apps, time pickers, and any field that stores time-of-day without a date.
Example Outputs
14:30:2209:15:0023:59:5900:00:01API Usage
Send a POST request to generate time data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "time",
"type": "time"
}
]
}
]
}'Common Use Cases
- Schedule testing
- Time picker seeding
- Alarm/reminder testing
- Opening hours data
Quick Info
- Field Type
- time
- Category
- Temporal
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Time + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.