REST API

CS2Cap API for Developers

Access comprehensive CS2 market data through our REST API. Real-time pricing, historical trends, and market analytics for your applications.

Low Latency

Sub-100ms response times with edge caching for frequently accessed data.

Comprehensive Data

Access pricing from multiple providers, historical data, and market analytics.

Reliable & Secure

99.9% uptime SLA with secure API key authentication and rate limiting.

Developer Friendly

RESTful design with clear documentation, examples, and SDKs.

RESTful Endpoints

Our API provides a comprehensive set of endpoints for accessing CS2 market data. All endpoints return JSON and support standard HTTP methods.

GET/items
GET/items/:id
GET/items/:id/prices
GET/items/:id/history
GET/items/:id/sales
GET/market/stats
Request
curl -X GET "https://api.cs2cap.com/v1/items" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "ak-47 redline",
    "wear": "field-tested",
    "limit": 10
  }'
Response
{
  "data": [
    {
      "id": "ak47-redline-ft",
      "name": "AK-47 | Redline",
      "wear": "Field-Tested",
      "rarity": "Classified",
      "lowest_ask": 14.52,
      "highest_bid": 13.80,
      "volume_24h": 1247
    }
  ],
  "meta": {
    "total": 1,
    "limit": 10,
    "offset": 0
  }
}

Build Anything

Our API powers a variety of applications and tools in the CS2 ecosystem

Price Tracking Apps

Build applications that track and alert users about price changes.

Market Analysis Tools

Create dashboards and analytics tools for market research.

Trading Bots

Integrate market data into automated trading strategies.

Community Platforms

Add pricing data to forums, Discord bots, and community tools.