Official .NET API for Redmine

Easily interact with your Redmine instance using C#

View on GitHub

Key Features

Full API Support

Interact with issues, projects, users, and more using a complete REST API wrapper.

Easy Integration

Add to any .NET project via NuGet and start accessing Redmine instantly.

Community Driven

Open-source and maintained by developers for developers.

Getting Started

Install via NuGet Package Manager:

Install-Package Redmine.Net.Api

Then start using the RedmineManager class to access the API.

Latest News

v3.0.0 Released!

The newest version now supports Redmine 5.x and includes multiple performance and compatibility improvements.

Read More
New Docs Portal Coming Soon

We’re working on an improved documentation experience with examples and tutorials.

See Documentation

Documentation

Browse full API reference and usage examples on GitHub.

View Documentation