Public API

     You are not signed in. Only sample data is shown. Register oder sign in
API: list
DescriptionArray of all API functions with parameters and descriptions (this output)
Base URLhttps://timemyproject.com/api/list
API: projects
DescriptionArray of all projects and tasks. Only the first 100 projects are returned. Use the offset parameter to retrieve the next 100 items.
Base URLhttps://timemyproject.com/api/projects
Required parameters key Your private API key
Optional parameters offset Positive integer to set start offset of returned data
URL examplehttps://timemyproject.com/api/projects?key=APIKEY&offset=0
API: times
DescriptionArray of all recorded times. You should always use date-from and date-to if more than 4 weeks or 100 results are expected. Only the first 100 results are returned. Use the offset parameter to retrieve the next 100 items.
Base URLhttps://timemyproject.com/api/times
Required parameters key Your private API key
Optional parameters date-from Date range including this date, YYYYMMDD or YYYYMMDD-HHMM
date-to Date range including this date, YYYYMMDD or YYYYMMDD-HHMM
offset Positive integer to set start offset of returned data
URL examplehttps://timemyproject.com/api/times?key=APIKEY&date-from=20250523&date-to=20250606-0311&offset=0