GET /global/countries/current/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "name": "United States of America",
        "iso_code": "US",
        "iso_code_3": "USA",
        "uuid": "189f478b-9226-4f54-8769-37a20cbba291",
        "is_fallback": false
    },
    "errors": null
}