Skip to main content

Welcome

Mannco.store is a marketplace for trading Steam items across multiple games including Team Fortress 2 (440), Counter-Strike 2 (730), Dota 2 (570), and Rust (252490). This documentation covers the REST API with API key authentication.

API Introduction

Learn about API key authentication, base URL, error handling, and permissions.

Quick Start

  1. Get your API Key from your Mannco.store account settings
  2. Authenticate using POST /user/login with your API key
  3. Receive JWT token to use for all subsequent API calls
  4. Make API calls with your JWT token

Authentication Guide

Learn how to authenticate with your API key and obtain a JWT token.

API Categories

Supported Games

GameApp IDDescription
Team Fortress 2440Hats, weapons, unusuals, killstreaks, spells
Counter-Strike 2730Skins, stickers, keychains, wear values
Dota 2570Cosmetics, arcanas, immortals
Rust252490Skins and cosmetics

API Key Authentication

This API uses API key authentication instead of session-based authentication. All endpoints require a valid JWT token obtained by authenticating with your API key.
This documentation covers only the API endpoints that require the api permission filter, plus the POST /user/login endpoint for authentication.

Need Help?