1. Schemas
OpenFinTech.io
  • Banks
    • List of banks
    • Bank by ID
  • Countries
    • List of countries
    • Country by ID
  • Currencies
    • List of currencies
    • Currency by ID
  • Deposit methods
    • List of deposit methods
    • Deposit method by ID
  • Exchangers
    • List of exchangers
    • Exchanger by ID
  • Merchant industries
    • List of merchant industries
    • Merchant industry by ID
  • Organizations
    • List of organizations
    • Organization by ID
  • Payment methods
    • List of payment methods
    • Payment method by ID
  • Payment providers
    • List of payment providers
    • Payment provider by ID
  • Schemas
    • Schemas
      • ActiveInCountriesRelationship
      • Bank
      • BankAttributes
      • BankOrganization
      • BankOrganizationData
      • BankOrganizationLinks
      • BankRelationships
      • BankResponse
      • BanksResponse
      • CountriesResponse
      • Country
      • CountryAttributes
      • CountryRelationships
      • CountryResponse
      • CountryTranslations
      • CountryTranslationsLinks
      • CurrenciesResponse
      • Currency
      • CurrencyAttributes
      • CurrencyAttributesIcon
      • CurrencyCountries
      • CurrencyCountryLinks
      • CurrencyIssuer
      • CurrencyIssuerLinks
      • CurrencyIssuerOrganization
      • CurrencyIssuerOrganizationData
      • CurrencyIssuerOrganizationLinks
      • CurrencyIssuertData
      • CurrencyParent
      • CurrencyParentData
      • CurrencyParentLinks
      • CurrencyRelationships
      • CurrencyResponse
      • DepositMethod
      • DepositMethodAttributes
      • DepositMethodProcessorData
      • DepositMethodRelationships
      • DepositMethodResponse
      • DepositMethodsResponse
      • Exchanger
      • ExchangerAttributes
      • ExchangerOrganization
      • ExchangerOrganizationData
      • ExchangerOrganizationLinks
      • ExchangerRelationships
      • ExchangerResponse
      • ExchangersResponse
      • MerchantIndustriesResponse
      • MerchantIndustry
      • MerchantIndustryAttributes
      • MerchantIndustryResponse
      • Organization
      • OrganizationActive
      • OrganizationActiveLinks
      • OrganizationAddress
      • OrganizationAttributes
      • OrganizationAttributesIcon
      • OrganizationAttributesLogo
      • OrganizationContacts
      • OrganizationHq
      • OrganizationHqData
      • OrganizationHqLinks
      • OrganizationRelationships
      • OrganizationResponse
      • OrganizationSocial
      • OrganizationSource
      • OrganizationSourceData
      • OrganizationSourceLinks
      • OrganizationsResponse
      • PaymentMethod
      • PaymentMethodAttributes
      • PaymentMethodCurrencies
      • PaymentMethodCurrenciesLinks
      • PaymentMethodProcessor
      • PaymentMethodProcessorData
      • PaymentMethodProcessorLinks
      • PaymentMethodRelationships
      • PaymentMethodResponse
      • PaymentMethodsResponse
      • PaymentProvider
      • PaymentProviderAttributes
      • PaymentProviderOrganization
      • PaymentProviderOrganizationData
      • PaymentProviderOrganizationLinks
      • PaymentProviderPaymentMethods
      • PaymentProviderPaymentMethodsLinks
      • PaymentProviderRelationships
      • PaymentProviderResponse
      • PaymentProvidersResponse
      • ResponseLinks
      • ResponseMeta
      • SelfLinks
      • SupportedPspsRelationship
  1. Schemas

CountryResponse

{
    "data": {
        "attributes": {
            "area": 603700,
            "calling_codes": [
                380
            ],
            "capital": "Kyiv",
            "code_alpha3": "UKR",
            "languages": [
                "uk"
            ],
            "name": "Ukraine",
            "native_name": "Україна",
            "population": 42836922,
            "region": "europe",
            "sub_region": "eastern_europe",
            "timezones": [
                "UTC+02:00"
            ],
            "top_level_domains": [
                ".ua"
            ]
        },
        "id": "UA",
        "links": {
            "self": "/v1/{path}/{id}"
        },
        "relationships": {
            "translations": {
                "links": {
                    "related": "/v1/countries/UA/translations"
                }
            }
        },
        "type": "countries"
    }
}
Built with