Developer Resources
API Documentation
Integrate ClockHive's timezone data, conversions, and meeting scheduling into your own applications.
POST
/api/auth/registerRegister a new user account
GET
/api/searchSearch for cities and timezone data
POST
/api/contactSubmit a contact form message
POST
/api/feedbackSubmit user feedback
GET
/api/calendar/icsGenerate ICS calendar feed for meetings
POST
/api/scrum-pokerScrum poker estimation endpoint
Authentication
Most API endpoints require authentication. Use your ClockHive account credentials to obtain a session token. For public data endpoints, no authentication is required.
// Example: Use with fetch
const res = await fetch("https://clockhive.cc/api/search?q=London", {
headers: {
"Content-Type": "application/json",
},
});
const data = await res.json();Rate Limits & Fair Use
To ensure service quality for all users, we enforce rate limits on API endpoints. If you need higher limits for your application, please contact us for enterprise access.