Spanish Fake Person Data Generator

Generate realistic fake people — names, emails, phones and addresses that line up — for tests, seeds and demos.

This generator produces Spanish (es) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Person Data Generator.

Generate now

Get this data from the API
curl "https://mock.wrapper-agency.com/api/v1/mock?type=person&count=10&locale=es"

Free mock-data API — no key during beta, up to 100 records per call. Need bulk (up to 10,000)? Use the paid endpoint. Data is fully synthetic — no real PII.

Example output (Spanish)

A small sample of the JSON this generator returns (person, es):

[
  {
    "id": "fd322486-4924-457c-9389-0921ffc41a71",
    "firstName": "Teresa",
    "lastName": "Narváez Burgos",
    "fullName": "Teresa Narváez Burgos",
    "sex": "female",
    "email": "teresa.narvaezburgos@example.com",
    "username": "teresa_narvaezburgos70",
    "phone": "992-635-519",
    "birthDate": "1994-06-24",
    "jobTitle": "Representante de Interacciones Cliente",
    "avatar": "https://avatars.githubusercontent.com/u/92187424",
    "address": {
      "street": "Caserio Emilia, 3",
      "city": "Getafe",
      "state": "Castilla-La Mancha",
      "zipCode": "25180",
      "country": "Yemen"
    }
  },
  {
    "id": "95145bae-71bc-48c7-8860-10a58e36c314",
    "firstName": "David",
    "lastName": "Samaniego Posada",
    "fullName": "David Samaniego Posada",
    "sex": "male",
    "email": "david_samaniegoposada77@example.com",
    "username": "david.samaniegoposada",
    "phone": "986881858",
    "birthDate": "2002-02-05",
    "jobTitle": "Especialista de Seguridada Dinánmico",
    "avatar": "https://avatars.githubusercontent.com/u/42710779",
    "address": {
      "street": "Sección Leticia Gómez, 2",
      "city": "Viladecans",
      "state": "Región de Murcia",
      "zipCode": "35739",
      "country": "Uzbekistan"
    }
  },
  {
    "id": "27f3ac3b-5aa8-41d5-b209-a083a2b6e251",
    "firstName": "Laura",
    "lastName": "Delagarza Alicea",
    "fullName": "Laura Delagarza Alicea",
    "sex": "female",
    "email": "laura_delagarzaalicea50@example.com",
    "username": "laura.delagarzaalicea90",
    "phone": "926855208",
    "birthDate": "2002-05-16",
    "jobTitle": "Técnico de Tácticas Nacional",
    "avatar": "https://avatars.githubusercontent.com/u/72595568",
    "address": {
      "street": "Solar Lucas Armenta s/n.",
      "city": "Lérida",
      "state": "Extremadura",
      "zipCode": "01601",
      "country": "Macao"
    }
  }
]

Use it in code

Fetch the same Spanish data from the free API — no key needed during beta, up to 100 records per call:

curl "https://mock.wrapper-agency.com/api/v1/mock?type=person&count=10&locale=es"

Need thousands of rows at once? The bulk API returns up to 10,000 records per call.

FAQ

Is the spanish fake person data generator data real?
No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
How is this different from the default fake person data generator?
Names, addresses, phone numbers and other locale-specific fields are generated using Spanish (es) data, so they look native to that region instead of US English.
How do I get this data in my code?
Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=person&count=10&locale=es. It returns a JSON array of Spanish records. Use ?seed=123 for deterministic output.

Fake Person Data Generator in other locales

MockForge generates fully synthetic data — no real personal information, ever.