This page was automatically generated from tracezilla’s Swagger API documentation 2026-07-17

GET /countries/{countryCode}

Get Countries

Description

Returns Countries

Parameters (path)

Name Required Description Values
countryCode required Target Country.  

Responses

200

successful operation

Response content JSON schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "properties": {
    "properties": {
      "id": {
        "description": "Id of the record",
        "type": "integer",
        "format": "int32",
        "example": 1
      },
      "country_code": {
        "description": "No description is available",
        "type": "string",
        "format": "string",
        "example": "A string"
      },
      "locale": {
        "description": "No description is available",
        "type": "string",
        "format": "string",
        "example": "A string"
      },
      "lookup": {
        "description": "Sanitized lookup value",
        "type": "string",
        "format": "string",
        "example": "A string"
      },
      "name": {
        "description": "No description is available",
        "type": "string",
        "format": "string",
        "example": "A string"
      }
    },
    "type": "object"
  },
  "type": "object"
}

406

not acceptable

500

internal server error