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
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
Personal links intentionally contain no API key. Use the header shown below or a secure download in the user portal.
Mines · 1 credit
All owned mines with resource, level, quality, region instead of precise coordinates, condition, optimisation and confirmed stored quantity.
/v1/account/mines.jsonFactories · 1 credit
All owned factories with level, operating ratio, current job, status, quantities and finish time.
/v1/account/factories.jsonInventory · 1 credit
Confirmed general inventory for every item. External requests never trigger production or collection.
/v1/account/inventory.jsonBilling
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
400invalid filter, language, or request ID401missing or invalid key402insufficient API credits403missing scope409request ID already used413export exceeds a size limit429rate limit reached500internal 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.