Toggl.Api
9.0.76
dotnet add package Toggl.Api --version 9.0.76
NuGet\Install-Package Toggl.Api -Version 9.0.76
<PackageReference Include="Toggl.Api" Version="9.0.76" />
<PackageVersion Include="Toggl.Api" Version="9.0.76" />
<PackageReference Include="Toggl.Api" />
paket add Toggl.Api --version 9.0.76
#r "nuget: Toggl.Api, 9.0.76"
#:package Toggl.Api@9.0.76
#addin nuget:?package=Toggl.Api&version=9.0.76
#tool nuget:?package=Toggl.Api&version=9.0.76
Toggl.Api nuget package
IMPORTANT NOTICE - SUPPORT DROPPED UNTIL TOGGL RELAXES THEIR API LIMITS
In September 2025, Toggl crippled their API, limiting even Premium users to 600 API calls per hour. Beyond that, you will receive HTTP 402 "Payment Required" response (an incorrect HTTP Status - it should be 429 "Too Many Requests").
We can't even run our regression test sets, so I'm afraid this library is now untestable and therefore unsupportable.
There is nothing we can do but hope they see sense and lift the limits.
You can provide your feedback to Toggl here: https://community.toggl.com/
Description
This is a .NET 10.0 library for the Toggl API.
We now only provide Toggl API v9 support. Many endpoints are currently missing. Your pull requests are welcome!
Breaking change
To avoid the conflict with System.Threading.Tasks.Task, we have renamed the Task class to ProjectTask. This will require you to update your code to use ProjectTask instead of Task.
Contributing
This project is developed using Refit and System.Text.Json.
Add interfaces for new endpoints in the Interfaces folder.
Add models in the Models folder.
Add unit tests in the Toggl.Api.Tests project.
Refer to the Toggl API documentation for more information on the endpoints and models here: https://engineering.toggl.com/docs/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- Refit (>= 9.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.76 | 478 | 12/7/2025 |
| 9.0.75 | 233 | 12/7/2025 |
| 9.0.74 | 231 | 12/7/2025 |
| 9.0.69 | 224 | 11/26/2025 |
| 9.0.61 | 738 | 6/9/2025 |
| 9.0.60 | 1,940 | 1/28/2025 |
| 9.0.59 | 249 | 12/17/2024 |
| 9.0.55 | 282 | 11/18/2024 |
| 9.0.54 | 234 | 11/18/2024 |
| 9.0.53 | 190 | 11/18/2024 |
| 9.0.51 | 208 | 11/18/2024 |
| 9.0.50 | 247 | 11/15/2024 |
| 9.0.48 | 485 | 9/25/2024 |
| 9.0.47 | 227 | 9/25/2024 |
| 9.0.44 | 353 | 6/24/2024 |
| 9.0.43 | 344 | 6/12/2024 |
| 9.0.42 | 236 | 6/12/2024 |
| 9.0.40 | 224 | 6/12/2024 |
| 9.0.33-ga0b6878251 | 181 | 6/24/2024 |
| 9.0.32-gaaec92c03a | 232 | 5/19/2024 |
Breaking Change: Renamed all "Me" references to "CurrentUser".
Note: Toggl have crippled their API, limiting even Premium users to 600 API calls per hour.
Beyond that, you will receive HTTP 402 "Payment Required" response - this is an incorrect HTTP Status - it should be 429 "Too Many Requests".
You can provide your feedback to Toggl here: https://community.toggl.com/