cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-national-debt
{ "entries": [ { "iso3": "<string>", "debtUsd": 123, "gdpUsd": 123, "debtToGdp": 123, "annualGrowth": 123, "perSecondRate": 123, "perDayRate": 123, "baselineTs": "<string>", "source": "<string>" } ], "seededAt": "<string>", "unavailable": true }
GetNationalDebt retrieves national debt clock data for all countries.
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
GetNationalDebtResponse wraps the full list of national debt entries.
Show child attributes
ISO 8601 timestamp when seed data was written.
True when upstream data is unavailable (fallback result).
Was this page helpful?