Skip to content

Countries of person

List of all countries discovered for the person in this job.

Schema

The job's payload.countries property is an array of type CountryV2.

Example

job-response.json
{
  "payload": {
    "countries": [
      {
        "title": "United States",
        "alpha2": "US",
        "alpha3": "USA",
        "num3": "840",
        "officialName": "United States of America"
      }
    ],
    ...
  },
  ...
}

Schema: CountryV2