Toggl.Api 9.0.76

dotnet add package Toggl.Api --version 9.0.76
                    
NuGet\Install-Package Toggl.Api -Version 9.0.76
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Toggl.Api" Version="9.0.76" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Toggl.Api" Version="9.0.76" />
                    
Directory.Packages.props
<PackageReference Include="Toggl.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Toggl.Api --version 9.0.76
                    
#r "nuget: Toggl.Api, 9.0.76"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Toggl.Api@9.0.76
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Toggl.Api&version=9.0.76
                    
Install as a Cake Addin
#tool nuget:?package=Toggl.Api&version=9.0.76
                    
Install as a Cake Tool

Toggl.Api nuget package

Nuget Nuget License: MIT Codacy Badge

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/

402 Payment Required Error


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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed

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/