{
  "api": "chinese-zodiac",
  "title": "Chinese Zodiac",
  "description": "The twelve animals of the Chinese zodiac with fixed element, yin-yang polarity, traits, and example years.",
  "emoji": "🐉",
  "license": "GPL-2.0-or-later",
  "count": 12,
  "self": "https://gratisapi.com/api/chinese-zodiac/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/chinese-zodiac/index",
    "item": "https://gratisapi.com/api/chinese-zodiac/{id}"
  },
  "fields": [
    "animal",
    "element",
    "id",
    "order",
    "recent_years",
    "traits",
    "yin_yang"
  ],
  "results": [
    {
      "id": "rat",
      "animal": "Rat",
      "order": 1,
      "element": "Water",
      "yin_yang": "Yang",
      "traits": "Quick-witted, resourceful, adaptable",
      "recent_years": [
        1984,
        1996,
        2008,
        2020
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/rat"
    },
    {
      "id": "ox",
      "animal": "Ox",
      "order": 2,
      "element": "Earth",
      "yin_yang": "Yin",
      "traits": "Diligent, dependable, determined",
      "recent_years": [
        1985,
        1997,
        2009,
        2021
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/ox"
    },
    {
      "id": "tiger",
      "animal": "Tiger",
      "order": 3,
      "element": "Wood",
      "yin_yang": "Yang",
      "traits": "Brave, confident, competitive",
      "recent_years": [
        1986,
        1998,
        2010,
        2022
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/tiger"
    },
    {
      "id": "rabbit",
      "animal": "Rabbit",
      "order": 4,
      "element": "Wood",
      "yin_yang": "Yin",
      "traits": "Gentle, elegant, alert",
      "recent_years": [
        1987,
        1999,
        2011,
        2023
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/rabbit"
    },
    {
      "id": "dragon",
      "animal": "Dragon",
      "order": 5,
      "element": "Earth",
      "yin_yang": "Yang",
      "traits": "Confident, ambitious, charismatic",
      "recent_years": [
        1988,
        2000,
        2012,
        2024
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/dragon"
    },
    {
      "id": "snake",
      "animal": "Snake",
      "order": 6,
      "element": "Fire",
      "yin_yang": "Yin",
      "traits": "Wise, intuitive, enigmatic",
      "recent_years": [
        1989,
        2001,
        2013,
        2025
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/snake"
    },
    {
      "id": "horse",
      "animal": "Horse",
      "order": 7,
      "element": "Fire",
      "yin_yang": "Yang",
      "traits": "Energetic, independent, warm-hearted",
      "recent_years": [
        1990,
        2002,
        2014,
        2026
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/horse"
    },
    {
      "id": "goat",
      "animal": "Goat",
      "order": 8,
      "element": "Earth",
      "yin_yang": "Yin",
      "traits": "Calm, gentle, creative",
      "recent_years": [
        1991,
        2003,
        2015,
        2027
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/goat"
    },
    {
      "id": "monkey",
      "animal": "Monkey",
      "order": 9,
      "element": "Metal",
      "yin_yang": "Yang",
      "traits": "Clever, curious, playful",
      "recent_years": [
        1992,
        2004,
        2016,
        2028
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/monkey"
    },
    {
      "id": "rooster",
      "animal": "Rooster",
      "order": 10,
      "element": "Metal",
      "yin_yang": "Yin",
      "traits": "Observant, hardworking, confident",
      "recent_years": [
        1993,
        2005,
        2017,
        2029
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/rooster"
    },
    {
      "id": "dog",
      "animal": "Dog",
      "order": 11,
      "element": "Earth",
      "yin_yang": "Yang",
      "traits": "Loyal, honest, responsible",
      "recent_years": [
        1994,
        2006,
        2018,
        2030
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/dog"
    },
    {
      "id": "pig",
      "animal": "Pig",
      "order": 12,
      "element": "Water",
      "yin_yang": "Yin",
      "traits": "Generous, diligent, easygoing",
      "recent_years": [
        1995,
        2007,
        2019,
        2031
      ],
      "url": "https://gratisapi.com/api/chinese-zodiac/pig"
    }
  ]
}
