Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Country Object

Properties

Name Type Description
name string

Country name.

code string

Country two-character ISO 3166-1 alpha code.

Examples

JSON

{
    "name": "United States",
    "code": "US"
}