Religion

BasicStartupBusiness
Name Type Description
distribution.type String Religion (CHRISTIANITY, ISLAM, UNAFFILIATED, HINDUISM, BUDDHISM, FOLK, OTHER, JUDAISM) where FOLK are so-called "popular beliefs" and UNAFFILIATED who have absence, indifference, rejection of, or hostility towards religion (sometimes called Irreligion)
distribution.percentage double Percentage of population who practice religion type
{
  "distribution": [
    {
      "type": "CHRISTIANITY",
      "percentage": 63
    },
    {
      "type": "ISLAM",
      "percentage": 7.5
    },
    {
      "type": "UNAFFILIATED",
      "percentage": 28
    },
    {
      "type": "HINDUISM",
      "percentage": 0.05
    },
    {
      "type": "BUDDHISM",
      "percentage": 0.5
    },
    {
      "type": "FOLK",
      "percentage": 0.3
    },
    {
      "type": "OTHER",
      "percentage": 0.2
    },
    {
      "type": "JUDAISM",
      "percentage": 0.5
    }
  ]
}