ManiaAPI.TrackmaniaAPI 2.1.0

dotnet add package ManiaAPI.TrackmaniaAPI --version 2.1.0
                    
NuGet\Install-Package ManiaAPI.TrackmaniaAPI -Version 2.1.0
                    
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="ManiaAPI.TrackmaniaAPI" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ManiaAPI.TrackmaniaAPI" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ManiaAPI.TrackmaniaAPI" />
                    
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 ManiaAPI.TrackmaniaAPI --version 2.1.0
                    
#r "nuget: ManiaAPI.TrackmaniaAPI, 2.1.0"
                    
#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.
#addin nuget:?package=ManiaAPI.TrackmaniaAPI&version=2.1.0
                    
Install ManiaAPI.TrackmaniaAPI as a Cake Addin
#tool nuget:?package=ManiaAPI.TrackmaniaAPI&version=2.1.0
                    
Install ManiaAPI.TrackmaniaAPI as a Cake Tool

ManiaAPI.TrackmaniaAPI

NuGet

Wraps https://api.trackmania.com/doc (Trackmania web API). This API requires authorization.

Features

  • Get display names
  • Get account IDs from display names
  • Get user's map records

More will be added in the future.

Setup

For the list of scopes, see the API docs. Generate your credentials here.

using ManiaAPI.TrackmaniaAPI;

var tm = new TrackmaniaAPI();

await tm.AuthorizeAsync("clientId", "clientSecret", new[] { "clubs", "read_favorite" });

// Ready to use

or with DI, using an injected HttpClient:

using ManiaAPI.TrackmaniaAPI;

builder.Services.AddHttpClient<TrackmaniaAPI>();

// Do the setup
var tm = provider.GetRequiredService<TrackmaniaAPI>();
await tm.AuthorizeAsync("clientId", "clientSecret", new[] { "clubs", "read_favorite" });

// Ready to use
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ManiaAPI.TrackmaniaAPI:

Package Downloads
ManiaAPI.TrackmaniaAPI.Extensions.Hosting

Extension methods of Trackmania API for ASP.NET Core. Part of the ManiaAPI library set.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 450 3/24/2025
2.0.0 142 3/23/2025
2.0.0-beta3 143 12/21/2024
2.0.0-alpha2 236 11/1/2023
2.0.0-alpha10 91 6/19/2024
1.0.9 410 5/7/2023
1.0.8 426 8/30/2022
1.0.5 502 5/7/2022
1.0.4 435 5/7/2022
1.0.3 423 5/7/2022
1.0.2 455 4/12/2022
1.0.1 422 4/9/2022
1.0.0 424 4/8/2022