{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "id": 375,
        "slug": "common-acids-bases",
        "title": "Common Acids and Bases",
        "description": "Frequently encountered acids and bases with formulas.",
        "category": "Chemistry",
        "category_slug": "chemistry",
        "tags": "chemistry,acids,bases",
        "view_count": 1,
        "created_at": 1781275786,
        "updated_at": 1781275786
    },
    "data": [
        {
            "name": "Hydrochloric acid",
            "formula": "HCl",
            "type": "Strong acid",
            "ph_category": "Acid"
        },
        {
            "name": "Sulfuric acid",
            "formula": "H2SO4",
            "type": "Strong acid",
            "ph_category": "Acid"
        },
        {
            "name": "Nitric acid",
            "formula": "HNO3",
            "type": "Strong acid",
            "ph_category": "Acid"
        },
        {
            "name": "Acetic acid",
            "formula": "CH3COOH",
            "type": "Weak acid",
            "ph_category": "Acid"
        },
        {
            "name": "Sodium hydroxide",
            "formula": "NaOH",
            "type": "Strong base",
            "ph_category": "Base"
        },
        {
            "name": "Potassium hydroxide",
            "formula": "KOH",
            "type": "Strong base",
            "ph_category": "Base"
        },
        {
            "name": "Ammonia",
            "formula": "NH3",
            "type": "Weak base",
            "ph_category": "Base"
        }
    ]
}