GET
/
handwriting-styles
List Styles
const options = {method: 'GET'};

fetch('https://api.thanks.io/api/v2/handwriting-styles', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));
{
  "data": [
    {
      "handwriting_style_id": 1,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/1.png",
      "name": "Hi Clarice",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 2,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/2.png",
      "name": "Practiced Sharpie",
      "type": "Bold"
    },
    {
      "handwriting_style_id": 3,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/3.png",
      "name": "Bold Note",
      "type": "Bold"
    },
    {
      "handwriting_style_id": 4,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/4.png",
      "name": "Foxy Lady",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 5,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/5.png",
      "name": "That Dude",
      "type": "Bold"
    },
    {
      "handwriting_style_id": 6,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/6.png",
      "name": "Normal Print",
      "type": "Bold"
    },
    {
      "handwriting_style_id": 7,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/7.png",
      "name": "Shopping List",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 8,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/8.png",
      "name": "Lazy Note",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 9,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/9.png",
      "name": "Blurred Lines",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 10,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/10.png",
      "name": "Birthday Card",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 11,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/11.png",
      "name": "Scully, Not Molder",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 12,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/12.png",
      "name": "Wow! Signal",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 13,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/13.png",
      "name": "Arabic",
      "type": "International"
    },
    {
      "handwriting_style_id": 14,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/14.png",
      "name": "Chinese",
      "type": "International"
    },
    {
      "handwriting_style_id": 15,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/15.png",
      "name": "Cyrillic",
      "type": "International"
    },
    {
      "handwriting_style_id": 16,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/16.png",
      "name": "Hebrew",
      "type": "International"
    },
    {
      "handwriting_style_id": 17,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/17.png",
      "name": "Japanese",
      "type": "International"
    },
    {
      "handwriting_style_id": 18,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/18.png",
      "name": "Korean",
      "type": "International"
    },
    {
      "handwriting_style_id": 19,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/19.png",
      "name": "Vietnamese",
      "type": "International"
    },
    {
      "handwriting_style_id": 20,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/20.png",
      "name": "Notey",
      "type": "Realistic"
    },
    {
      "handwriting_style_id": 101,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/101.png",
      "name": "Optimus Prime",
      "type": "AI"
    },
    {
      "handwriting_style_id": 102,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/102.png",
      "name": "Binary Bard",
      "type": "AI"
    },
    {
      "handwriting_style_id": 103,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/103.png",
      "name": "Quantum Quip",
      "type": "AI"
    },
    {
      "handwriting_style_id": 104,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/104.png",
      "name": "Analytic Atom",
      "type": "AI"
    },
    {
      "handwriting_style_id": 106,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/106.png",
      "name": "Cerebral Circuit",
      "type": "AI"
    },
    {
      "handwriting_style_id": 107,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/107.png",
      "name": "Reflective Relay 2",
      "type": "AI"
    },
    {
      "handwriting_style_id": 109,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/109.png",
      "name": "Thoughtful Transistor",
      "type": "AI"
    },
    {
      "handwriting_style_id": 110,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/110.png",
      "name": "Bright Byte",
      "type": "AI"
    },
    {
      "handwriting_style_id": 112,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/112.png",
      "name": "Pensive Pixel",
      "type": "AI"
    },
    {
      "handwriting_style_id": 113,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/113.png",
      "name": "Judicious Jolt",
      "type": "AI"
    },
    {
      "handwriting_style_id": 114,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/114.png",
      "name": "Astute Actuator",
      "type": "AI"
    },
    {
      "handwriting_style_id": 115,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/115.png",
      "name": "Insightful Interface",
      "type": "AI"
    },
    {
      "handwriting_style_id": 118,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/118.png",
      "name": "Prudent Processor",
      "type": "AI"
    },
    {
      "handwriting_style_id": 119,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/119.png",
      "name": "Wise Wire",
      "type": "AI"
    },
    {
      "handwriting_style_id": 120,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/120.png",
      "name": "Neura Nomad",
      "type": "AI"
    },
    {
      "handwriting_style_id": 121,
      "sample": "https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/121.png",
      "name": "Rosario Type",
      "type": "AI"
    }
  ]
}

Response

200 - application/json

200 Response

The response is of type object.