Non-Stop Craft API

API to merge items and create new objects and +3M combinations

Getting Started

The Non-Stop Craft API allows you to merge items. An API key is required for all requests.

Base URL
https://nonstopcraft.com/api
Contact us to get your secret API key.
Contact Us

Demo

Add items to the canvas (drag and drop or click), then merge them to see new objects appear.

Authentication

All requests require an authentication header.

Authorization: Bearer YOUR_SECRET_KEY

Endpoints

GET

/api/merge

Merges two items to create a new item.

Query Parameters
  • itemA (string, required)
  • itemB (string, required)
Response
{
  "name": "Axe",
  "icon": "🪓",
  "isNew": true
}
GET

/api/crafts/by-result

Retrieves all recipes that produce a specific item.

Query Parameters
  • name (string, required)
Response
{
  "crafts": [
    {
      "itemA": "wood",
      "itemB": "stone",
      "emoji": "🪓"
    }
  ]
}
GET

/api/database

Accesses the entire crafts database.

Query Parameters
  • search (string, optional)
Response
{
  "crafts": [
    {
      "key": "craft:wood:stone",
      "itemA": "wood",
      "itemB": "stone",
      "result": {
        "name": "Axe",
        "emoji": "🪓",
        "isNew": false
      }
    }
  ]
}

FAQ

Pricing & Rate Limits

Starter

Rate Limits
1,000 requests/month
10 requests/minute
100 requests/hour
Features
Access to all features
Global cache included
Complete documentation
Email support
Recommended

Pro

Rate Limits
Unlimited requests/month
100 requests/minute
10,000 requests/hour
Features
Everything from Starter plan
Priority support
Dashboard & statistics
Commercial use authorized
Guaranteed SLA

Get API Access

Contact us to get your API key. Our team usually responds within 24h.