{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "id": 499,
        "slug": "thermodynamics-laws",
        "title": "Laws of Thermodynamics",
        "description": "The four laws of thermodynamics.",
        "category": "Physics",
        "category_slug": "physics",
        "tags": "physics,thermodynamics,laws",
        "view_count": 3,
        "created_at": 1781275786,
        "updated_at": 1781275786
    },
    "data": [
        {
            "law": "Zeroth Law",
            "description": "If two systems are each in thermal equilibrium with a third, they are in equilibrium with each other."
        },
        {
            "law": "First Law",
            "description": "Energy cannot be created or destroyed, only transferred or transformed."
        },
        {
            "law": "Second Law",
            "description": "Entropy of an isolated system tends to increase over time."
        },
        {
            "law": "Third Law",
            "description": "As temperature approaches absolute zero, entropy approaches a constant minimum."
        }
    ]
}