Skip to Content
United KingdomOverview

United Kingdom Personas

Generate realistic UK adult personas with 77 dimensions — demographics, psychology, lifestyle, and physical attributes grounded in ONS data, census statistics, and UK-specific research.

Quick Start

curl -X GET "https://api.personagen.dev/v1/uk/persona" \ -H "X-API-Key: your-api-key-here"

Add ?seed=your-seed for deterministic generation.

Documentation

What Makes UK Personas Distinct

UK personas use British-specific:

  • Geographic values — 12 regions, county/council areas across England, Scotland, Wales, and Northern Ireland
  • Ethnicity categories — ONS census classifications
  • Income bands — GBP brackets aligned with UK statistics
  • Education levels — UK qualifications (GCSEs, A-Levels, degrees)
  • Political orientation — British political spectrum with vote tendency
  • Languages — Languages spoken in the UK including Welsh
  • Immigration status — UK-specific categories including visa types
  • Religion — UK religious landscape including Anglican, Catholic, and growing non-religious population
  • Social grade — NRS social grade (AB, C1, C2, DE)
  • Housing — UK tenure types including social housing

Example Response

{ "success": true, "data": { "name": { "first_name": "Eleanor", "last_name": "Ahmed" }, "identity": { "age": 33, "gender": "female", "ethnicity": "asian_pakistani", "political_orientation": "labour_mainstream", "vote_tendency": "labour" }, "origin": { "region": "london", "local_area": "tower_hamlets", "geographic_context": "major_metropolitan" }, "work": { "occupation_domain": "business_finance", "occupation_title": "Financial Analyst", "income_band": "50k_to_70k_gbp", "social_grade": "ab" } }, "metadata": { "country": "uk", "seed": "example-seed" } }

See UK Persona Structure for the complete field reference with all possible values.

Last updated on