Random User Generator · JSON Structure

Randomuser User Structure

JSON Structure decomposition of the User entity returned by the Random User Generator API. Each top-level field maps to a logical concern (identity, contact, address, credentials, demographics, media, locale).

Type: object Properties: 0
Test DataSynthetic DataMock DataOpen-SourcePublic APIFree API

Randomuser User Structure is a JSON Structure definition published by Random User Generator. It conforms to the https://json-structure.org/draft/2024-12/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2024-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2024-12/schema",
  "title": "RandomUser User Structure",
  "description": "JSON Structure decomposition of the User entity returned by the Random User Generator API. Each top-level field maps to a logical concern (identity, contact, address, credentials, demographics, media, locale).",
  "type": "object",
  "sections": [
    {
      "name": "Demographics",
      "fields": ["gender", "dob", "nat"],
      "purpose": "Describe the simulated person's gender, age, and nationality."
    },
    {
      "name": "Identity",
      "fields": ["name", "id"],
      "purpose": "Personal name and a nationality-appropriate identifier (SSN, NINO, etc.)."
    },
    {
      "name": "Contact",
      "fields": ["email", "phone", "cell"],
      "purpose": "Channels by which the user can be reached."
    },
    {
      "name": "Address",
      "fields": ["location"],
      "purpose": "Street, city, state, postcode, geographic coordinates, and timezone."
    },
    {
      "name": "Credentials",
      "fields": ["login"],
      "purpose": "Account credentials and hashed-password variants (uuid, username, password, salt, md5, sha1, sha256)."
    },
    {
      "name": "Membership",
      "fields": ["registered"],
      "purpose": "When the user 'registered' for the synthetic system."
    },
    {
      "name": "Media",
      "fields": ["picture"],
      "purpose": "Pre-generated portrait URLs at three resolutions."
    }
  ],
  "cardinality": "A `UserResponse` envelope contains 1..5000 User objects in `results` plus an `info` block describing the seed/page/version of the batch.",
  "stability": "Fields are stable across the v1.4 contract. Use the pinned-version endpoint `/api/1.4/` to lock the structure against future releases."
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/randomuser-user-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.