Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/resilience/v1/get-resilience-ranking
{ "items": [ { "countryCode": "<string>", "overallScore": 123, "level": "<string>", "lowConfidence": true, "overallCoverage": 123, "rankStable": true, "headlineEligible": true } ], "greyedOut": [ { "countryCode": "<string>", "overallScore": 123, "level": "<string>", "lowConfidence": true, "overallCoverage": 123, "rankStable": true, "headlineEligible": true } ], "fetchedAt": "<string>", "scored": 123, "total": 123, "coverage": 123, "partial": true }
Successful response
Show child attributes
Was this page helpful?