{
  "api": "braille",
  "title": "Braille Alphabet",
  "description": "Braille dot patterns for the 26 letters A-Z of the English alphabet.",
  "emoji": "⠃",
  "license": "GPL-2.0-or-later",
  "count": 26,
  "self": "https://gratisapi.com/api/braille/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/braille/index",
    "item": "https://gratisapi.com/api/braille/{id}"
  },
  "fields": [
    "dot_pattern",
    "id",
    "letter",
    "unicode"
  ],
  "results": [
    {
      "id": "a",
      "letter": "A",
      "dot_pattern": "1",
      "unicode": "⠁",
      "url": "https://gratisapi.com/api/braille/a"
    },
    {
      "id": "b",
      "letter": "B",
      "dot_pattern": "1-2",
      "unicode": "⠃",
      "url": "https://gratisapi.com/api/braille/b"
    },
    {
      "id": "c",
      "letter": "C",
      "dot_pattern": "1-4",
      "unicode": "⠉",
      "url": "https://gratisapi.com/api/braille/c"
    },
    {
      "id": "d",
      "letter": "D",
      "dot_pattern": "1-4-5",
      "unicode": "⠙",
      "url": "https://gratisapi.com/api/braille/d"
    },
    {
      "id": "e",
      "letter": "E",
      "dot_pattern": "1-5",
      "unicode": "⠑",
      "url": "https://gratisapi.com/api/braille/e"
    },
    {
      "id": "f",
      "letter": "F",
      "dot_pattern": "1-2-4",
      "unicode": "⠋",
      "url": "https://gratisapi.com/api/braille/f"
    },
    {
      "id": "g",
      "letter": "G",
      "dot_pattern": "1-2-4-5",
      "unicode": "⠛",
      "url": "https://gratisapi.com/api/braille/g"
    },
    {
      "id": "h",
      "letter": "H",
      "dot_pattern": "1-2-5",
      "unicode": "⠓",
      "url": "https://gratisapi.com/api/braille/h"
    },
    {
      "id": "i",
      "letter": "I",
      "dot_pattern": "2-4",
      "unicode": "⠊",
      "url": "https://gratisapi.com/api/braille/i"
    },
    {
      "id": "j",
      "letter": "J",
      "dot_pattern": "2-4-5",
      "unicode": "⠚",
      "url": "https://gratisapi.com/api/braille/j"
    },
    {
      "id": "k",
      "letter": "K",
      "dot_pattern": "1-3",
      "unicode": "⠅",
      "url": "https://gratisapi.com/api/braille/k"
    },
    {
      "id": "l",
      "letter": "L",
      "dot_pattern": "1-2-3",
      "unicode": "⠇",
      "url": "https://gratisapi.com/api/braille/l"
    },
    {
      "id": "m",
      "letter": "M",
      "dot_pattern": "1-3-4",
      "unicode": "⠍",
      "url": "https://gratisapi.com/api/braille/m"
    },
    {
      "id": "n",
      "letter": "N",
      "dot_pattern": "1-3-4-5",
      "unicode": "⠝",
      "url": "https://gratisapi.com/api/braille/n"
    },
    {
      "id": "o",
      "letter": "O",
      "dot_pattern": "1-3-5",
      "unicode": "⠕",
      "url": "https://gratisapi.com/api/braille/o"
    },
    {
      "id": "p",
      "letter": "P",
      "dot_pattern": "1-2-3-4",
      "unicode": "⠏",
      "url": "https://gratisapi.com/api/braille/p"
    },
    {
      "id": "q",
      "letter": "Q",
      "dot_pattern": "1-2-3-4-5",
      "unicode": "⠟",
      "url": "https://gratisapi.com/api/braille/q"
    },
    {
      "id": "r",
      "letter": "R",
      "dot_pattern": "1-2-3-5",
      "unicode": "⠗",
      "url": "https://gratisapi.com/api/braille/r"
    },
    {
      "id": "s",
      "letter": "S",
      "dot_pattern": "2-3-4",
      "unicode": "⠎",
      "url": "https://gratisapi.com/api/braille/s"
    },
    {
      "id": "t",
      "letter": "T",
      "dot_pattern": "2-3-4-5",
      "unicode": "⠞",
      "url": "https://gratisapi.com/api/braille/t"
    },
    {
      "id": "u",
      "letter": "U",
      "dot_pattern": "1-3-6",
      "unicode": "⠥",
      "url": "https://gratisapi.com/api/braille/u"
    },
    {
      "id": "v",
      "letter": "V",
      "dot_pattern": "1-2-3-6",
      "unicode": "⠧",
      "url": "https://gratisapi.com/api/braille/v"
    },
    {
      "id": "w",
      "letter": "W",
      "dot_pattern": "2-4-5-6",
      "unicode": "⠺",
      "url": "https://gratisapi.com/api/braille/w"
    },
    {
      "id": "x",
      "letter": "X",
      "dot_pattern": "1-3-4-6",
      "unicode": "⠭",
      "url": "https://gratisapi.com/api/braille/x"
    },
    {
      "id": "y",
      "letter": "Y",
      "dot_pattern": "1-3-4-5-6",
      "unicode": "⠽",
      "url": "https://gratisapi.com/api/braille/y"
    },
    {
      "id": "z",
      "letter": "Z",
      "dot_pattern": "1-3-5-6",
      "unicode": "⠵",
      "url": "https://gratisapi.com/api/braille/z"
    }
  ]
}
