{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "id": 469,
        "slug": "phases-of-moon",
        "title": "Phases of the Moon",
        "description": "The primary phases of the lunar cycle.",
        "category": "Astronomy",
        "category_slug": "astronomy",
        "tags": "astronomy,moon,phases",
        "view_count": 1,
        "created_at": 1781275786,
        "updated_at": 1781275786
    },
    "data": [
        {
            "phase": "New Moon",
            "description": "Moon is between Earth and Sun; the unlit side faces Earth."
        },
        {
            "phase": "Waxing Crescent",
            "description": "A small sliver of the near side becomes visible."
        },
        {
            "phase": "First Quarter",
            "description": "Half of the near side is illuminated."
        },
        {
            "phase": "Waxing Gibbous",
            "description": "More than half of the near side is illuminated and growing."
        },
        {
            "phase": "Full Moon",
            "description": "The entire near side is illuminated."
        },
        {
            "phase": "Waning Gibbous",
            "description": "More than half illuminated but decreasing."
        },
        {
            "phase": "Third Quarter",
            "description": "Half of the near side is illuminated again."
        },
        {
            "phase": "Waning Crescent",
            "description": "A shrinking sliver before the new moon."
        }
    ]
}