Open service 2001:4860:4802:36::15:80 ยท sync.timesheet.io
2026-02-05 20:33
HTTP/1.1 200 OK
last-modified: Tue, 01 Jan 1980 00:00:01 GMT
accept-ranges: bytes
content-type: text/html;charset=UTF-8
content-language: en-US
x-cloud-trace-context: 8fbcf7576304dbf6f7ee7a63c61bfc3e
date: Thu, 05 Feb 2026 20:34:20 GMT
server: Google Frontend
Content-Length: 12033
Connection: close
Page title: Timesheet Sync API Documentation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Timesheet Sync API Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Florian Rauscha">
<meta name="description" content="Timesheet Sync API Documentation - Mobile synchronization API for iOS and Android">
<meta name="keyword"
content="Time Tracker, Excel, Timesheet, Android, iOS, Sync, API, Mobile, Time Tracking, Synchronization">
<meta name="theme-color" content="#ff8800">
<!-- Open Graph -->
<meta property="og:title" content="Timesheet Sync API Documentation">
<meta property="og:description" content="Mobile synchronization API documentation for Timesheet iOS and Android apps.">
<meta property="og:image" content="https://timesheet.io/img/og-api.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sync.timesheet.io">
<meta property="og:site_name" content="Timesheet">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Timesheet Sync API Documentation">
<meta name="twitter:description" content="Mobile synchronization API documentation for Timesheet iOS and Android apps.">
<meta name="twitter:image" content="https://timesheet.io/img/og-api.png">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="https://timesheet.io/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://timesheet.io/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://timesheet.io/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/x-icon" href="https://timesheet.io/favicon.ico">
<link rel="manifest" href="https://timesheet.io/manifest.json">
<link rel="mask-icon" href="https://timesheet.io/safari-pinned-tab.svg" color="#ff8800">
<style>
:root {
--header-height: 56px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
.custom-header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: var(--header-height);
background: #ffffff;
border-bottom: 1px solid #e5e5e5;
display: flex;
align-items: center;
padding: 0 24px;
z-index: 10000;
}
.custom-header .logo {
height: 28px;
}
.custom-header .logo-dark {
display: none;
}
.custom-header .logo-light {
display: block;
}
.custom-header .spacer {
flex: 1;
}
.custom-header .dashboard-btn {
background: #1A1B41;
color: #ffffff;
text-decoration: none;
padding: 8px 16px;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
transition: background 0.2s ease;
}
.custom-header .dashboard-btn:hover {
background: #2a2b5a;
}
/* Dark mode button - orange */
.dark .custom-header .dashboard-btn,
.dark-mode .custom-header .dashboard-btn,
[data-theme="dark"] .custom-header .dashboard-btn {
background: #ff8800;
}
.dark .custom-header .dashboard-btn:hover,
.dark-mode .custom-header .dashboard-btn:hover,
[data-theme="dark"] .custom-header .dashboard-btn:hover {
background: #e67a00;
}
/* Dark mode via prefers-color-scheme */
@media (prefers-color-scheme: dark) {
.custom-header {
background: #1a1a1a;
border-bottom-color: #333;
}
.custom-header .logo-dark {
display: block;
}
.