cURL
curl --request GET \ --url https://api.example.com/api/supply-chain/v1/get-critical-minerals
{ "minerals": [ { "mineral": "<string>", "topProducers": [ { "country": "<string>", "countryCode": "<string>", "productionTonnes": 123, "sharePct": 123 } ], "hhi": 123, "riskRating": "<string>", "globalProduction": 123, "unit": "<string>" } ], "fetchedAt": "<string>", "upstreamUnavailable": true }
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes
Was this page helpful?