Free Image Placeholder API

รหัส APIfree-002
ชื่อ APIfree-image-placeholder-api
คำอธิบายAPI สำหรับข้อมูลผู้ใช้งานสำหรับการ mockup หน้าเว็บ
วิธีใช้งานGET https://apiforthai.com/api/free/users
แสดงข้อมูลผู้ใช้งาน 1 คนแบบสุ่ม

GET https://apiforthai.com/api/free/users/4
แสดงข้อมูลผู้ใช้งาน 4 คนแบบสุ่ม (สูงสุด 30 คน)

GET https://apiforthai.com/api/free/user/12
แสดงข้อมูลผู้ใช้งานที่มี ID เท่ากับ 12
ตัวอย่าง response
{
  "data": {
    "address": {
      "address": "123 หมู่บ้านสวนสวย ขอนแก่น",
      "district": "เมืองขอนแก่น",
      "postal_code": "40000",
      "province": "ขอนแก่น",
      "sub_district": "ศิลา"
    },
    "dob": "1992-04-10",
    "education": "ปริญญาตรี",
    "email": "[email protected]",
    "first_name": "วรพงษ์",
    "health_info": {
      "blood_type": "AB",
      "height": 168,
      "weight": 65
    },
    "id": 4,
    "last_name": "ดำรง์ชัย",
    "occupation": "โปรแกรมเมอร์",
    "phone": "0834445566",
    "profile_image": "http://localhost/static/image/profiles/4.jpg",
    "title": "นาย"
  }
}