Random User API

April 18 2025

GET

Headers

{}

Response Example

{
  "results": [
    {
      "gender": "female",
      "name": {
        "title": "Ms",
        "first": "Jane",
        "last": "Doe"
      },
      "email": "jane.doe@example.com",
      "picture": {
        "large": "https://randomuser.me/api/portraits/women/68.jpg",
        "medium": "https://randomuser.me/api/portraits/med/women/68.jpg",
        "thumbnail": "https://randomuser.me/api/portraits/thumb/women/68.jpg"
      }
    }
  ],
  "info": {
    "seed": "abc",
    "results": 1,
    "page": 1,
    "version": "1.3"
  }
}

Other API's You May Like

Code with Ayush

Quick Links

Contact Us

  • support@codewithayush.com
  • +91 8271274460

About Us

Code with Ayush provides learning resources, tutorials, and interactive courses for developers and students.

© 2025 Code with Ayush. All Rights Reserved.