MockHero

degree

HR

Generate academic degree names (B.S. Computer Science, M.A. Business Administration, PhD Physics, etc.). For education profiles and recruitment testing.

Example Outputs

B.S. Computer ScienceM.A. Business AdministrationPhD PhysicsMBA

API Usage

Send a POST request to generate degree data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "degree",
          "type": "degree"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Education profile seeding
  • Recruitment platform testing
  • Resume parsing testing

Quick Info

Field Type
degree
Category
HR
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate degree data instantly in the playground.

Generate Degree + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free