{
  "api": "ph-scale",
  "title": "pH Scale",
  "description": "The pH scale from 0 to 14 with an example substance at each value.",
  "emoji": "🧪",
  "license": "GPL-2.0-or-later",
  "count": 15,
  "self": "https://gratisapi.com/api/ph-scale/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/ph-scale/index",
    "item": "https://gratisapi.com/api/ph-scale/{id}"
  },
  "fields": [
    "example",
    "id",
    "ph",
    "type"
  ],
  "results": [
    {
      "id": 0,
      "ph": 0,
      "type": "Acidic",
      "example": "Battery acid",
      "url": "https://gratisapi.com/api/ph-scale/0"
    },
    {
      "id": 1,
      "ph": 1,
      "type": "Acidic",
      "example": "Stomach acid",
      "url": "https://gratisapi.com/api/ph-scale/1"
    },
    {
      "id": 2,
      "ph": 2,
      "type": "Acidic",
      "example": "Lemon juice",
      "url": "https://gratisapi.com/api/ph-scale/2"
    },
    {
      "id": 3,
      "ph": 3,
      "type": "Acidic",
      "example": "Vinegar",
      "url": "https://gratisapi.com/api/ph-scale/3"
    },
    {
      "id": 4,
      "ph": 4,
      "type": "Acidic",
      "example": "Tomato juice",
      "url": "https://gratisapi.com/api/ph-scale/4"
    },
    {
      "id": 5,
      "ph": 5,
      "type": "Acidic",
      "example": "Black coffee",
      "url": "https://gratisapi.com/api/ph-scale/5"
    },
    {
      "id": 6,
      "ph": 6,
      "type": "Acidic",
      "example": "Milk",
      "url": "https://gratisapi.com/api/ph-scale/6"
    },
    {
      "id": 7,
      "ph": 7,
      "type": "Neutral",
      "example": "Pure water",
      "url": "https://gratisapi.com/api/ph-scale/7"
    },
    {
      "id": 8,
      "ph": 8,
      "type": "Basic",
      "example": "Sea water",
      "url": "https://gratisapi.com/api/ph-scale/8"
    },
    {
      "id": 9,
      "ph": 9,
      "type": "Basic",
      "example": "Baking soda solution",
      "url": "https://gratisapi.com/api/ph-scale/9"
    },
    {
      "id": 10,
      "ph": 10,
      "type": "Basic",
      "example": "Milk of magnesia",
      "url": "https://gratisapi.com/api/ph-scale/10"
    },
    {
      "id": 11,
      "ph": 11,
      "type": "Basic",
      "example": "Ammonia solution",
      "url": "https://gratisapi.com/api/ph-scale/11"
    },
    {
      "id": 12,
      "ph": 12,
      "type": "Basic",
      "example": "Soapy water",
      "url": "https://gratisapi.com/api/ph-scale/12"
    },
    {
      "id": 13,
      "ph": 13,
      "type": "Basic",
      "example": "Bleach",
      "url": "https://gratisapi.com/api/ph-scale/13"
    },
    {
      "id": 14,
      "ph": 14,
      "type": "Basic",
      "example": "Liquid drain cleaner",
      "url": "https://gratisapi.com/api/ph-scale/14"
    }
  ]
}
