IndustryGO API
External read-only API

Retrieve game data clearly.

Current market prices are public. Your mines, factories and inventory require your personal API key and cost one API credit per top-level topic.

0 credits

Public prices

Current authoritative market prices without signing in. JSON and Excel carry the same source timestamp and IC-per-item units. The application limit is 120 requests per minute for JSON and 30 for XLSX; the reverse proxy may throttle earlier.

GET https://api.industrygo.de/v1/prices.json
GET https://api.industrygo.de/v1/prices.xlsx
Protected

Personal account data

One unique API key per account with the account:read scope. Put it in the Authorization header, never in a URL. Send a new X-Request-Id for every personal request. The limit is 30 requests per minute. Mines and factories use stable externalRef values; exports are capped at 100,000 mines, 10,000 factories, 50,000 active jobs, 256 inventory rows, 25 MiB JSON, and 64 MiB XLSX.

Authorization: Bearer YOUR_API_KEY

Create an API link

Cost: 0 API credits
Open

    

Mines · 1 credit

All owned mines with resource, level, quality, region instead of precise coordinates, condition, optimisation and confirmed stored quantity.

/v1/account/mines.json

Factories · 1 credit

All owned factories with level, operating ratio, current job, status, quantities and finish time.

/v1/account/factories.json

Inventory · 1 credit

Confirmed general inventory for every item. External requests never trigger production or collection.

/v1/account/inventory.json

Billing

A combined request adds only distinct topics. Format, row count and detail fields do not change the cost. Invalid or internally failed requests are not charged.

Errors

  • 400 invalid filter, language, or request ID
  • 401 missing or invalid key
  • 402 insufficient API credits
  • 403 missing scope
  • 409 request ID already used
  • 413 export exceeds a size limit
  • 429 rate limit reached
  • 500 internal error; reserved credits are refunded automatically

Security

  • The API key is shown once after activation or rotation.
  • Only a cryptographic hash is stored on the server.
  • Account responses are never cached.
  • Account endpoints are read-only and never run sync, AutoCollect or settlement.
  • Manage your key and credits at user.industrygo.de.